aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-14 22:10:43 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-14 22:10:43 +1000
commitb41ba2d5e80b62f46fe3974278d562b091e2ea58 (patch)
tree97b8cb7d48de48cd9df9de3741b23872bbf7c38b
parent0af79949d1ad1d9a124c6500fec467db07b094b6 (diff)
link to postal_code on existing suburbs snippet
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2df434..f0b1be5 100644
--- a/README.md
+++ b/README.md
@@ -316,7 +316,7 @@ For background see [Inclusion of `addr:suburb`, `addr:postcode` and `addr:state`
Using JOSM RemoteControl commands [`postal_code`](https://wiki.openstreetmap.org/wiki/Key:postal_code) will be added to the existing Victorian `admin_level=10` boundaries using the postcode derived from Vicmap Addresses. Except for Melbourne suburb because there are two postal codes in use, and the `postal_code` boundaries are already mapped.
-The tag changes are created by `bin/compareSuburb.js` which creates the JOSM RemoteControl URLs into the file at `dist/postalCodeURLs.txt`.
+The tag changes are created by `bin/compareSuburb.js` which creates the JOSM RemoteControl URLs into the file at `dist/postalCodeURLs.txt`, [https://gitlab.com/alantgeo/vicmap2osm/-/snippets/2133851](https://gitlab.com/alantgeo/vicmap2osm/-/snippets/2133851).
### Stage 2 - Set unit from housenumber
During the conflation stage, Vicmap addresses which were deemed to match OSM addresses where in OSM it was represented as `addr:housenumber=X/Y` whereas in Vicmap it was represented as `addr:unit=X`, `addr:housenumber=Y`, then an automated tag change to move the unit into `addr:unit` is performed.