Forked from keum/Difference between EPSG 4326 & 3857
Created
November 21, 2016 00:33
-
-
Save mfurlend/1dc6cf94b1118a56fc79aca52ca02d47 to your computer and use it in GitHub Desktop.
Revisions
-
keum renamed this gist
Nov 7, 2015 . 1 changed file with 6 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ EPSG: 4326 uses a coordinate system on the surface of a sphere or ellipsoid of reference. WGS 84 - Earth as Geoid. -Mercator EPSG: 3857 uses a coordinate system PROJECTED from the surface of the sphere. Earth as perfectly sphere. -Web Mercator Think of it as this way: @@ -19,7 +20,9 @@ You want your GeoJSON to be this. Leaflet likes this and does the projection to An interesting tid bit about 900913 is that it is GOOGLE in digits (like when you play with a calculator). They did this until EPSG made them a valid projection. web mercator NOT == spherical mercator google mercator == Web Mercator (Auxiliary Sphere) Loading data to Mapbox Studio/TileMill has to be in WGS 84, Mercator EPSG:4326 Once those data gets uploaded, it converts into EPSG:3857 WebMercator. -
keum revised this gist
Dec 23, 2013 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,9 +12,12 @@ EPSG 3857 uses a coordinate system the same as a MAP (flat surface). Convert GDAL to convert HARN NAD83 Washington North (EPSG of 2926) into Web mercator WGS84 (EPSG of 4326) From NICK: TileMill and Github are going to be using the same, Spherical Mercator. EPSG4326 is Plate Carree (Geographic), meaning that it is NOT yet transformed to a projection. You want your GeoJSON to be this. Leaflet likes this and does the projection to Web Mercator for you. An interesting tid bit about 900913 is that it is GOOGLE in digits (like when you play with a calculator). They did this until EPSG made them a valid projection. web mercator == spherical mercator == google mercator == Web Mercator (Auxiliary Sphere) -
keum revised this gist
Dec 23, 2013 . 1 changed file with 11 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,14 @@ EPSG 4326 uses a coordinate system the same as a GLOBE (curved surface). EPSG 3857 uses a coordinate system the same as a MAP (flat surface). Convert GDAL to convert HARN NAD83 Washington North (EPSG of 2926) into Web mercator WGS84 (EPSG of 4326) From NICK: TileMill and Github are going to be using the same, Spherical Mercator. EPSG4326 is Plate Carree (Geographic), meaning that it is NOT yet transformed to a projection. You want your GeoJSON to be this. Leaflet likes this and does the projection to Web Mercator for you. An interesting tid bit about 900913 is that it is GOOGLE in digits (like when you play with a calculator). They did this until EPSG made them a valid projection. web mercator == spherical mercator == google mercator == Web Mercator (Auxiliary Sphere) -
keum revised this gist
Dec 11, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ EPSG: 4326 uses a coordinate system on the surface of a sphere or ellipsoid of reference. EPSG: 3857 uses a coordinate system PROJECTED from the surface of the sphere or ellipsoid to a flat surface. Think of it as this way: -
keum revised this gist
Dec 11, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,8 @@ EPSG: 3857 uses a coordinate system PROJECTED from the surface of the sphere or Think of it as this way: EPSG 4326 uses a coordinate system the same as a GLOBE (curved surface). EPSG 3857 uses a coordinate system the same as a MAP (flat surface). Convert GDAL to convert HARN NAD83 Washington North (EPSG of 2926) into Web mercator WGS84 (EPSG of 4326) -
keum revised this gist
Nov 13, 2013 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,7 @@ EPSG: 3857 uses a coordinate system PROJECTED from the surface of the sphere or Think of it as this way: EPSG 4326 uses a coordinate system the same as a GLOBE (curved surface). EPSG 3857 uses a coordinate system the same as a MAP (flat surface). Convert GDAL to convert HARN NAD83 Washington North (EPSG of 2926) into Web mercator WGS84 (EPSG of 4326) -
keum created this gist
Nov 12, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ EPSG: 4326 uses a coordinate system on the surface of a sphere or ellipsoid of reference. EPSG: 3857 uses a coordinate system PROJECTED from the surface of the sphere or ellipsoid to a flat surface. Think of it as this way: EPSG 4326 uses a coordinate system the same as a GLOBE (curved surface). EPSG 3857 uses a coordinate system the same as a MAP (flat surface).