From ba17963e117c766b174fa6b059348dc6c3744a6d Mon Sep 17 00:00:00 2001 From: Jennings Anderson Date: Tue, 9 Oct 2018 20:09:00 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 318013d..fc14d9d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a simplified framework built off Mapbox's [tile-reduce](//github.com/mapbox/tile-reduce) to perform map-reduce functions against large files of line-delimited JSON. This simply removes all of the `tile` processing and instead passes each new line in the file to the map script. -This is currently used for geometry-reconstruction of historical OSM objects as output from the [OSM-Wayback](//github.com/osmlab/osm-wayback) utility +This is currently used for geometry-reconstruction of historical OpenStreetMap objects as output from the [OSM-Wayback](//github.com/osmlab/osm-wayback) utility ### Install