mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
	
		
			592 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
	
		
			592 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "icon": "fas-handshake",
 | 
						|
    "fields": [
 | 
						|
        "name",
 | 
						|
        "club",
 | 
						|
        "operator",
 | 
						|
        "address",
 | 
						|
        "building_area_yes",
 | 
						|
        "opening_hours",
 | 
						|
        "phone",
 | 
						|
        "website"
 | 
						|
    ],
 | 
						|
    "moreFields": [
 | 
						|
        "{@templates/internet_access}",
 | 
						|
        "{@templates/poi}",
 | 
						|
        "access_simple",
 | 
						|
        "building/levels_building",
 | 
						|
        "height_building",
 | 
						|
        "max_age",
 | 
						|
        "min_age"
 | 
						|
    ],
 | 
						|
    "geometry": [
 | 
						|
        "point",
 | 
						|
        "area"
 | 
						|
    ],
 | 
						|
    "tags": {
 | 
						|
        "club": "*"
 | 
						|
    },
 | 
						|
    "terms": [
 | 
						|
        "social"
 | 
						|
    ],
 | 
						|
    "name": "Club"
 | 
						|
}
 |