aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/maps/bing.html
blob: 6b711419935db95fdad164a197961b6605175e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[% map_js = BLOCK %]
<script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&mkt=en-GB"></script>
<script type="text/javascript" src="/js/map-bing.js"></script>
[% END %]

[% map_html = BLOCK %]
<script type="text/javascript">
var fixmystreet = {
    'key': '[% map.key %]',
    'latitude': [% map.latitude %],
    'longitude': [% map.longitude %],
    'pins': [% INCLUDE maps/pins_js.html %]
}
</script>
<div id="map_box">
    [% pre_map %]
    <div id="map"></div>
[% END %]