mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
18 lines
1.5 KiB
XML
18 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ogr:FeatureCollection
|
|
gml:id="aFeatureCollection"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://ogr.maptools.org/ rasterize_zones.xsd"
|
|
xmlns:ogr="http://ogr.maptools.org/"
|
|
xmlns:gml="http://www.opengis.net/gml/3.2">
|
|
<gml:boundedBy><gml:Envelope srsName="urn:ogc:def:crs:EPSG::4326"><gml:lowerCorner>45.79297234061 18.6828584793171</gml:lowerCorner><gml:upperCorner>45.7978887285699 18.6908476097518</gml:upperCorner></gml:Envelope></gml:boundedBy>
|
|
|
|
<ogr:featureMember>
|
|
<ogr:rasterize_zones gml:id="rasterize_zones.0">
|
|
<gml:boundedBy><gml:Envelope srsName="urn:ogc:def:crs:EPSG::4326"><gml:lowerCorner>45.79297234061 18.6828584793171</gml:lowerCorner><gml:upperCorner>45.7978887285699 18.6908476097518</gml:upperCorner></gml:Envelope></gml:boundedBy>
|
|
<ogr:geometryProperty><gml:Polygon srsName="urn:ogc:def:crs:EPSG::4326" gml:id="rasterize_zones.geom.0"><gml:exterior><gml:LinearRing><gml:posList>45.7978272737204 18.6828584793171 45.7978887285699 18.6908476097518 45.79297234061 18.6907861549023 45.7931567051585 18.682981389016 45.7978272737204 18.6828584793171</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon></ogr:geometryProperty>
|
|
<ogr:value>100.000000</ogr:value>
|
|
</ogr:rasterize_zones>
|
|
</ogr:featureMember>
|
|
</ogr:FeatureCollection>
|