diff --git a/frontend/src/components/tagEditor/map.js b/frontend/src/components/tagEditor/map.js index 65981b0..8d4563e 100644 --- a/frontend/src/components/tagEditor/map.js +++ b/frontend/src/components/tagEditor/map.js @@ -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(); }, []);