Re: [OSM-dev] Tool to simplify ways

2013-05-06 Thread Maarten Deen
On 5-5-2013 20:13, Maarten Deen wrote: On 2013-05-05 15:38, Christian Müller wrote: Hi, have a look at http://lists.openstreetmap.org/pipermail/dev/2012-May/024947.html https://github.com/podolsir/osmosis-simplifyways That doesn't want to work for me. I have the latest germany file and when

[OSM-dev] Identifying when a tag was added

2013-05-06 Thread Paul Norman
I have a list of a few hundred nodes with a particular tag, say foo=bar. All the nodes are version 2 or greater. I want to identify either the earliest version with that tag or which versions have that tag. For my case it is acceptable to call /history from the API because it is for editing. Has