aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-20 22:33:30 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-20 22:33:30 +1000
commitde400a11e4efdedc5f3d1a1332da108b773b5ae8 (patch)
tree15dc83995049affe975c04e52c88cee3ed36aa4d /README.md
parentf699c397841eeb47b4e803ec6185f94585bb4e39 (diff)
handle vicmap locality special cases
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba668b8..f3a5303 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,15 @@ Where the individual points share the same geometry as each other, then the rang
The schema mapping mostly happens in `lib/toOSM.js`.
+### addr:suburb
+
+Vicmap locality data sometimes includes a suffix placename to a locality for example:
+
+ - Hillside Greater Melbourne
+ - Hillside Bairnsdale
+
+These are converted into simply "Hillside", the full list of special cases is in `lib/toOSM.js`.
+
### Removing duplicates
Source address data contains many address points overlapping or within a close proximity.