small changes only.

This commit is contained in:
Kasper D. Fischer 2014-05-14 05:22:21 +00:00
parent a73450ac92
commit acb023cd20
Notes: subgit 2018-03-07 17:58:52 +01:00
r638 www/trunk

View File

@ -124,11 +124,11 @@ $(document).ready(function() {
maxZoom: 16
}).addTo(map); */
// read in stations
// create station and event layer
stationLayer = L.geoJson().addTo(map);
// read in events, process filter
eventLayer = L.geoJson().addTo(map);
// load events
ajaxLoadEvents();
toggleFilteredMarkers();