forked from MapComplete/MapComplete
		
	More css tweaks and bug fixes
This commit is contained in:
		
							parent
							
								
									fd350bb095
								
							
						
					
					
						commit
						eb4dda1ba2
					
				
					 29 changed files with 294 additions and 107303 deletions
				
			
		|  | @ -37,7 +37,9 @@ export class Widths extends LayerDefinition { | |||
| 
 | ||||
|     private readonly _oneSideParking = new Or([this._leftSideParking, this._rightSideParking]); | ||||
| 
 | ||||
|     private readonly _carfree = new Or([new Tag("highway", "pedestrian"), new Tag("highway", "living_street")]) | ||||
|     private readonly _carfree = new Or( | ||||
|         [new Tag("highway", "pedestrian"), new Tag("highway", "living_street"), | ||||
|         new Tag("access","destination"), new Tag("motor_vehicle", "destination")]) | ||||
|     private readonly _notCarFree = new Not(this._carfree); | ||||
| 
 | ||||
|     private calcProps(properties) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue