mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-31 06:43:53 +01:00 
			
		
		
		
	 0d4f3daadc
			
		
	
	
		0d4f3daadc
		
			
		
	
	
	
	
		
			
			* allow the website tag to be used on any feature * drop "website" field as "moreField" from all presets * simplify place presets Co-authored-by: Martin Raifer <martin@raifer.tech>
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			255 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			255 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "website",
 | |
|     "type": "url",
 | |
|     "icon": "website",
 | |
|     "placeholder": "https://example.com",
 | |
|     "label": "Website",
 | |
|     "terms": [
 | |
|         "internet presence",
 | |
|         "uri",
 | |
|         "url",
 | |
|         "webpage"
 | |
|     ],
 | |
|     "universal": true
 | |
| }
 |