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
Branches
No related tags found
No related merge requests found
......@@ -180,9 +180,12 @@ export class ResultsMapComponent implements OnChanges {
if (
propertyGeojsons[i].myKey == "link_id" ||
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;
}
obj[`${keys[i]}`] = propertyGeojsons[i];
}
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