-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Description
Hello when extracting pbf file then converting to osm to be used in Houdini with "OSM Labs import" I get an error at line 190 in python code ( which is trying to find "node_id":
"for node_id in way.nodes:
node = self.nodes ...."
it's because when exctracting the area i need Osmextract miss some nodes like "<node id="4181592"..." and the OSM Labs Import ask for it later in by example : "...of course it crash because the data do not exist in the extracted file.
Also if you do the same extract from the website you don't have "uid" and "user" which are not necessary if you are not connected as registred user....
Metadata
Metadata
Assignees
Labels
No labels