Skip to content

Commit 9f9c70b

Browse files
authored
Updated maxZoom level
1 parent fe488df commit 9f9c70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/components/OMap/OMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export const OMap = (props: OMapProps) => {
228228
zoomControlEnabled={true}
229229
zoomEnabled={true}
230230
zoomTapEnabled={true}
231-
maxZoomLevel={13}
231+
maxZoomLevel={15}
232232
minZoomLevel={8}
233233
onPress={handleMapPress}
234234
onLongPress={

0 commit comments

Comments
 (0)