forked from MapComplete/MapComplete
More tweaks
This commit is contained in:
parent
739275f8a1
commit
de4e394088
5 changed files with 69 additions and 94 deletions
2
test.ts
2
test.ts
|
@ -26,6 +26,8 @@ async function main() {
|
|||
// Dirty hack!
|
||||
// Make the charging-station layer simpler to allow querying it by overpass
|
||||
const chargingStationLayer: LayerConfig = AllKnownLayouts.allKnownLayouts.get("toerisme_vlaanderen").layers.find(l => l.id === "charging_station_ebikes")
|
||||
chargingStationLayer.minzoom = 0
|
||||
chargingStationLayer.minzoomVisible = 0
|
||||
// chargingStationLayer.source.osmTags = new And([new Tag("amenity","charging_station"), new Tag("bicycle","yes")])
|
||||
Constants.defaultOverpassUrls.splice(0,1) // remove overpass-api.de for this run
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue