summaryrefslogtreecommitdiff
path: root/api_gmaps.js
diff options
context:
space:
mode:
Diffstat (limited to 'api_gmaps.js')
-rwxr-xr-xapi_gmaps.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/api_gmaps.js b/api_gmaps.js
index 52dfc61..2b69bd6 100755
--- a/api_gmaps.js
+++ b/api_gmaps.js
@@ -33,8 +33,8 @@ function init() {
strokeWeight: 2
}
mapOptions = {
- center: new google.maps.LatLng(geoip_latitude(),geoip_longitude()),
- zoom: 8,
+ center: new google.maps.LatLng(0, 0),
+ zoom: 1,
mapTypeId: google.maps.MapTypeId.ROADMAP,
scaleControl: true
};