TimSC / pycrocosm

OSM API v0.6 implemented in Django/Python
9 stars 4 forks source link

Changesets should have min_lat, max_lat, min_lon, max_lon attributes #3

Open TimSC opened 6 years ago

TimSC commented 6 years ago

Next issue still to do with data extraction:

http://api.freestreetmap.org:8010/api/0.6/changeset/1000074341

should be like this:

http://api.fosm.org/api/0.6/changeset/1000080043

so need to add min_lat, max_lat, min_lon, max_lon attributes for the changeset.

4x4falcon commented 6 years ago

Any update on this Tim?

TimSC commented 6 years ago

I take it this is used for updating mapnik?

I couldn't find any written definition on how this functionality really works, and OSM (previously) implemented it in a weird way. https://github.com/openstreetmap/openstreetmap-website/issues/1742 I can finish this if I can get my head around it.

4x4falcon commented 6 years ago

It's also for use on the changeset pages here:

http://fosm.org/changeset/2000000002

Not vital but would be nice to have.