Login

template code for "Google v3 geocoding for Geodjango admin site"

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

  1. Bootstrap Accordian by Netplay4 5 years, 3 months ago
  2. Bootstrap theme for django-endless-pagination? by se210 8 years, 3 months ago
  3. Bootstrap theme for django-endless-pagination? by se210 8 years, 3 months ago
  4. Reusable form template with generic view by roldandvg 8 years, 4 months ago
  5. Pagination Django with Boostrap by guilegarcia 8 years, 6 months ago

Comments

ckarrie2 (on November 4, 2012):

Is hiding the Google Copyright allowed?

#

Please login first before commenting.