aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/maps/osm.html
blob: ab4424cdd5b5a1974260441227a1ba6d33c6220b (plain)
1
2
3
4
5
6
7
8
9
[% map_js = BLOCK %]
<script type="text/javascript" src="[% version('/js/OpenLayers/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>
[% END %]

[% map_html = BLOCK %]
[% INCLUDE maps/openlayers.html %]
[% END %]