From da495b98b5b7664a8807f2a0594bec26c8ee6c0a Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Sun, 26 May 2024 04:00:06 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f4aa34..55ee207 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ See [https://wiki.openstreetmap.org/wiki/The_Villages_Road_and_Address_Import](h * `POST_CODE` becomes `addr:postcode` (or `addr:postc` temporarily) * For roads: * `NAME` becomes the virtual `name` via the `getformattedstreetname("NAME")` + * `SpeedLimit` becomes the virtual `maxspeed` via `"SpeedLimit" mph` + * `highway=residential` or similar added manually in JOSM * `surface=asphalt` added manually in JOSM - * `maxspeed=10 mph` added manually in JOSM * Use the Filter with Form function to Select all entries with `"LIFECYCLE"='Current'` * Export to Geojson, only exporting **selected** entries, **selecting only the OSM-formatted fields we want**. * Here you can rename temporary columns like `addr:house` to `addr:housenumber`.