1 2 3 4 5 6 7 | {% extends "gis/admin/openlayers.html" %}
{% block extrastyle %}{{ block.super }}
<style type="text/css">v\:* {behavior:url(#default#VML);}
.olLayerGoogleCopyright{visibility: hidden;}
</style>
{% endblock %}
{% block openlayers %}{% include "gmgdav3.js" %}{% endblock %}
|
More like this
- Google v3 geocoding for Geodjango admin site by samhag 6 months, 3 weeks ago
- google.html template for GoogleAdmin by jbronn 4 years, 7 months ago
- Admin actions as buttons instead of a menu [v2] by itavor 1 year, 5 months ago
- 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
Comments
Is hiding the Google Copyright allowed?
#