Changes between Version 1 and Version 2 of Ticket #168
- Timestamp:
- 04/30/09 11:30:54 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #168 – Description
v1 v2 1 1 I managed to load this into 1.4 using the 1.3 shp2pgsql utility (so the parser accepted it). And now I can't dump the table because this geometry won't unparse. Fortunately, the GML output is more forgiving: 2 3 {{{<gml:MultiPolygon srsName="EPSG:2270">2 {{{ 3 <gml:MultiPolygon srsName="EPSG:2270"> 4 4 <gml:polygonMember> 5 5 <gml:Polygon> … … 9 9 4280509.572796883992851,250062.898095423181076,1384.223139199977595 10 10 4280509.572796883992851,250062.898095423181076,1384.223139199977595 11 11 4280509.572796883992851,250062.898095423181076,1384.223139199977595 12 12 </gml:coordinates> 13 13 </gml:LinearRing> … … 15 15 </gml:Polygon> 16 16 </gml:polygonMember> 17 </gml:MultiPolygon> }}}18 19 It's a three-point polygon where startpoint != endpoint.17 </gml:MultiPolygon> 18 }}} 19 It's a three-point polygon where startpoint = midpoint = endpoint.