Skip to content

Commit

Permalink
Set default zoom to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh-Baral committed Mar 20, 2023
1 parent 2653b76 commit 47cbf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/tagEditor/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Map = (props) => {
container: "map-container",
style: osm_style,
center: [0, 0],
zoom: 19,
zoom: 18,
});
return () => mapContainerRef.current && mapContainerRef.current.remove();
}, []);
Expand Down

0 comments on commit 47cbf77

Please sign in to comment.