From 7f36a35472591841c3f415274655260eb9743999 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Thu, 1 Sep 2022 13:13:45 -0700 Subject: [PATCH] link wiki --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 619e652..ff0045e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# The Villages Road and Address Import + +See [https://wiki.openstreetmap.org/wiki/The_Villages_Road_and_Address_Import](https://wiki.openstreetmap.org/wiki/The_Villages_Road_and_Address_Import) + +## Instructions + * Open the original data in QGIS * Format OSM fields with QGIS functions to have proper capitalization and full spellings without extraneous whitespace, based on original fields. For example OSM uses names like North Main Street, not N MAIN ST. All fields are of the QGIS type "text" even if they're numbers. * You can use the Attribute Table's Field Calculator for this; you can copy-paste the `qgis-functions.py` file into the Function Editor and then use the Expression tab to create new, formatted virtual fields. Don't worry if the field name limit is too short, it can be fixed in JOSM.