mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			363 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			363 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# See ../README.md for a description of the file format
 | 
						|
 | 
						|
tests:
 | 
						|
 | 
						|
  - algorithm: script:centroids
 | 
						|
    name: Centroids script test
 | 
						|
    params:
 | 
						|
      INPUT_LAYER:
 | 
						|
        name: polys.gml
 | 
						|
        type: vector
 | 
						|
    results:
 | 
						|
      OUTPUT_LAYER:
 | 
						|
        name: expected/centroid_polys.gml
 | 
						|
        type: vector
 | 
						|
        compare:
 | 
						|
          geometry:
 | 
						|
            precision: 7
 |