Skip to content

Commit

Permalink
start point munich
Browse files Browse the repository at this point in the history
  • Loading branch information
birdy81 committed Jun 30, 2024
1 parent dc77d83 commit ce1d2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
document.addEventListener("DOMContentLoaded", function() {
// Initialisierung der Karte
var map = L.map('map').setView([48.1351, 11.5820], 1); //munich
var map = L.map('map').setView([48.1351, 11.5820], 100); //munich

// Hinzufügen einer Grundkarte
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
Expand Down

0 comments on commit ce1d2a6

Please sign in to comment.