mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?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_nulls.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_nulls fid="1">
|
|
<ogr:min xsi:nil="true"/>
|
|
<ogr:max>850</ogr:max>
|
|
<ogr:value>3</ogr:value>
|
|
</ogr:reclassify_layer_nulls>
|
|
</gml:featureMember>
|
|
<gml:featureMember>
|
|
<ogr:reclassify_layer_nulls fid="2">
|
|
<ogr:min>850</ogr:min>
|
|
<ogr:max xsi:nil="true"/>
|
|
<ogr:value>4</ogr:value>
|
|
</ogr:reclassify_layer_nulls>
|
|
</gml:featureMember>
|
|
</ogr:FeatureCollection>
|