diff --git a/src/components/map/map.vue b/src/components/map/map.vue index c094dcbd..d5f46d3b 100644 --- a/src/components/map/map.vue +++ b/src/components/map/map.vue @@ -281,7 +281,7 @@ export default { getResult ( searchResult ) { console.log( searchResult.getBounds().getCenter() ) let searchLatLng = searchResult.getBounds().getCenter() - searchLatLng.lng = searchLatLng.lng - 0.01 + searchLatLng.lng = searchLatLng.lng - 0.007 console.log( searchLatLng ) this.map.setView( L.latLng( searchLatLng ), 15.5 ) console.log( searchResult.feature.properties.name )