From e30f267181d990947e67909de4809fa941698c85 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sat, 17 Oct 2015 21:36:38 +0200 Subject: Upgrading openlayers to 3.x --- misc/openlayers/examples/web-mercator.html | 50 ------------------------------ 1 file changed, 50 deletions(-) delete mode 100644 misc/openlayers/examples/web-mercator.html (limited to 'misc/openlayers/examples/web-mercator.html') diff --git a/misc/openlayers/examples/web-mercator.html b/misc/openlayers/examples/web-mercator.html deleted file mode 100644 index cfa307f..0000000 --- a/misc/openlayers/examples/web-mercator.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - OpenLayers: Web Mercator - - - - - - - - -

OpenLayers Spherical Mercator Example

- -
- sperical, mercator, epsg, projection -
-

- Shows the use of layers in spherical or web mercator using different - EPSG codes to indicate the same projection. -

-
-
-

- A number of mapping services support the spherical or web - mercator but use different EPSG codes to identify it. ArcGIS - server version 9.3 uses EPSG:102113 to represent the same SRS - that OpenLayers typically refers to by EPSG:900913. -

- To configure a map with a WMS layer overlaid on a Google layer - where the WMS uses EPSG:102113 to refer to the web mercator - projection, the Google layer must be constructed with this - projection code in its options (it is not sufficient to - construct the map with this projection). -

- If your application needs to transform coordinates to and from - EPSG:102113, you must add custom transforms as well. -

- See the web-mercator.js - source for details. -

-
- - - - - -- cgit v1.2.3