zoomIn, zoomOut, und centerHere implemen

This commit is contained in:
ISA
2024-04-15 11:01:22 +02:00
parent a051d47aab
commit df840396c4
12 changed files with 40 additions and 5 deletions

16
.gitignore vendored
View File

@@ -1 +1,15 @@
node_modules
# Node modules
/node_modules/
# .NET build output
/.next/
# Log files
*.log
# Environment variables
.env
# OS generated files
.DS_Store
Thumbs.db