-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi, here is the error message I got:
mr cooperative tag oneway.osm --out oneway.geojson
- Initialize
hot here oneway.osm {
_: [ 'cooperative', 'tag' ],
rfc7464: true,
out: 'oneway.geojson',
'input-files': [ 'oneway.osm' ],
inputFiles: [ 'oneway.osm' ],
'$0': 'mr'
}
- oneway.osm: 0/223 elements
- oneway.osm: 0/223 elements
× oneway.osm: Failed to retrieve element version: way/24462453/undefined
I was struggling with this error message. I was thinking about a connection/internet error.
Then I finally read over and over the message and figure it out that only the "version" of my items are missing and not the ids.
So I finally changed the end of my overpass query from out body geom; to out meta geom;
And it fixed my issue. Can you please improve the error message? May be to suggest to the user that some "metadata" are missing.
Have a nice day 👍 And TY for this excellent tool ❤️
Metadata
Metadata
Assignees
Labels
No labels