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