digidem / osm-p2p-server

Peer-to-peer OpenStreetMap API v0.6 Server for osm-p2p-db
BSD 2-Clause "Simplified" License
87 stars 10 forks source link

Changesets #5

Closed gmaclennan closed 8 years ago

gmaclennan commented 8 years ago

We should support the creation of changesets. This will require upstream changes in osm-p2p-db for storing changeset documents.

We need to implement endpoints for creating and closing changesets - see https://github.com/digidem/osm-p2p-server/issues/4

iD Editor creates a changeset, immediately uploads an OsmChange document, and closes the changeset - see https://github.com/openstreetmap/iD/blob/master/js/id/core/connection.js#L268-L294

ghost commented 8 years ago

The upstream changes in osm-p2p-db are ready for changesets.

ghost commented 8 years ago

These are working in osm-p2p-server 1.3.0.