Skip to content

Commit 591ee1f

Browse files
committed
Some small phrasing changes in README.
1 parent 7b1be4d commit 591ee1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,16 +263,16 @@ coastline that can remain open. The coastline starts somewhere around 180°
263263
East, 77° South and ends around 180° West and 77° South. OSMCoastline will find
264264
those open ends and connect them by adding several "nodes" forming a proper
265265
polygon. Depending on the output projection (EPSG:4326 or EPSG:3857) this
266-
polygon will either go to the South Pole or to the 85.0511° line.
266+
polygon will either extend to the South Pole or to the 85.0511° line.
267267

268268

269269
## Filtering
270270

271271
The program `osmcoastline_filter` can be used to filter from an OSM planet file
272-
all nodes and ways needed for building the coastlines and writing them out in
273-
OSM format. This file will be a lot smaller (less than 1%) than the original
274-
planet file, but it contains everything needed to assemble the coastline
275-
polygons.
272+
all nodes and ways needed for building the coastlines and write them out in
273+
OSM format. The resulting file will be a lot smaller (less than 1%) than the
274+
original planet file, but it contains everything needed to assemble the
275+
coastline polygons.
276276

277277
If you are playing around or want to run `osmcoastline` several times with
278278
different parameters, run `osmcoastline_filter` once first and use its output

0 commit comments

Comments
 (0)