summaryrefslogtreecommitdiff
path: root/design/templates/gis/admin/google.html
blob: 460d28dc1e6b5216d7d420eea412415a89b0d05b (plain)
1
2
3
4
5
{% extends "gis/admin/openlayers.html" %}
{% block extrastyle %}{{ block.super }}
<style type="text/css">v\:* {behavior:url(#default#VML);}</style>
{% endblock %}
{% block openlayers %}{% include "gis/admin/google.js" %}{% endblock %}