diff options
Diffstat (limited to 'www/js/map-OpenLayers.js')
-rw-r--r-- | www/js/map-OpenLayers.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/map-OpenLayers.js b/www/js/map-OpenLayers.js index 34a75a4..cf27934 100644 --- a/www/js/map-OpenLayers.js +++ b/www/js/map-OpenLayers.js @@ -290,6 +290,7 @@ function show_map(event) { new OpenLayers.Projection("EPSG:4326"), fixmystreet.map.getProjectionObject() ); + FMS.currentPosition = centre; fixmystreet.map.setCenter(centre, fixmystreet.zoom || 4); } |