aboutsummaryrefslogtreecommitdiffstats
path: root/extlib/leaflet/debug/map/wms-marble.html
diff options
context:
space:
mode:
Diffstat (limited to 'extlib/leaflet/debug/map/wms-marble.html')
-rw-r--r--extlib/leaflet/debug/map/wms-marble.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/extlib/leaflet/debug/map/wms-marble.html b/extlib/leaflet/debug/map/wms-marble.html
deleted file mode 100644
index fd5443ab..00000000
--- a/extlib/leaflet/debug/map/wms-marble.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Leaflet debug page</title>
-
- <link rel="stylesheet" href="../../dist/leaflet.css" />
- <!--[if lte IE 8]><link rel="stylesheet" href="../../dist/leaflet.ie.css" /><![endif]-->
-
- <link rel="stylesheet" href="../css/screen.css" />
-
- <script src="../leaflet-include.js"></script>
-</head>
-<body>
-
- <div id="map" style="width: 1024px; height: 440px; border: 1px solid #ccc"></div>
-
- <script type="text/javascript">
- var map = new L.Map('map', {crs: L.CRS.EPSG4326});
-
- var bluemarble = new L.TileLayer.WMS("http://maps.opengeo.org/geowebcache/service/wms", {
- layers: 'bluemarble',
- attribution: "Data &copy; NASA Blue Marble, image service by OpenGeo",
- minZoom: 2,
- maxZoom: 5,
- });
-
- map.addLayer(bluemarble).fitWorld();
- </script>
-</body>
-</html> \ No newline at end of file