[gdal-dev] gml: handle geometry of nested objects

Martin Landa landa.martin at gmail.com
Wed Jan 16 09:21:25 PST 2019


Hi,

st 16. 1. 2019 v 18:16 odesílatel Martin Landa <landa.martin at gmail.com> napsal:
> Two geometries are missing:
>
> """
>             <gml:pos srsDimension="2">-552916.130000 -1200482.680000</gml:pos>
>             <gml:pos srsDimension="2">-552916.080000 -1200482.700000</gml:pos>
> """

Correction, it seems that GDAL takes the last geometry:

  POINT (-552916.08 -1200482.7)

"""
          <gml:pos srsDimension="2">-552915.390000 -1200483.070000</gml:pos>
...
          <gml:pos srsDimension="2">-552915.390000 -1200483.070000</gml:pos>
...
          <gml:pos srsDimension="2">-552916.080000 -1200482.700000</gml:pos>
"""

Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa


More information about the gdal-dev mailing list