-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add airports #22
Conversation
0e1472e
to
5da9f59
Compare
56f8fb0
to
230e94d
Compare
@ThomasParistech |
@ThomasParistech |
@@ -29,6 +29,12 @@ class CityDrawingFigure(BaseDrawingFigure): | |||
road_data: list[BaseDrawingData] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JulesL2
Indeed I agree that the left map looks better (eventhough we still need to play a bit with the colors). Especially for small runs in the countryside 👌 😃
Ideally there will be an option in the GUI to choose what we're displaying
However, I'm still not convinced by the airport and the railways :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JulesL2
If we start adding airports, we'll need to add nuclear plants, schools, swimming pools.....
I'd rather keep it minimalist
your Geneva run will already look cool without the airport ;)
b273b0b
to
0b839f3
Compare
705932c
to
7546452
Compare
7546452
to
edd15d8
Compare
Description
Work finished
That would be good to close : #9
Warning
Merge after overpass speed up and railways as this PR rebase on railways
Proof of Functionality