From c5ba5b0456a711d157e317f220e9c739226e7f50 Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Tue, 10 Jan 2012 01:54:37 +0100 Subject: Installed leaflet in extlib --- extlib/leaflet/debug/map/canvas.html | 46 ++++++++++++++++++++++++++ extlib/leaflet/debug/map/map-mobile.html | 42 ++++++++++++++++++++++++ extlib/leaflet/debug/map/map.html | 56 ++++++++++++++++++++++++++++++++ extlib/leaflet/debug/map/wms-marble.html | 30 +++++++++++++++++ extlib/leaflet/debug/map/wms.html | 37 +++++++++++++++++++++ 5 files changed, 211 insertions(+) create mode 100644 extlib/leaflet/debug/map/canvas.html create mode 100644 extlib/leaflet/debug/map/map-mobile.html create mode 100644 extlib/leaflet/debug/map/map.html create mode 100644 extlib/leaflet/debug/map/wms-marble.html create mode 100644 extlib/leaflet/debug/map/wms.html (limited to 'extlib/leaflet/debug/map') diff --git a/extlib/leaflet/debug/map/canvas.html b/extlib/leaflet/debug/map/canvas.html new file mode 100644 index 00000000..233035f1 --- /dev/null +++ b/extlib/leaflet/debug/map/canvas.html @@ -0,0 +1,46 @@ + + + + Leaflet debug page + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/extlib/leaflet/debug/map/map-mobile.html b/extlib/leaflet/debug/map/map-mobile.html new file mode 100644 index 00000000..27d12ed9 --- /dev/null +++ b/extlib/leaflet/debug/map/map-mobile.html @@ -0,0 +1,42 @@ + + + + Leaflet debug page + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/extlib/leaflet/debug/map/map.html b/extlib/leaflet/debug/map/map.html new file mode 100644 index 00000000..88bdd5b0 --- /dev/null +++ b/extlib/leaflet/debug/map/map.html @@ -0,0 +1,56 @@ + + + + Leaflet debug page + + + + + + + + + + +
+ + + + + \ No newline at end of file diff --git a/extlib/leaflet/debug/map/wms-marble.html b/extlib/leaflet/debug/map/wms-marble.html new file mode 100644 index 00000000..fd5443ab --- /dev/null +++ b/extlib/leaflet/debug/map/wms-marble.html @@ -0,0 +1,30 @@ + + + + Leaflet debug page + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/extlib/leaflet/debug/map/wms.html b/extlib/leaflet/debug/map/wms.html new file mode 100644 index 00000000..08694726 --- /dev/null +++ b/extlib/leaflet/debug/map/wms.html @@ -0,0 +1,37 @@ + + + + Leaflet debug page + + + + + + + + + + +
+ + + + \ No newline at end of file -- cgit v1.2.3