Browse Source

Cycle Amenities: show charging stations from z13

fossil
Stephan Bösch-Plepelits 6 years ago
committed by GitHub
parent
commit
3ed43d7f7d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      cycle_amenities.json

3
cycle_amenities.json

@ -12,6 +12,7 @@
"node[amenity~\"^(bicycle_rental)$\"];",
"way[amenity~\"^(bicycle_rental)$\"];",
"relation[amenity~\"^(bicycle_rental)$\"];",
"node[amenity~\"^(charging_station)$\"][bicycle!=\"no\"];",
"node[shop~\"^(bicycle)$\"];",
"way[shop~\"^(bicycle)$\"];",
"relation[shop~\"^(bicycle)$\"];",
@ -129,4 +130,4 @@
"priority": 2
}
}
}
}
Loading…
Cancel
Save