ADD: added small details view on click on an entity
This commit is contained in:
@@ -3,16 +3,18 @@
|
||||
// @import url('https://unpkg.com/leaflet@1.5.1/dist/leaflet.css');
|
||||
.leaflet-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 90%;
|
||||
}
|
||||
|
||||
|
||||
.map {
|
||||
padding-top: 1%;
|
||||
height: 800px;
|
||||
width: 76%;
|
||||
// display: flex;
|
||||
padding-top: 10px;
|
||||
// height: 750px;
|
||||
width: 79%;
|
||||
// padding-left: 20%;
|
||||
float: left;
|
||||
// height: 80%;
|
||||
}
|
||||
|
||||
// .leaflet-marker-icon{
|
||||
|
||||
Reference in New Issue
Block a user