diff --git a/code/pages/Locator.php b/code/pages/Locator.php index 998b2a2..b5580c3 100644 --- a/code/pages/Locator.php +++ b/code/pages/Locator.php @@ -224,7 +224,7 @@ public function init() // map config based on user input in Settings tab // AutoGeocode or Full Map if ($this->data()->AutoGeocode) { - $load = $featuredInList || $defaultCoords || $isChrome != '' + $load = $featuredInList || $defaultCoords != '' || $isChrome ? 'autoGeocode: false, fullMapStart: true, storeLimit: 1000, maxDistance: true,' : 'autoGeocode: true, fullMapStart: false,'; } else {