Skip to content
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
@viksuper555

Description

@viksuper555

Introduction:

Each feature in OSM contains a version property of type int, which defines how many changes were applied to the feature.
image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions