mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.2 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:Box>
 | |
|       <gml:coord><gml:X>1</gml:X><gml:Y>1</gml:Y></gml:coord>
 | |
|       <gml:coord><gml:X>5</gml:X><gml:Y>2</gml:Y></gml:coord>
 | |
|     </gml:Box>
 | |
|   </gml:boundedBy>
 | |
|                                                                                                                                                                 
 | |
|   <gml:featureMember>
 | |
|     <ogr:execute_sql fid="points.0">
 | |
|       <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>1,1</gml:coordinates></gml:Point></ogr:geometryProperty>
 | |
|       <ogr:id>1</ogr:id>
 | |
|       <ogr:id2>2</ogr:id2>
 | |
|     </ogr:execute_sql>
 | |
|   </gml:featureMember>
 | |
|   <gml:featureMember>
 | |
|     <ogr:execute_sql fid="points.3">
 | |
|       <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>5,2</gml:coordinates></gml:Point></ogr:geometryProperty>
 | |
|       <ogr:id>4</ogr:id>
 | |
|       <ogr:id2>2</ogr:id2>
 | |
|     </ogr:execute_sql>
 | |
|   </gml:featureMember>
 | |
| </ogr:FeatureCollection>
 |