summaryrefslogtreecommitdiff
path: root/misc/openlayers/examples/web-mercator.html
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openlayers/examples/web-mercator.html')
-rw-r--r--misc/openlayers/examples/web-mercator.html50
1 files changed, 0 insertions, 50 deletions
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 @@
-<!DOCTYPE HTML>
-<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <title>OpenLayers: Web Mercator</title>
- <link rel="stylesheet" href="../theme/default/style.css" type="text/css">
- <link rel="stylesheet" href="style.css" type="text/css">
- <script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'></script>
-
- <script src="../lib/OpenLayers.js"></script>
- <script src="web-mercator.js"></script>
- </head>
- <body onload="init()">
- <h1 id="title">OpenLayers Spherical Mercator Example</h1>
-
- <div id="tags">
- sperical, mercator, epsg, projection
- </div>
- <p id="shortdesc">
- Shows the use of layers in spherical or web mercator using different
- EPSG codes to indicate the same projection.
- </p>
- <div id="map" class="smallmap"></div>
- <div id="docs">
- <p>
- 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.
- </p><p>
- 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).
- <p>
- If your application needs to transform coordinates to and from
- EPSG:102113, you must add custom transforms as well.
- </p><p>
- See the <a href="web-mercator.js" target="_blank">web-mercator.js</a>
- source for details.
- </p>
- </div>
- </body>
-</html>
-
-
-