summaryrefslogtreecommitdiffstats
path: root/webapp/django/contrib/gis/templates/gis/admin/osm.js
diff options
context:
space:
mode:
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 %}