mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 16:53:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			511 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			511 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "source",
 | 
						|
    "type": "semiCombo",
 | 
						|
    "icon": "source",
 | 
						|
    "universal": true,
 | 
						|
    "label": "Sources",
 | 
						|
    "snake_case": false,
 | 
						|
    "caseSensitive": true,
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "survey": "Survey",
 | 
						|
            "local knowledge": "Local Knowledge",
 | 
						|
            "aerial imagery": "Aerial Imagery",
 | 
						|
            "gps": "GPS",
 | 
						|
            "streetlevel imagery": "Street-Level Photos"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoSuggestions" : false,
 | 
						|
    "terms": [
 | 
						|
        "reference"
 | 
						|
    ]
 | 
						|
}
 |