Open 0live opened 4 years ago
<node id="12635600" version="10" timestamp="2020-09-16T19:45:27Z" lat="49.8696256" lon="8.5997538"/>
I would like to see handled timestamp and version to use like below.
"tables": {
"admin": {
"columns": [
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "timestamp",
"name": "last_change",
"key": null
},
{
"type": "version",
"name": "version",
"key": null
},
This could be very useful, for example to find something - which is under construction since 3 years.
+1 for this, please. In fact... +10 if it'll help!
Hello, Is there a way to extract OSM metadata into tags or as attributes? in my case i would like to have user's name when processing diff files but i didn't found anything about that in the documentation.
Thanks