This repository was archived by the owner on Jun 10, 2025. It is now read-only.
This repository was archived by the owner on Jun 10, 2025. It is now read-only.
Wrapper doesn't return OSM Feature version. #155
Closed
Description
Introduction:
Each feature in OSM contains a version property of type int, which defines how many changes were applied to the feature.
Problem:
This property is currently not passed back to the caller, even with the verbosity="meta" flag.
Reproduction sample:
api = overpass.API(timeout=500)
response = api.get('way[name="Belsenplatz"];', responseformat="geojson", verbosity="meta")
Expectations:
response.get('features')[0] to contain the version property. It currently doesn't.
Metadata
Metadata
Assignees
Labels
No labels