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