Skip to content

Commit

Permalink
include path in default OSM query
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Nov 20, 2024
1 parent c00b5e2 commit e5e2ce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cityseer"
version = '4.16.0b14'
version = '4.16.0b15'
description = "Computational tools for network-based pedestrian-scale urban analysis"
readme = "README.md"
requires-python = ">=3.10, <3.14"
Expand Down
4 changes: 2 additions & 2 deletions pysrc/cityseer/tools/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def osm_graph_from_poly(
[out:json];
(way["highway"]
["highway"!~"bus_guideway|busway|escape|raceway|proposed|planned|abandoned|platform|
emergency_bay|rest_area|disused|path|corridor|ladder|bus_stop|elevator|services"]
emergency_bay|rest_area|disused|corridor|ladder|bus_stop|elevator|services"]
["area"!="yes"]
["footway"!="sidewalk"]
["amenity"!~"charging_station|parking|fuel|motorcycle_parking|parking_entrance|parking_space"]
Expand Down Expand Up @@ -348,7 +348,7 @@ def osm_graph_from_poly(
[out:json];
(way["highway"]
["highway"!~"bus_guideway|busway|escape|raceway|proposed|planned|abandoned|platform|emergency_bay|
rest_area|disused|path|corridor|ladder|bus_stop|elevator|services"]
rest_area|disused|corridor|ladder|bus_stop|elevator|services"]
["area"!="yes"]
["footway"!="sidewalk"]
["amenity"!~"charging_station|parking|fuel|motorcycle_parking|parking_entrance|parking_space"]
Expand Down

0 comments on commit e5e2ce5

Please sign in to comment.