Skip to content

Commit 42f51bb

Browse files
author
Onur YILDIRIM
committed
update example
1 parent ca0939d commit 42f51bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// Load Event Handler
3030
window.onload = function () {
3131
// Locate by IP on load
32-
geolocator.locateByIP(onGeoSuccess, onGeoError, 1, 'map-canvas');
32+
geolocator.locateByIP(onGeoSuccess, onGeoError, 2, 'map-canvas');
3333
// Configure controls
3434
var cmbSource = document.getElementById('cmb-source'),
3535
btnLocateByIP = document.getElementById('btn-locate-ip'),

0 commit comments

Comments
 (0)