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

XML responses should be ordered by element type #19

Closed gmaclennan closed 7 years ago

gmaclennan commented 7 years ago

According to the OSM XML spec the response should be ordered by element type:

  1. nodes
  2. ways
  3. relations

The spec says:

If you develop tools using this format, you can be certain that:

  • blocks come in this order

We currently do not enforce this order.

ghost commented 7 years ago

fixed in 1.12.2