Skip to content

Commit

Permalink
changed basemap starting view
Browse files Browse the repository at this point in the history
  • Loading branch information
Lelseac committed Dec 18, 2024
1 parent 1c15824 commit cea5f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/leaflet_chart_two/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="leaflet/leaflet.js"></script>
<script>

const map = L.map('mymap').setView([41.871941, 12.567380], 3);
const map = L.map('mymap').setView([41.871941, 12.567380], 2);
// starting view

const tiles = L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png', {
Expand Down

0 comments on commit cea5f6d

Please sign in to comment.