mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Change gml test output (use xmlns instead of gml: which both is valid)
This commit is contained in:
parent
83c62dac67
commit
dedeb9cc81
@ -13,9 +13,9 @@ Content-Type: text/xml; charset=utf-8
|
||||
</gml:Box>
|
||||
</gml:boundedBy>
|
||||
<qgs:geometry>
|
||||
<gml:Point srsName="EPSG:4326">
|
||||
<gml:coordinates cs="," ts=" ">8.20349634,44.90148253</gml:coordinates>
|
||||
</gml:Point>
|
||||
<Point xmlns="http://www.opengis.net/gml" srsName="EPSG:4326">
|
||||
<coordinates xmlns="http://www.opengis.net/gml" cs="," ts=" ">8.20349634,44.90148253</coordinates>
|
||||
</Point>
|
||||
</qgs:geometry>
|
||||
<qgs:id>1</qgs:id>
|
||||
<qgs:name>one</qgs:name>
|
||||
@ -30,9 +30,9 @@ Content-Type: text/xml; charset=utf-8
|
||||
</gml:Box>
|
||||
</gml:boundedBy>
|
||||
<qgs:geometry>
|
||||
<gml:Point srsName="EPSG:4326">
|
||||
<gml:coordinates cs="," ts=" ">8.20354699,44.90143568</gml:coordinates>
|
||||
</gml:Point>
|
||||
<Point xmlns="http://www.opengis.net/gml" srsName="EPSG:4326">
|
||||
<coordinates xmlns="http://www.opengis.net/gml" cs="," ts=" ">8.20354699,44.90143568</coordinates>
|
||||
</Point>
|
||||
</qgs:geometry>
|
||||
<qgs:id>2</qgs:id>
|
||||
<qgs:name>two</qgs:name>
|
||||
|
@ -13,9 +13,9 @@ Content-Type: text/xml; charset=utf-8
|
||||
</gml:Box>
|
||||
</gml:boundedBy>
|
||||
<qgs:geometry>
|
||||
<gml:Point srsName="EPSG:4326">
|
||||
<gml:coordinates cs="," ts=" ">8.20349634,44.90148253</gml:coordinates>
|
||||
</gml:Point>
|
||||
<Point xmlns="http://www.opengis.net/gml" srsName="EPSG:4326">
|
||||
<coordinates xmlns="http://www.opengis.net/gml" cs="," ts=" ">8.20349634,44.90148253</coordinates>
|
||||
</Point>
|
||||
</qgs:geometry>
|
||||
<qgs:id>1</qgs:id>
|
||||
<qgs:name>one</qgs:name>
|
||||
@ -30,9 +30,9 @@ Content-Type: text/xml; charset=utf-8
|
||||
</gml:Box>
|
||||
</gml:boundedBy>
|
||||
<qgs:geometry>
|
||||
<gml:Point srsName="EPSG:4326">
|
||||
<gml:coordinates cs="," ts=" ">8.20354699,44.90143568</gml:coordinates>
|
||||
</gml:Point>
|
||||
<Point xmlns="http://www.opengis.net/gml" srsName="EPSG:4326">
|
||||
<coordinates xmlns="http://www.opengis.net/gml" cs="," ts=" ">8.20354699,44.90143568</coordinates>
|
||||
</Point>
|
||||
</qgs:geometry>
|
||||
<qgs:id>2</qgs:id>
|
||||
<qgs:name>two</qgs:name>
|
||||
@ -47,9 +47,9 @@ Content-Type: text/xml; charset=utf-8
|
||||
</gml:Box>
|
||||
</gml:boundedBy>
|
||||
<qgs:geometry>
|
||||
<gml:Point srsName="EPSG:4326">
|
||||
<gml:coordinates cs="," ts=" ">8.20345931,44.90139484</gml:coordinates>
|
||||
</gml:Point>
|
||||
<Point xmlns="http://www.opengis.net/gml" srsName="EPSG:4326">
|
||||
<coordinates xmlns="http://www.opengis.net/gml" cs="," ts=" ">8.20345931,44.90139484</coordinates>
|
||||
</Point>
|
||||
</qgs:geometry>
|
||||
<qgs:id>3</qgs:id>
|
||||
<qgs:name>three</qgs:name>
|
||||
|
@ -13,9 +13,9 @@ Content-Type: text/xml; charset=utf-8
|
||||
</gml:Box>
|
||||
</gml:boundedBy>
|
||||
<qgs:geometry>
|
||||
<gml:Point srsName="EPSG:4326">
|
||||
<gml:coordinates cs="," ts=" ">8.20354699,44.90143568</gml:coordinates>
|
||||
</gml:Point>
|
||||
<Point xmlns="http://www.opengis.net/gml" srsName="EPSG:4326">
|
||||
<coordinates xmlns="http://www.opengis.net/gml" cs="," ts=" ">8.20354699,44.90143568</coordinates>
|
||||
</Point>
|
||||
</qgs:geometry>
|
||||
<qgs:id>2</qgs:id>
|
||||
<qgs:name>two</qgs:name>
|
||||
|
@ -13,9 +13,9 @@ Content-Type: text/xml; charset=utf-8
|
||||
</gml:Box>
|
||||
</gml:boundedBy>
|
||||
<qgs:geometry>
|
||||
<gml:Point srsName="EPSG:4326">
|
||||
<gml:coordinates cs="," ts=" ">8.20345931,44.90139484</gml:coordinates>
|
||||
</gml:Point>
|
||||
<Point xmlns="http://www.opengis.net/gml" srsName="EPSG:4326">
|
||||
<coordinates xmlns="http://www.opengis.net/gml" cs="," ts=" ">8.20345931,44.90139484</coordinates>
|
||||
</Point>
|
||||
</qgs:geometry>
|
||||
<qgs:id>3</qgs:id>
|
||||
<qgs:name>three</qgs:name>
|
||||
|
Loading…
x
Reference in New Issue
Block a user