Skip to content

Commit 9ff5e84

Browse files
fix: increase maximum zoom level in map component to align with tile server capabilities (#43)
1 parent 2834867 commit 9ff5e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/map.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Map({
1717
return (
1818
<MapContainer
1919
{...mapProps}
20-
maxZoom={16} // Maximum zoom level provided by Protomaps
20+
maxZoom={24} // Maximum zoom level provided by the tile server
2121
center={center}
2222
zoom={zoom}
2323
className={className}

0 commit comments

Comments
 (0)