Skip to content

Commit 9c4f5b9

Browse files
committed
Remove option --exclude-invalid-polygon from docs
It is not supported (any more).
1 parent 858bebd commit 9c4f5b9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/osm2pgsql.1

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,6 @@ By default natural=coastline tagged data will be discarded based on the
195195
assumption that Shapefiles generated by OSMCoastline (https://osmdata.openstreetmap.de/)
196196
will be used.
197197
.TP
198-
\fB\ \fR\-\-exclude\-invalid\-polygon
199-
OpenStreetMap data is defined in terms of nodes, ways and relations and not in
200-
terms of actual geometric features. Osm2pgsql therefore tries to build PostGIS
201-
geometries out of this data representation. However not all ways and relations
202-
correspond to valid PostGIS geometries (e.g. self intersecting polygons). By
203-
default osm2pgsql tries to fix these geometries using buffer(0) around the
204-
invalid polygons. With this option, invalid polygons are instead simply dropped
205-
from the database. Even without this option, all polygons in the database should
206-
be valid.
207-
.TP
208198
\fB\ \fR\-\-number\-processes num
209199
Specifies the number of parallel processes used for certain operations. If disks are
210200
fast enough e.g. if you have an SSD, then this can greatly increase speed of

0 commit comments

Comments
 (0)