osm-p2p-server
Advanced tools
Changelog
[2.0.4]
?forks=true
for /map
endpointChangelog
[2.0.3]
Changelog
[2.0.2]
split_delete_way.js
test so that it will run in the browser for osm-p2p-server-sw.Changelog
[2.0.1]
map
requests, avoid uncaught error on invalid bbox.Changelog
[2.0.0-beta4]
Changelog
[2.0.0-beta3]
/map
endpoint if request Accept
is application/json
Changelog
[2.0.0-beta2]
/api/0.6/
since it is hard-coded in several clients (e.g. iD)Changelog
[2.0.0-beta]
timestamp
to newly created elements.created_at
timestamp to new changesets.<node id="1" />
vs <node id="1"></node>
. This matches OSM Ruby Port, and is likely not breaking but it did break our tests.created_at
rather than createdAt
to be consistent with OSM API. Still checks for createdAt
in legacy dbs.GET /:type(node|way|relation)/:id
, unless ?forks=true
query param is set.GET /:type(nodes|ways|relations)\\?:ktype=:ids
, unless ?forks=true
query param is set.GET /map
, unless ?forks=true
query param is set./api/0.6/
, routes are now mounted on /
id
for closing a forked changeset.members
and nodes
are returned before tags
in Xml.