diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-30 19:17:15 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-30 19:17:15 +0000 |
commit | d8d8bd8f593d13d315f1df4a223474bef02761b4 (patch) | |
tree | bdc1ae4f9f539e26e50d4ed41a726e94ef62b475 /www/js/map-OpenLayers.js | |
parent | 57fafc82930f699394955ef9882b5f2dc522c878 (diff) |
set default zoom to max
Diffstat (limited to 'www/js/map-OpenLayers.js')
-rw-r--r-- | www/js/map-OpenLayers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/map-OpenLayers.js b/www/js/map-OpenLayers.js index 2bfc38d..da0b414 100644 --- a/www/js/map-OpenLayers.js +++ b/www/js/map-OpenLayers.js @@ -287,7 +287,7 @@ function show_map(event) { new OpenLayers.Projection("EPSG:4326"), fixmystreet.map.getProjectionObject() ); - fixmystreet.map.setCenter(centre, fixmystreet.zoom || 3); + fixmystreet.map.setCenter(centre, fixmystreet.zoom || 4); } fixmystreet_onload(); |