Skip to content

Commit

Permalink
add EPSG:3857
Browse files Browse the repository at this point in the history
  • Loading branch information
ustroetz committed Jan 8, 2014
1 parent ab362bf commit 05862ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crs-defs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"EPSG:2400": "+lon_0=15.808277777799999 +lat_0=0.0 +k=1.0 +x_0=1500000.0 +y_0=0.0 +proj=tmerc +ellps=bessel +units=m +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +no_defs",
"EPSG:3006": "+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs",
"EPSG:4326": "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
"EPSG:4326": "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs",
"EPSG:3857": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"
}

0 comments on commit 05862ce

Please sign in to comment.