Skip to content

Commit e9287b8

Browse files
authored
Merge pull request #26 from allmaps/dev
maxzoom set to 12 for geocoder
2 parents ffdaebb + 89f7263 commit e9287b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Map.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@
10501050
[minLng, minLat],
10511051
[maxLng, maxLat]
10521052
],
1053-
{ padding: 40, maxZoom: 15, duration: 250 }
1053+
{ padding: 40, maxZoom: 12, duration: 250 }
10541054
);
10551055
} else if (geometry?.type === 'Point') {
10561056
const [lng, lat] = geometry.coordinates;

0 commit comments

Comments
 (0)