We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ecb31 commit 143887cCopy full SHA for 143887c
pgp-io.md
@@ -8,14 +8,14 @@
8
## Input
9
10
### Parse Error loading OSM Polygons
11
-https://gis.stackexchange.com/questions/346641/postgis-parse-error-invalid-geometry-after-using-st-multi-but-st-isvalid
+<https://gis.stackexchange.com/questions/346641/postgis-parse-error-invalid-geometry-after-using-st-multi-but-st-isvalid>
12
13
#### Solution
14
Problem is incorrect order of columns, so trying to load an integer into a geometry field.
15
Better error messages would make this more obvious.
16
17
### Parse Error from non-WKT format text
18
-https://gis.stackexchange.com/questions/311955/error-parse-error-invalid-geometry-postgis?noredirect=1&lq=1
+<https://gis.stackexchange.com/questions/311955/error-parse-error-invalid-geometry-postgis>
19
20
## GeoJSON
21
0 commit comments