[#64,map] Preliminary work on the map view

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.
This commit is contained in:
amercader
2012-04-04 14:27:44 +01:00
parent 14bd9364db
commit 7df22effa3
13 changed files with 518 additions and 7 deletions

4
css/map.css Normal file
View File

@@ -0,0 +1,4 @@
.data-map-container .map {
height: 500px;
}