summaryrefslogtreecommitdiffstats
path: root/webapp/django/contrib/gis/templates/gis/admin/osm.js
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit38966837f9f0b331b3cafa3dccb8b41f8c42c671 (patch)
treeff79845ba8f053cc0e57ee2020acd5957cc2022e /webapp/django/contrib/gis/templates/gis/admin/osm.js
Initial Contributionv1.0
Diffstat (limited to 'webapp/django/contrib/gis/templates/gis/admin/osm.js')
-rw-r--r--webapp/django/contrib/gis/templates/gis/admin/osm.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/django/contrib/gis/templates/gis/admin/osm.js b/webapp/django/contrib/gis/templates/gis/admin/osm.js
new file mode 100644
index 0000000000..2a1f59e4d3
--- /dev/null
+++ b/webapp/django/contrib/gis/templates/gis/admin/osm.js
@@ -0,0 +1,2 @@
+{% extends "gis/admin/openlayers.js" %}
+{% block base_layer %}new OpenLayers.Layer.OSM.Mapnik("OpenStreetMap (Mapnik)");{% endblock %}