mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-24 14:36:25 +02:00
Issue #84: fix default road width.
This commit is contained in:
parent
b235e7b954
commit
5777412441
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ class Road(Tagged):
|
|||
self.line: Polyline = Polyline(
|
||||
[flinger.fling(x.coordinates) for x in self.nodes]
|
||||
)
|
||||
self.width: Optional[float] = 5
|
||||
self.width: Optional[float] = matcher.default_width
|
||||
self.lanes: list[Lane] = []
|
||||
|
||||
if "lanes" in tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue