[postgis-users] PostGIS 1.4. Polygon format. Migration from 1.3.6
Stephen Woodbridge
woodbri at swoodbridge.com
Wed Dec 2 20:16:54 PST 2009
wDevil wDevil wrote:
> ERROR: geometry requires more points
> ПОДСКАЗКА: "...9475,1472438 2999479,1472437 2999475)" <-- parse error
> at position 179 within geometry
> КОНТЕКСТ: COPY group_2, строка 6410, колонка location:
> "MULTIPOLYGON(((1472437 2999481,1472997 3002930,1471812
> 3003122,1471416 3000683,1465945 3000726,14659..."
>
> line: MULTIPOLYGON(((1472437 2999481,1472997 3002930,1471812
> 3003122,1471416 3000683,1465945 3000726,1465937 2999526,1472437
> 2999481))
> in 1.3.6 works fine
You do not have the same number of open parens (3) and close parens (2).
MULTIPOLYGON((( ... )))
you have:
MULTIPOLYGON((( ... ))
-Steve
> ERROR: geometry requires more points
> ПОДСКАЗКА: "...7418,1638895 2987419,1638895 2987418)" <-- parse error
> at position 57 within geometry
> КОНТЕКСТ: COPY group_2, строка 20340, колонка location:
> "POLYGON((1638895 2987418,1638895 2987419,1638895 2987418))"
>
> line: POLYGON((1638895 2987418,1638895 2987419,1638895 2987418));
> in 1.3.6 works fine
>
>
> Format of polygons has changed?
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
More information about the postgis-users
mailing list