Skip to content
Snippets Groups Projects
Commit ed875269 authored by zdenko.vuk@ijs.si's avatar zdenko.vuk@ijs.si
Browse files

added pt_vehicles to ignored things

parent c4672337
No related branches found
No related tags found
No related merge requests found
...@@ -180,9 +180,12 @@ export class ResultsMapComponent implements OnChanges { ...@@ -180,9 +180,12 @@ export class ResultsMapComponent implements OnChanges {
if ( if (
propertyGeojsons[i].myKey == "link_id" || propertyGeojsons[i].myKey == "link_id" ||
propertyGeojsons[i].myKey == "modes" || propertyGeojsons[i].myKey == "modes" ||
propertyGeojsons[i].myKey == "internal_travel_by_mode" propertyGeojsons[i].myKey == "internal_travel_by_mode" ||
) propertyGeojsons[i].myKey == "pt_vehicles"
) {
console.log("Ignoring key ", propertyGeojsons[i].myKey);
continue; continue;
}
obj[`${keys[i]}`] = propertyGeojsons[i]; obj[`${keys[i]}`] = propertyGeojsons[i];
} }
this.radioButtonLayersControl = new L.Control.Layers(obj, null, { this.radioButtonLayersControl = new L.Control.Layers(obj, null, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment