mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04:00
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<ogr:FeatureCollection
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://ogr.maptools.org/ reclassify_layer.xsd"
|
||
|
xmlns:ogr="http://ogr.maptools.org/"
|
||
|
xmlns:gml="http://www.opengis.net/gml">
|
||
|
<gml:boundedBy><gml:null>missing</gml:null></gml:boundedBy>
|
||
|
|
||
|
<gml:featureMember>
|
||
|
<ogr:reclassify_layer fid="reclassify_layer.0">
|
||
|
<ogr:min>1</ogr:min>
|
||
|
<ogr:max>850</ogr:max>
|
||
|
<ogr:value>3</ogr:value>
|
||
|
</ogr:reclassify_layer>
|
||
|
</gml:featureMember>
|
||
|
<gml:featureMember>
|
||
|
<ogr:reclassify_layer fid="reclassify_layer.1">
|
||
|
<ogr:min>850</ogr:min>
|
||
|
<ogr:max>1000</ogr:max>
|
||
|
<ogr:value>4</ogr:value>
|
||
|
</ogr:reclassify_layer>
|
||
|
</gml:featureMember>
|
||
|
</ogr:FeatureCollection>
|