feat: add map module

This commit is contained in:
Jovan Krunić
2021-07-13 07:57:09 +00:00
parent d696215d08
commit c1c9a92ec9
44 changed files with 2138 additions and 93 deletions

View File

@@ -0,0 +1,12 @@
div.map-container {
height: 100%;
width: 100%;
display: block;
}
div.map-buttons {
position: absolute;
top: 10px;
right: 10px;
z-index: 10000;
}