Attempt to modify the map size

This commit is contained in:
echarp 2015-03-01 16:50:02 +01:00
parent abaa1536dd
commit 3618f32009
2 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,4 @@
# Setting up OpenStreeMap from a generic #map element
$(document).ready ->
$('#map.events').each ->
map = L.map 'map'
@ -19,7 +20,7 @@ $(document).ready ->
if (feature.properties && feature.properties.popupContent)
layer.bindPopup feature.properties.popupContent
map.addLayer L.markerClusterGroup().addLayer layer
map.addLayer L.markerClusterGroup( maxClusterRadius: 30 ).addLayer layer
if (layer.getBounds()._northEast && layer.getBounds()._southWest)
# Automatic focus to all displayed events
@ -49,6 +50,6 @@ $(document).ready ->
if (feature.properties && feature.properties.popupContent)
layer.bindPopup(feature.properties.popupContent)
map.addLayer L.markerClusterGroup().addLayer layer
map.addLayer L.markerClusterGroup( maxClusterRadius: 30 ).addLayer layer
marker = L.marker([coord[0], coord[1]]).addTo map

View File

@ -14,8 +14,7 @@
&.event
height: 20em
.tags
#map
.tags #map
width: 40%
height: 60em
margin: 1.6em 2%