mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-26 12:23:52 +01:00 
			
		
		
		
	Add deprecation rules for cycleway=opposite and rename field strings (#1295)
				
					
				
			This commit is contained in:
		
							parent
							
								
									9c7d193b25
								
							
						
					
					
						commit
						9aeafb1e44
					
				
					 2 changed files with 16 additions and 8 deletions
				
			
		|  | @ -2103,5 +2103,13 @@ | |||
|   { | ||||
|     "old": {"industrial": "brickworks"}, | ||||
|     "replace": {"industrial": "brickyard"} | ||||
|   }, | ||||
|   { | ||||
|      "old": {"cycleway": "opposite"}, | ||||
|      "replace": {"oneway:bicycle": "no", "cycleway:both": "no"} | ||||
|   }, | ||||
|   { | ||||
|      "old": {"cycleway:left": "opposite"}, | ||||
|      "replace": {"oneway:bicycle": "no", "cycleway:left": "no"} | ||||
|   } | ||||
| ] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tobias
						Tobias