diff --git a/example/index.html b/example/index.html index ded85e5..e031f67 100644 --- a/example/index.html +++ b/example/index.html @@ -29,7 +29,7 @@ // Load Event Handler window.onload = function () { // Locate by IP on load - geolocator.locateByIP(onGeoSuccess, onGeoError, 1, 'map-canvas'); + geolocator.locateByIP(onGeoSuccess, onGeoError, 2, 'map-canvas'); // Configure controls var cmbSource = document.getElementById('cmb-source'), btnLocateByIP = document.getElementById('btn-locate-ip'),