diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-10 13:41:37 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-10 13:41:37 +1000 |
commit | 91fa58f564e4c2fb24b1446e659e47701caea884 (patch) | |
tree | 1397438ff9ef45b208eb5378c210524d4f0f6cef /README.md | |
parent | 70523db4413644c3b10398ffda966786d231905b (diff) |
reorder features and set ids for better maproulette tasks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -265,6 +265,8 @@ Further processing to conflate Vicmap complex and building names with OSM can be make dist/vicmap-complex-conflation make dist/vicmap-building-conflation +These outputs are described in the [Building Name](#building-name) and [Complex Name](#complex-name) sections. + - [ ] we need to deal with addresses represented in OSM as interpolation ways. If there is community consensus to replace these existing interpolation ways with individual point nodes or leave the existing interpolation ways. - [ ] we need a better way to review matches where some attributes differ, potentially as a quick fix MapRoulette for tricky cases, or done as a bulk import for easy cases (eg. simply adding `addr:suburb`, `addr:state` and `addr:postcode`) |