diff options
author | JeremyJamesL <jeremyluscombe@gmail.com> | 2024-12-28 16:54:59 +1100 |
---|---|---|
committer | JeremyJamesL <jeremyluscombe@gmail.com> | 2024-12-28 16:54:59 +1100 |
commit | 4c055f19a69ff9f949a58326289366bd76991633 (patch) | |
tree | 130b0a7e802b9e438d705917572fdff512307312 | |
parent | e70da7d3a9c0241944a035c42cfc7927cd2314e5 (diff) |
-rw-r--r-- | src/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js index ceeeb52..549273c 100644 --- a/src/main.js +++ b/src/main.js @@ -226,7 +226,7 @@ const controller = (function (dataCTRL, uiCTRL) { const initialPolygonBounds = dataCTRL.initialPolygonBounds; // Polygon bounds const initialSetup = async function () { - await uiCTRL.initMap(rectBounds, centralPoint, mapBounds, initialPolygonBounds, 'rectangle', 12.5); + await uiCTRL.initMap(rectBounds, centralPoint, mapBounds, initialPolygonBounds, 'rectangle', 12); const searchResults = await dataCTRL.getSearchResults( '', |