Skip to content

Commit

Permalink
0.006
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 14, 2023
1 parent 503febd commit 4943012
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.007
searchLatLng.lng = searchLatLng.lng - 0.006
console.log( searchLatLng )
this.map.setView( L.latLng( searchLatLng ), 15.5 )
console.log( searchResult.feature.properties.name )
Expand Down

0 comments on commit 4943012

Please sign in to comment.