Skip to content

Commit

Permalink
0.007
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 14, 2023
1 parent 9d31b6a commit 503febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 503febd

Please sign in to comment.