Skip to content

Commit

Permalink
Merge pull request #12 from climmigre/evirevialle-patch-2
Browse files Browse the repository at this point in the history
Update map.js
  • Loading branch information
evirevialle authored Mar 24, 2024
2 parents 9383feb + 5906898 commit 6ed75d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function initializeMap () {



L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', {
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {

maxZoom: 20,
minZoom: 2,
Expand Down

0 comments on commit 6ed75d5

Please sign in to comment.