mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	Improvements: - by default output a table with unique values, instead of a HTML file. This allows the values to be more easily used in follow up analysis (e.g. in a model). HTML output is still available, but not output by default
		
			
				
	
	
		
			25 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8" ?>
 | 
						|
<ogr:FeatureCollection
 | 
						|
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | 
						|
     xsi:schemaLocation=""
 | 
						|
     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:unique_values fid="unique_values.0">
 | 
						|
      <ogr:VALUES>0</ogr:VALUES>
 | 
						|
    </ogr:unique_values>
 | 
						|
  </gml:featureMember>
 | 
						|
  <gml:featureMember>
 | 
						|
    <ogr:unique_values fid="unique_values.1">
 | 
						|
      <ogr:VALUES>1</ogr:VALUES>
 | 
						|
    </ogr:unique_values>
 | 
						|
  </gml:featureMember>
 | 
						|
  <gml:featureMember>
 | 
						|
    <ogr:unique_values fid="unique_values.2">
 | 
						|
      <ogr:VALUES>2</ogr:VALUES>
 | 
						|
    </ogr:unique_values>
 | 
						|
  </gml:featureMember>
 | 
						|
</ogr:FeatureCollection>
 |