Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 25, 2020
1 parent 54c9979 commit 23ecfa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions pycsw/ogc/gml/gml3.py
Expand Up @@ -57,9 +57,6 @@ def _poslist2wkt(poslist, axisorder, geomtype):
LOGGER.error(msg)
raise RuntimeError(msg)

# xlist = tmp[1::2]
# ylist = tmp[::2]

xlist = tmp[::2]
ylist = tmp[1::2]

Expand Down
Expand Up @@ -9,7 +9,7 @@
<gml:Polygon srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
<gml:exterior>
<gml:LinearRing>
<gml:posList srsDimension="2">-5 47 20 47 20 55 -5 55 -5 47</gml:posList>
<gml:posList srsDimension="2">47.00 -5.00 55.00 -5.00 55.00 20.00 47.00 20.00 47.00 -5.00</gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
Expand Down

0 comments on commit 23ecfa2

Please sign in to comment.