You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
traffic_sign_nodes_on_non_highways = set()
for h in planet_240219("aw[!highway]"):
print(h)
traffic_sign_nodes_on_non_highways.update(h.nodes("n[traffic_sign]"))
...
way/120993860
way/120992621
way/120993742
way/986571987
way/120992739
way/120993191
relation/1655222
Segmentation fault (core dumped)
That's what I get for forgetting to do .ways.
It would be nice to fail more gracefully :-) (not sure if the method should return an empty set in case of an area, or all the nodes that define the multipolygon...)
The text was updated successfully, but these errors were encountered:
... or at least that's what I think is going on.
That's what I get for forgetting to do
.ways
.It would be nice to fail more gracefully :-) (not sure if the method should return an empty set in case of an area, or all the nodes that define the multipolygon...)
The text was updated successfully, but these errors were encountered: