mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Add languages.yml entry and sample files for OGC Geography Markup Language (#2366)
This commit is contained in:
		| @@ -3409,6 +3409,7 @@ XML: | ||||
|   - .fsproj | ||||
|   - .fxml | ||||
|   - .glade | ||||
|   - .gml | ||||
|   - .grxml | ||||
|   - .ivy | ||||
|   - .jelly | ||||
|   | ||||
							
								
								
									
										4
									
								
								samples/XML/point-3.1.gml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								samples/XML/point-3.1.gml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| <?xml version="1.0"?> | ||||
| <gml:Point xmlns:gml="http://www.opengis.net/gml" srsName="urn:ogc:def:crs:EPSG::4326" gml:id="uuid.12b3c8bb-bc8a-4f83-9085-1a5f3280b8ba"> | ||||
|   <gml:pos>52.56 13.29</gml:pos> | ||||
| </gml:Point> | ||||
							
								
								
									
										4
									
								
								samples/XML/point-3.2.gml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								samples/XML/point-3.2.gml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| <?xml version="1.0"?> | ||||
| <gml:Point xmlns:gml="http://www.opengis.net/gml/3.2" srsName="urn:ogc:def:crs:EPSG::4326" gml:id="uuid.12b3c8bb-bc8a-4f83-9085-1a5f3280b8ba"> | ||||
|   <gml:pos>52.56 13.29</gml:pos> | ||||
| </gml:Point> | ||||
		Reference in New Issue
	
	Block a user