diff options
Diffstat (limited to 'templates/web/base/maps/osm.html')
-rw-r--r-- | templates/web/base/maps/osm.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/web/base/maps/osm.html b/templates/web/base/maps/osm.html new file mode 100644 index 000000000..ce08e179a --- /dev/null +++ b/templates/web/base/maps/osm.html @@ -0,0 +1,14 @@ +[% map_js = BLOCK %] +<script type="text/javascript" src="[% version('/js/OpenLayers.fixmystreet.js') %]"></script> +<script type="text/javascript" src="[% version('/js/map-OpenLayers.js') %]"></script> +<script type="text/javascript" src="[% version('/js/map-OpenStreetMap.js') %]"></script> +<script type="text/javascript" src="[% version('/js/jquery.ba-hashchange.min.js') %]"></script> +<!--[if lte IE 6]> + <link rel="stylesheet" href="/js/OpenLayers-2.13.1/theme/default/ie6-style.css" type="text/css"> +<![endif]--> +[% END %] + +[% map_html = BLOCK %] +[% INCLUDE maps/openlayers.html %] +<div class="olControlAttribution" style="position: absolute; z-index: 1006;">© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors</div> +[% END %] |