mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-24 20:07:48 +02:00
Fix construction wall color.
This commit is contained in:
parent
7fbc7cb96f
commit
ed86aef731
2 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,7 @@ from map_machine.osm.osm_reader import OSMNode
|
|||
from map_machine.scheme import Scheme
|
||||
|
||||
BUILDING_MINIMAL_HEIGHT: float = 8.0
|
||||
BUILDING_SCALE: float = 1.0
|
||||
BUILDING_SCALE: float = 0.33
|
||||
LEVEL_HEIGHT: float = 2.5
|
||||
SHADE_SCALE: float = 0.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue