diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-14 13:34:41 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-17 15:48:28 -0600 |
commit | 9252fc84840220106e696cc2116e7804c9529c5a (patch) | |
tree | c1bafe27ad0cac8e4b49bd476ad2e3947fe4fca9 /extlib/leaflet/debug/control/map-control.html | |
parent | 572106e23037997db9a4e131029b0a4f7cb969b5 (diff) | |
download | mediagoblin-9252fc84840220106e696cc2116e7804c9529c5a.tar.lz mediagoblin-9252fc84840220106e696cc2116e7804c9529c5a.tar.xz mediagoblin-9252fc84840220106e696cc2116e7804c9529c5a.zip |
Remove extlib deps moved into bower
Diffstat (limited to 'extlib/leaflet/debug/control/map-control.html')
-rw-r--r-- | extlib/leaflet/debug/control/map-control.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/extlib/leaflet/debug/control/map-control.html b/extlib/leaflet/debug/control/map-control.html deleted file mode 100644 index 8d52bc98..00000000 --- a/extlib/leaflet/debug/control/map-control.html +++ /dev/null @@ -1,29 +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="../include.js"></script>
-</head>
-<body>
-
- <div id="map"></div>
-
- <script type="text/javascript">
-
- var cloudmadeUrl = 'http://{s}.tile.cloudmade.com/BC9A493B41014CAABB98F0471D759707/997/256/{z}/{x}/{y}.png',
- cloudmade = new L.TileLayer(cloudmadeUrl, {maxZoom: 18}),
- latlng = new L.LatLng(50.5, 30.51);
-
- var map = new L.Map('map').addLayer(cloudmade).setView(latlng, 15);
-
- var zoomControl = new L.Control.Zoom();
- map.addControl(zoomControl);
- </script>
-</body>
-</html>
\ No newline at end of file |