abbr works only on full words; changes on nodes don't work
[osm-helpers.git] / TODO
blob2a29f14c25f706dda08e48284018804c2fa2987d
1 Bugs:
2 - don't send yourself notifications in osm-upload-changes; ideally it
3   should send the notification to the last person that touched the
4   modified attribute
5 - see why changes to addr:* don't actually work, although present in the
6   changes file
7   - it seems none of the changes that should apply on nodes work
9 Features:
10 - clean up double spaces only on request, not always - useful for clean
11   osmchanges files which target a specific single change
12 - regexp pattern matching for input
13 - allow "logical and" to couple matching elements to make more refined
14   changes
15 - allow more complex changes like:
16   "if name=fixme or name=tbd then remove the name tag and add a fixme
17   tag with value 'name unknown'"
18   "if name matches regexp 'DN (\d+)' and ref not defined, remove name and
19   add ref='DN$1'" - i.e. use perl regexps for input matching and output
20   transformations
21 - API 0.6 (?)