- Author:
- samhag
- Posted:
- October 31, 2012
- Language:
- HTML/template
- Version:
- 1.3
- Score:
- 0 (after 0 ratings)
Html code for "Google v3 geocoding for Geodjango admin site" Rename the snippet as gmgdav3.html and save it to template/admin
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
- Bootstrap Accordian by Netplay4 5 years, 10 months ago
- Bootstrap theme for django-endless-pagination? by se210 8 years, 10 months ago
- Bootstrap theme for django-endless-pagination? by se210 8 years, 10 months ago
- Reusable form template with generic view by roldandvg 8 years, 11 months ago
- Pagination Django with Boostrap by guilegarcia 9 years, 1 month ago
Comments
Is hiding the Google Copyright allowed?
#
Please login first before commenting.