@@ -32,7 +32,6 @@ function init_map (map, options) {
};
var layer = L.geoJson(false, {
pointToLayer: function(feature, latlng) {
- console.log(feature);
return L.circleMarker(latlng, {
radius: 8,
color: colors[feature.properties.mode],