diff options
Diffstat (limited to 'web/js/map-bing.js')
-rw-r--r-- | web/js/map-bing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-bing.js b/web/js/map-bing.js index fbbbcc676..da8f3512b 100644 --- a/web/js/map-bing.js +++ b/web/js/map-bing.js @@ -1,5 +1,5 @@ YAHOO.util.Event.onContentReady('map', function() { - var centre = new Microsoft.Maps.Location( fixmystreet.lat, fixmystreet.lon ); + var centre = new Microsoft.Maps.Location( fixmystreet.latitude, fixmystreet.longitude ); var map = new Microsoft.Maps.Map(document.getElementById("map"), { mapTypeId: Microsoft.Maps.MapTypeId.ordnanceSurvey, center: centre, |