Skip to content

time_one, time_two gets mangled #37

@matkoniecz

Description

@matkoniecz

using container.get_query(display_name=name, order="newest", limit=limit, time_one=before_osm_existed, time_two=str(cutoff_timestamp))

gets you stuff like

https://openstreetmap.org/api/0.6/changesets/?display_name=Map_Rivers&time=1970-11-29%2016:30:00&,2025-10-16%2014:24:23&order=newest&limit=10

it should be

https://openstreetmap.org/api/0.6/changesets/?display_name=Map_Rivers&time=1970-11-29%2016:30:00,2025-10-16%2014:24:23&order=newest&limit=10

as it is a SINGLE parameter, not two of them so & should not be there

see https://wiki.openstreetmap.org/wiki/API_v0.6#Query:_GET_/api/0.6/changesets

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