Skip to content

Commit 143887c

Browse files
authored
Update pgp-io.md
1 parent 38ecb31 commit 143887c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgp-io.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
## Input
99

1010
### Parse Error loading OSM Polygons
11-
https://gis.stackexchange.com/questions/346641/postgis-parse-error-invalid-geometry-after-using-st-multi-but-st-isvalid
11+
<https://gis.stackexchange.com/questions/346641/postgis-parse-error-invalid-geometry-after-using-st-multi-but-st-isvalid>
1212

1313
#### Solution
1414
Problem is incorrect order of columns, so trying to load an integer into a geometry field.
1515
Better error messages would make this more obvious.
1616

1717
### Parse Error from non-WKT format text
18-
https://gis.stackexchange.com/questions/311955/error-parse-error-invalid-geometry-postgis?noredirect=1&lq=1
18+
<https://gis.stackexchange.com/questions/311955/error-parse-error-invalid-geometry-postgis>
1919

2020
## GeoJSON
2121

0 commit comments

Comments
 (0)