Skip to content

Commit

Permalink
Update example5.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianotiger authored Dec 7, 2023
1 parent bfc58cd commit df2c4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/example5.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
const map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/mapbox/streets-v12',
center: [parseFloat(mapData.latitude), parseFloat(mapData.longitude)],
zoom: 7
center: [parseFloat(mapData.longitude), parseFloat(mapData.latitude)],
zoom: 4
});

scanResult.innerHTML += ")";
Expand Down

0 comments on commit df2c4dd

Please sign in to comment.