diff options
Diffstat (limited to 'design/templates/gis/admin/google.js')
-rw-r--r-- | design/templates/gis/admin/google.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/gis/admin/google.js b/design/templates/gis/admin/google.js index a7d1467..3ecb766 100644 --- a/design/templates/gis/admin/google.js +++ b/design/templates/gis/admin/google.js @@ -1,2 +1,2 @@ {% extends "gis/admin/openlayers.js" %}
-{% block base_layer %}new OpenLayers.Layer.Google("Google Base Layer", {'type': G_NORMAL_MAP, 'sphericalMercator' : true});{% endblock %}
\ No newline at end of file +{% block base_layer %}new OpenLayers.Layer.Google("Google Base Layer", {'type': G_NORMAL_MAP, 'sphericalMercator' : true});{% endblock %}
|