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 %}
|
More like this
- google.js template for GoogleAdmin by jbronn 4 years, 7 months ago
- GoogleAdmin: GMaps base layer in Geographic Admin (GeoDjango) by jbronn 4 years, 7 months ago
- template code for "Google v3 geocoding for Geodjango admin site" by samhag 6 months, 3 weeks ago
- Google v3 geocoding for Geodjango admin site by samhag 6 months, 3 weeks ago
- MaxMind(R) GeoIP Lite geolocation models by jbronn 5 years, 10 months ago
Comments