aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/maps/osm-toner-lite.html
blob: efba70a7e3960292e02464924a6ced1686e54ec9 (plain)
1
2
3
4
5
6
7
8
9
10
[% map_js = BLOCK %]
<script type="text/javascript" src="[% version('/js/OpenLayers.fixmystreet.js') %]"></script>
<script type="text/javascript" src="https://stamen-maps.a.ssl.fastly.net/js/tile.stamen.js?v1.3.0"></script>
<script type="text/javascript" src="[% version('/js/map-OpenLayers.js') %]"></script>
<script type="text/javascript" src="[% version('/js/map-toner-lite.js') %]"></script>
[% END %]

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