Skip to content

Instantly share code, notes, and snippets.

@situx
Last active January 20, 2021 13:54
Show Gist options
  • Save situx/fbfa7d2719d66768fad4be3303cbd9f1 to your computer and use it in GitHub Desktop.
Save situx/fbfa7d2719d66768fad4be3303cbd9f1 to your computer and use it in GitHub Desktop.
query 19-2:
WKT: <http://www.opengis.net/def/crs/OGC/1.3/CRS84>POLYGON((-93.6 34.1,-93.6 34.5,-93.407852804032 36.450903220161,-92.838795325113 38.326834323651,-91.914696123025 40.055702330196,-90.671067811865 41.571067811865,-89.155702330196 42.814696123025,-87.426834323651 43.738795325113,-85.550903220161 44.307852804032,-83.6 44.5,-83.2 44.5,-81.249096779839 44.307852804032,-79.373165676349 43.738795325113,-77.644297669804 42.814696123025,-76.128932188135 41.571067811865,-74.885303876975 40.055702330196,-73.961204674887 38.326834323651,-73.392147195968 36.450903220161,-73.2 34.5,-73.2 34.1,-73.392147195968 32.149096779839,-73.961204674887 30.273165676349,-74.885303876975 28.544297669804,-76.128932188135 27.028932188135,-77.644297669804 25.785303876975,-79.373165676349 24.861204674887,-81.249096779839 24.292147195968,-83.2 24.1,-83.6 24.1,-85.550903220161 24.292147195968,-87.426834323651 24.861204674887,-89.155702330196 25.785303876975,-90.671067811865 27.028932188135,-91.914696123025 28.544297669804,-92.838795325113 30.273165676349,-93.407852804032 32.149096779839,-93.6 34.1))
GML 3.2: <gml:Polygon srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:exterior><gml:LinearRing><gml:posList>-93.6 34.1 -93.6 34.5 -93.407852804032 36.450903220161 -92.838795325113 38.326834323651 -91.914696123025 40.055702330196 -90.671067811865 41.571067811865 -89.155702330196 42.814696123025 -87.426834323651 43.738795325113 -85.550903220161 44.307852804032 -83.6 44.5 -83.2 44.5 -81.249096779839 44.307852804032 -79.373165676349 43.738795325113 -77.644297669804 42.814696123025 -76.128932188135 41.571067811865 -74.885303876975 40.055702330196 -73.961204674887 38.326834323651 -73.392147195968 36.450903220161 -73.2 34.5 -73.2 34.1 -73.392147195968 32.149096779839 -73.961204674887 30.273165676349 -74.885303876975 28.544297669804 -76.128932188135 27.028932188135 -77.644297669804 25.785303876975 -79.373165676349 24.861204674887 -81.249096779839 24.292147195968 -83.2 24.1 -83.6 24.1 -85.550903220161 24.292147195968 -87.426834323651 24.861204674887 -89.155702330196 25.785303876975 -90.671067811865 27.028932188135 -91.914696123025 28.544297669804 -92.838795325113 30.273165676349 -93.407852804032 32.149096779839 -93.6 34.1</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon>
GML 2.1.2: <gml:Polygon srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>-93.6,34.1 -93.6,34.5 -93.407852804032,36.450903220161 -92.838795325113,38.326834323651 -91.914696123025,40.055702330196 -90.671067811865,41.571067811865 -89.155702330196,42.814696123025 -87.426834323651,43.738795325113 -85.550903220161,44.307852804032 -83.6,44.5 -83.2,44.5 -81.249096779839,44.307852804032 -79.373165676349,43.738795325113 -77.644297669804,42.814696123025 -76.128932188135,41.571067811865 -74.885303876975,40.055702330196 -73.961204674887,38.326834323651 -73.392147195968,36.450903220161 -73.2,34.5 -73.2,34.1 -73.392147195968,32.149096779839 -73.961204674887,30.273165676349 -74.885303876975,28.544297669804 -76.128932188135,27.028932188135 -77.644297669804,25.785303876975 -79.373165676349,24.861204674887 -81.249096779839,24.292147195968 -83.2,24.1 -83.6,24.1 -85.550903220161,24.292147195968 -87.426834323651,24.861204674887 -89.155702330196,25.785303876975 -90.671067811865,27.028932188135 -91.914696123025,28.544297669804 -92.838795325113,30.273165676349 -93.407852804032,32.149096779839 -93.6,34.1</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon>
GeoJSON: {"geometry": { "type": "Polygon", "coordinates": [ [ [ -93.6, 34.1 ], [ -93.6, 34.5 ], [ -93.407852804032004, 36.450903220161003 ], [ -92.838795325112997, 38.326834323650999 ], [ -91.914696123024996, 40.055702330195999 ], [ -90.671067811865001, 41.571067811864999 ], [ -89.155702330195993, 42.814696123025001 ], [ -87.426834323650993, 43.738795325113003 ], [ -85.550903220161004, 44.307852804032002 ], [ -83.6, 44.5 ], [ -83.2, 44.5 ], [ -81.249096779838993, 44.307852804032002 ], [ -79.373165676349004, 43.738795325113003 ], [ -77.644297669804004, 42.814696123025001 ], [ -76.128932188134996, 41.571067811864999 ], [ -74.885303876975001, 40.055702330195999 ], [ -73.961204674887, 38.326834323650999 ], [ -73.392147195967993, 36.450903220161003 ], [ -73.2, 34.5 ], [ -73.2, 34.1 ], [ -73.392147195967993, 32.149096779838999 ], [ -73.961204674887, 30.273165676348999 ], [ -74.885303876975001, 28.544297669803999 ], [ -76.128932188134996, 27.028932188134998 ], [ -77.644297669804004, 25.785303876975 ], [ -79.373165676349004, 24.861204674886999 ], [ -81.249096779838993, 24.292147195967999 ], [ -83.2, 24.1 ], [ -83.6, 24.1 ], [ -85.550903220161004, 24.292147195967999 ], [ -87.426834323650993, 24.861204674886999 ], [ -89.155702330195993, 25.785303876975 ], [ -90.671067811865001, 27.028932188134998 ], [ -91.914696123024996, 28.544297669803999 ], [ -92.838795325112997, 30.273165676348999 ], [ -93.407852804032004, 32.149096779838999 ], [ -93.6, 34.1 ] ] ] }
KML: <Polygon xmlns="http://www.opengis.net/kml/2.2"><outerBoundaryIs><LinearRing><coordinates>-93.6,34.1 -93.6,34.5 -93.407852804032,36.450903220161 -92.838795325113,38.326834323651 -91.914696123025,40.055702330196 -90.671067811865,41.571067811865 -89.155702330196,42.814696123025 -87.426834323651,43.738795325113 -85.550903220161,44.307852804032 -83.6,44.5 -83.2,44.5 -81.249096779839,44.307852804032 -79.373165676349,43.738795325113 -77.644297669804,42.814696123025 -76.128932188135,41.571067811865 -74.885303876975,40.055702330196 -73.961204674887,38.326834323651 -73.392147195968,36.450903220161 -73.2,34.5 -73.2,34.1 -73.392147195968,32.149096779839 -73.961204674887,30.273165676349 -74.885303876975,28.544297669804 -76.128932188135,27.028932188135 -77.644297669804,25.785303876975 -79.373165676349,24.861204674887 -81.249096779839,24.292147195968 -83.2,24.1 -83.6,24.1 -85.550903220161,24.292147195968 -87.426834323651,24.861204674887 -89.155702330196,25.785303876975 -90.671067811865,27.028932188135 -91.914696123025,28.544297669804 -92.838795325113,30.273165676349 -93.407852804032,32.149096779839 -93.6,34.1</coordinates></LinearRing></outerBoundaryIs></Polygon>
query 19-3:
WKT: <http://www.opengis.net/def/crs/OGC/1.3/CRS84>POLYGON((-83.4 34.1,-83.6 34.1,-83.6 34.3,-83.4 34.3,-83.4 34.1))
GML 3.2: <gml:Polygon xmlns:gml="http://www.opengis.net/ont/gml" srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84"><gml:exterior><gml:LinearRing><gml:posList>-83.4 34.1 -83.6 34.1 -83.6 34.3 -83.4 34.3 -83.4 34.1</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon>
GML 2.1.2: <gml:Polygon xmlns:gml="http://www.opengis.net/ont/gml" srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>-83.4,34.1 -83.6,34.1 -83.6,34.3 -83.4,34.3 -83.4,34.1</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon>
GeoJSON: {"geometry": { "type": "Polygon", "coordinates": [ [ [ -83.4, 34.1 ], [ -83.6, 34.1 ], [ -83.6, 34.3 ], [ -83.4, 34.3 ], [ -83.4, 34.1 ] ] ] }
KML: <Polygon xmlns="http://www.opengis.net/kml/2.2"><outerBoundaryIs><LinearRing><coordinates>-83.4,34.1 -83.6,34.1 -83.6,34.3 -83.4,34.3 -83.4,34.1</coordinates></LinearRing></outerBoundaryIs></Polygon>
query 19-4:
WKT: <http://www.opengis.net/def/crs/OGC/1.3/CRS84>POLYGON((-83.6 34.1,-83.6 34.5,-83.2 34.5,-83.2 34.1,-83.6 34.1))
GML 3.2: <gml:Polygon xmlns:gml="http://www.opengis.net/ont/gml" srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84"><gml:exterior><gml:LinearRing><gml:posList>-83.6 34.1 -83.6 34.5 -83.2 34.5 -83.2 34.1 -83.6 34.1</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon>
GML 2.1.2: <gml:Polygon xmlns:gml="http://www.opengis.net/ont/gml" srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>-83.6,34.1 -83.6,34.5 -83.2,34.5 -83.2,34.1 -83.6,34.1</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon>
GeoJSON: {"geometry": { "type": "Polygon", "coordinates": [ [ [ -83.6, 34.1 ], [ -83.6, 34.5 ], [ -83.2, 34.5 ], [ -83.2, 34.1 ], [ -83.6, 34.1 ] ] ] }
KML: <Polygon xmlns="http://www.opengis.net/kml/2.2"><outerBoundaryIs><LinearRing><coordinates>-83.6,34.1 -83.6,34.5 -83.2,34.5 -83.2,34.1 -83.6,34.1</coordinates></LinearRing></outerBoundaryIs></Polygon>
query 19-5:
WKT: <http://www.opengis.net/def/crs/OGC/1.3/CRS84>POLYGON((-83.4 34.1,-83.6 34.1,-83.6 34.3,-83.6 34.5,-83.2 34.5,-83.2 34.1,-83.4 34.1))
GML 3.2: <gml:Polygon srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:exterior><gml:LinearRing><gml:posList>-83.4 34.1 -83.6 34.1 -83.6 34.3 -83.6 34.5 -83.2 34.5 -83.2 34.1 -83.4 34.1</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon>
GML 2.1.2: <gml:Polygon srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>-83.4,34.1 -83.6,34.1 -83.6,34.3 -83.6,34.5 -83.2,34.5 -83.2,34.1 -83.4,34.1</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon>
GeoJSON: {"geometry": { "type": "Polygon", "coordinates": [ [ [ -83.4, 34.1 ], [ -83.6, 34.1 ], [ -83.6, 34.3 ], [ -83.6, 34.5 ], [ -83.2, 34.5 ], [ -83.2, 34.1 ], [ -83.4, 34.1 ] ] ] }
KML: <Polygon xmlns="http://www.opengis.net/kml/2.2"><outerBoundaryIs><LinearRing><coordinates>-83.4,34.1 -83.6,34.1 -83.6,34.3 -83.6,34.5 -83.2,34.5 -83.2,34.1 -83.4,34.1</coordinates></LinearRing></outerBoundaryIs></Polygon>
query 19-6:
WKT: <http://www.opengis.net/def/crs/OGC/1.3/CRS84>POLYGON((-83.6 34.3,-83.6 34.5,-83.2 34.5,-83.2 34.1,-83.4 34.1,-83.4 34.3,-83.6 34.3))
GML 3.2: <gml:Polygon srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:exterior><gml:LinearRing><gml:posList>-83.6 34.3 -83.6 34.5 -83.2 34.5 -83.2 34.1 -83.4 34.1 -83.4 34.3 -83.6 34.3</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon>
GML 2.1.2: <gml:Polygon srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>-83.6,34.3 -83.6,34.5 -83.2,34.5 -83.2,34.1 -83.4,34.1 -83.4,34.3 -83.6,34.3</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon>
GeoJSON: {"geometry": { "type": "Polygon", "coordinates": [ [ [ -83.6, 34.3 ], [ -83.6, 34.5 ], [ -83.2, 34.5 ], [ -83.2, 34.1 ], [ -83.4, 34.1 ], [ -83.4, 34.3 ], [ -83.6, 34.3 ] ] ] }
KML: <Polygon xmlns="http://www.opengis.net/kml/2.2"><outerBoundaryIs><LinearRing><coordinates>-83.6,34.3 -83.6,34.5 -83.2,34.5 -83.2,34.1 -83.4,34.1 -83.4,34.3 -83.6,34.3</coordinates></LinearRing></outerBoundaryIs></Polygon>
query 19-7:
WKT: <http://www.opengis.net/def/crs/OGC/1.3/CRS84>MULTIPOLYGON(((-83.3 34.1,-83.6 34.1,-83.6 34.5,-83.2 34.5,-83.2 34.2,-83.3 34.2,-83.3 34.1)),((-83.3 34.1,-83.2 34.1,-83.2 34.2,-83.1 34.2,-83.1 34,-83.3 34,-83.3 34.1)))
GML 3.2: <gml:MultiSurface srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:surfaceMember><gml:Polygon><gml:exterior><gml:LinearRing><gml:posList>-83.3 34.1 -83.6 34.1 -83.6 34.5 -83.2 34.5 -83.2 34.2 -83.3 34.2 -83.3 34.1</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon></gml:surfaceMember><gml:surfaceMember><gml:Polygon><gml:exterior><gml:LinearRing><gml:posList>-83.3 34.1 -83.2 34.1 -83.2 34.2 -83.1 34.2 -83.1 34.0 -83.3 34.0 -83.3 34.1</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon></gml:surfaceMember></gml:MultiSurface>
GML 2.1.2: <gml:MultiPolygon srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:polygonMember><gml:Polygon><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>-83.3,34.1 -83.6,34.1 -83.6,34.5 -83.2,34.5 -83.2,34.2 -83.3,34.2 -83.3,34.1</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></gml:polygonMember><gml:polygonMember><gml:Polygon><gml:outerBoundaryIs><gml:LinearRing><gml:posList>-83.3,34.1 -83.2,34.1 -83.2,34.2 -83.1,34.2 -83.1,34.0 -83.3,34.0 -83.3,34.1</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></gml:outerBoundaryIs></gml:Polygon></gml:polygonMember></gml:MultiPolygon>
GeoJSON: {"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -83.3, 34.1 ], [ -83.6, 34.1 ], [ -83.6, 34.5 ], [ -83.2, 34.5 ], [ -83.2, 34.2 ], [ -83.3, 34.2 ], [ -83.3, 34.1 ] ] ], [ [ [ -83.3, 34.1 ], [ -83.2, 34.1 ], [ -83.2, 34.2 ], [ -83.1, 34.2 ], [ -83.1, 34.0 ], [ -83.3, 34.0 ], [ -83.3, 34.1 ] ] ] ] }
KML: <MultiGeometry xmlns="http://www.opengis.net/kml/2.2"><Polygon><outerBoundaryIs><LinearRing><coordinates>-83.3,34.1 -83.6,34.1 -83.6,34.5 -83.2,34.5 -83.2,34.2 -83.3,34.2 -83.3,34.1</coordinates></LinearRing></outerBoundaryIs></Polygon><Polygon><outerBoundaryIs><LinearRing><coordinates>-83.3,34.1 -83.2,34.1 -83.2,34.2 -83.1,34.2 -83.1,34.0 -83.3,34.0 -83.3,34.1</coordinates></LinearRing></outerBoundaryIs></Polygon></MultiGeometry>
query 19-8-1:
WKT: <http://www.opengis.net/def/crs/OGC/1.3/CRS84>POLYGON((-83.6 34.1 -83.6 34.5, -83.2 34.5, -83.2 34.1, -83.6 34.1, -83.6 34.5))
GML 3.2: <gml:Polygon srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:exterior><gml:LinearRing><gml:posList>-83.6 34.1 -83.2 34.5 -83.2 34.1 -83.6 34.1 -83.6 34.5</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon>
GML 2.1.2: <gml:Polygon srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>-83.6,34.1 -83.2,34.5 -83.2,34.1 -83.6,34.1 -83.6,34.5</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon>
GeoJSON: {"geometry": { "type": "Polygon", "coordinates": [ [ [ -83.6, 34.1 ], [ -83.2, 34.5 ], [ -83.2, 34.1 ], [ -83.6, 34.1 ], [ -83.6, 34.5 ] ] ] }
KML: <Polygon xmlns="http://www.opengis.net/kml/2.2"><outerBoundaryIs><LinearRing><coordinates>-83.6,34.1 -83.2,34.5 -83.2,34.1 -83.6,34.1 -83.6,34.5</coordinates></LinearRing></outerBoundaryIs></Polygon>
query 19-8-2:
WKT: <http://www.opengis.net/def/crs/OGC/1.3/CRS84>ENVELOPE(-83.6 34.1,-83.2 34.5)
GML 3.2: <gml:Envelope srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:lowerCorner>-83.6 34.1</gml:lowerCorner><gml:upperCorner>-83.2 34.5</gml:upperCorner></gml:Envelope>
GML 2.1.2: <gml:Box srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:coordinates>-83.6,34.1 -83.2,34.5</gml:coordinates></gml:Box>
GeoJSON:
KML:
query 19-9-1:
WKT: <http://www.opengis.net/def/crs/OGC/1.3/CRS84>LINESTRING(-83.6 34.1,-83.2 34.1,-83.2 34.5,-83.6 34.5,-83.6 34.1)
GML 3.2: <gml:LineString srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:posList>-83.6 34.1 -83.2 34.1 -83.2 34.5 -83.6 34.5 -83.6 34.1</gml:posList></gml:LineString>
GML 2.1.2: <gml:LineString srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:coordinates>-83.6,34.1 -83.2,34.1 -83.2,34.5 -83.6,34.5 -83.6,34.1</gml:coordinates></gml:LineString>
GeoJSON: {"geometry": { "type": "LineString", "coordinates": [ [ -83.6, 34.1 ], [ -83.2, 34.1 ], [ -83.2, 34.5 ], [ -83.6, 34.5 ], [ -83.6, 34.1 ] ] }
KML: <LineString xmlns="http://www.opengis.net/kml/2.2"><coordinates>-83.6,34.1 -83.2,34.1 -83.2,34.5 -83.6,34.5 -83.6,34.1</coordinates></LineString>
query 19-9-2:
WKT: <http://www.opengis.net/def/crs/OGC/1.3/CRS84>LINEARRING(-83.6 34.1,-83.2 34.1,-83.2 34.5,-83.6 34.5,-83.6 34.1)
GML 3.2: <gml:LinearRing srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:posList>-83.6 34.1 -83.2 34.1 -83.2 34.5 -83.6 34.5 -83.6 34.1</gml:posList></gml:LinearRing>
GML 2.1.2: <gml:LinearRing srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:coordinates>-83.6,34.1 -83.2,34.1 -83.2,34.5 -83.6,34.5 -83.6,34.1</gml:coordinates></gml:LinearRing>
GeoJSON: {"geometry": { "type": "LineString", "coordinates": [ [ -83.6, 34.1 ], [ -83.2, 34.1 ], [ -83.2, 34.5 ], [ -83.6, 34.5 ], [ -83.6, 34.1 ] ] }
KML: <LineString xmlns="http://www.opengis.net/kml/2.2"><coordinates>-83.6,34.1 -83.2,34.1 -83.2,34.5 -83.6,34.5 -83.6,34.1</coordinates></LineString>
query 19-9-3:
WKT: <http://www.opengis.net/def/crs/OGC/1.3/CRS84>POLYGON((-83.6 34.1,-83.2 34.1,-83.2 34.5,-83.6 34.5,-83.6 34.1))
GML 3.2: <gml:Polygon srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:exterior><gml:LinearRing><gml:posList>-83.6 34.1 -83.2 34.1 -83.2 34.5 -83.6 34.5 -83.6 34.1</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon>
GML 2.1.2: <gml:Polygon srsName="http://www.opengis.net/def/crs/OGC/1.3/CRS84" xmlns:gml="http://www.opengis.net/ont/gml"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>-83.6,34.1 -83.2,34.1 -83.2,34.5 -83.6,34.5 -83.6,34.1</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon>
GeoJSON: {"geometry": { "type": "Polygon", "coordinates": [ [ [ -83.6, 34.1 ], [ -83.2, 34.1 ], [ -83.2, 34.5 ], [ -83.6, 34.5 ], [ -83.6, 34.1 ] ] ] }
KML: <Polygon xmlns="http://www.opengis.net/kml/2.2"><outerBoundaryIs><LinearRing><coordinates>-83.6,34.1 -83.2,34.1 -83.2,34.5 -83.6,34.5 -83.6,34.1</coordinates></LinearRing></outerBoundaryIs></Polygon>
@mjovanovik
Copy link

mjovanovik commented Jan 18, 2021

query 19-6:

WKT:

<http://www.opengis.net/def/crs/OGC/1.3/CRS84>POLYGON((-83.6 34.3,-83.6 34.5,-83.2 34.5,-83.2 34.1,-83.4 34.1,-83.4 34.3,-83.6 34.3))

@mjovanovik
Copy link

query 19-7:

WKT:

<http://www.opengis.net/def/crs/OGC/1.3/CRS84>MULTIPOLYGON(((-83.3 34.1,-83.6 34.1,-83.6 34.5,-83.2 34.5,-83.2 34.2,-83.3 34.2,-83.3 34.1)),((-83.3 34.1,-83.2 34.1,-83.2 34.2,-83.1 34.2,-83.1 34,-83.3 34,-83.3 34.1)))

@mjovanovik
Copy link

query 19-8:

WKT (1):

<http://www.opengis.net/def/crs/OGC/1.3/CRS84>POLYGON((-83.634.1,-83.634.5,-83.234.5,-83.234.1,-83.634.1))

WKT (2):

<http://www.opengis.net/def/crs/OGC/1.3/CRS84>ENVELOPE(-83.600009965897 34.099995934963,-83.199990081787 34.50000411272)

@mjovanovik
Copy link

query 19-9:

WKT (1):

<http://www.opengis.net/def/crs/OGC/1.3/CRS84>LINESTRING(-83.6 34.1,-83.2 34.1,-83.2 34.5,-83.6 34.5,-83.6 34.1)

WKT (2)

<http://www.opengis.net/def/crs/OGC/1.3/CRS84>LINEARRING(-83.6 34.1,-83.2 34.1,-83.2 34.5,-83.6 34.5,-83.6 34.1)

WKT (3):

<http://www.opengis.net/def/crs/OGC/1.3/CRS84>POLYGON(-83.6 34.1,-83.2 34.1,-83.2 34.5,-83.6 34.5,-83.6 34.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment