eine Beispiel Marker einfügen und entferne Standard-Zoomsteuerung

This commit is contained in:
ISA
2024-04-15 10:48:46 +02:00
parent afee410333
commit a051d47aab
33 changed files with 75 additions and 86 deletions

View File

@@ -1,7 +1,7 @@
{
"/_app": "pages/_app.js",
"/_document": "pages/_document.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/": "pages/index.js",
"/api/locations": "pages/api/locations.js"
}