diff --git "a/getstreetfromaddress(\"SADD\")README.md" b/README.md similarity index 98% rename from "getstreetfromaddress(\"SADD\")README.md" rename to README.md index 60041e6..2907f25 100644 --- "a/getstreetfromaddress(\"SADD\")README.md" +++ b/README.md @@ -25,7 +25,7 @@ Sumter GIS is via emailing their GIS team and accessing their Dropbox. * The Addresses shapefile is recorded in the ESRI:102659 CRS, you may need to convert or reproject to/from the default EPSG:4326 - WGS 84 CRS that OSM uses. * `ADD_NUM` becomes the virtual `addr:housenumber` (or `addr:house` temporarily, avoiding addr:house which is a real tag) as an integer * `UNIT` becomes the virtual `addr:unit` (sometimes the LOT key is used for multiple units in a range, but mostly it's unrelated lot IDs and not useful) as a string - * `SADD` becomes the virtual `addr:street` (or `addr:stree` temporarily) via the `getformattedstreetnamefromaddress("SADD")` custom expression as a string + * `SADD` becomes the virtual `addr:street` (or `addr:stree` temporarily) via the `title(getstreetfromaddress("SADD"))` custom expression as a string * `POST_COMM` becomes the virual `addr:city` via the `title("POST_COMM")` expression (we care about postal community addresses not what municipality a place might be governed by) as a string * `POST_CODE` becomes `addr:postcode` (or `addr:postc` temporarily) as an integer * Manually add `addr:state` = `'FL'`