Changes between Initial Version and Version 1 of Ticket #168


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #168 – Description

    initial v1  
    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:
    22
    3 '''<gml:MultiPolygon srsName="EPSG:2270"><gml:polygonMember><gml:Polygon><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>4280509.572796883992851,250062.898095423181076,1384.223139199977595 4280509.572796883992851,250062.898095423181076,1384.223139199977595 4280509.572796883992851,250062.898095423181076,1384.223139199977595</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></gml:polygonMember></gml:MultiPolygon>'''
     3{{{<gml:MultiPolygon srsName="EPSG:2270">
     4 <gml:polygonMember>
     5  <gml:Polygon>
     6   <gml:outerBoundaryIs>
     7    <gml:LinearRing>
     8     <gml:coordinates>
     9      4280509.572796883992851,250062.898095423181076,1384.223139199977595
     10      4280509.572796883992851,250062.898095423181076,1384.223139199977595 
     11        4280509.572796883992851,250062.898095423181076,1384.223139199977595
     12     </gml:coordinates>
     13    </gml:LinearRing>
     14   </gml:outerBoundaryIs>
     15  </gml:Polygon>
     16 </gml:polygonMember>
     17</gml:MultiPolygon>}}}
    418
    519It's a three-point polygon where startpoint != endpoint.