Basic map view that plots points into a Leaflet map. Right now only models with two "lat"/"lon" fields are supported. Some problems regarding zooming to markers bounds when div not visible.
5 lines
47 B
CSS
5 lines
47 B
CSS
.data-map-container .map {
|
|
height: 500px;
|
|
}
|
|
|