mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-27 04:43:52 +01:00 
			
		
		
		
	Avoid snake_case on traffic_sign and cycle_network (#212)
This commit is contained in:
		
							parent
							
								
									02ee683de4
								
							
						
					
					
						commit
						f0d8648455
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		|  | @ -1,5 +1,6 @@ | |||
| { | ||||
|     "key": "cycle_network", | ||||
|     "type": "networkCombo", | ||||
|     "label": "Network" | ||||
|     "label": "Network", | ||||
|     "snake_case": false | ||||
| } | ||||
|  | @ -1,5 +1,6 @@ | |||
| { | ||||
|     "key": "traffic_sign", | ||||
|     "type": "typeCombo", | ||||
|     "label": "Traffic Sign" | ||||
|     "label": "Traffic Sign", | ||||
|     "snake_case": false | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Minh Nguyễn
						Minh Nguyễn