Changes between Version 1 and Version 2 of Ticket #168


Ignore:
Timestamp:
Apr 30, 2009, 11:30:54 AM (15 years ago)
Author:
pramsey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #168 – Description

    v1 v2  
    11I 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">
    44 <gml:polygonMember>
    55  <gml:Polygon>
     
    99      4280509.572796883992851,250062.898095423181076,1384.223139199977595
    1010      4280509.572796883992851,250062.898095423181076,1384.223139199977595 
    11         4280509.572796883992851,250062.898095423181076,1384.223139199977595
     11      4280509.572796883992851,250062.898095423181076,1384.223139199977595
    1212     </gml:coordinates>
    1313    </gml:LinearRing>
     
    1515  </gml:Polygon>
    1616 </gml:polygonMember>
    17 </gml:MultiPolygon>}}}
    18 
    19 It's a three-point polygon where startpoint != endpoint.
     17</gml:MultiPolygon>
     18}}}
     19It's a three-point polygon where startpoint = midpoint = endpoint.