Add map component

This commit is contained in:
2024-02-24 17:59:31 +02:00
parent 508b749903
commit 5c29df8c1a
9 changed files with 655 additions and 150 deletions

4
src/geomap/gepmap.css Normal file
View File

@@ -0,0 +1,4 @@
#map {
height: 100vh;
width: 100%;
}