TimSC / pycrocosm

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

Header for xml data is incomplete #5

Closed TimSC closed 6 years ago

TimSC commented 6 years ago

osmxml file header tag

<osm version="0.6" upload="true" generator="cppo5m">

should be like this:

<osm version="0.6" generator="FOSM API 0.6" copyright="2014 FOSM contributors, OpenStreetMap contributors" attribution="http://www.fosm.org/attribution" license="Creative commons CC-BY-SA 2.0">
TimSC commented 6 years ago

These attributes can now be configured in pycrocosm/settings.py