-
Notifications
You must be signed in to change notification settings - Fork 819
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
Apron color in aerodromes is too prominent #3385
Comments
Yes, sounds like a good idea. Could you create a pull request? It might be enough to change this line here: openstreetmap-carto/landcover.mss Line 31 in 8343cc3
|
I propose to render them with the same fill as aeroways have. |
for reference, this is the Munich airport:
https://www.openstreetmap.org/#map=16/48.3526/11.7877
I agree that a less saturated color might work better, and that it should
not be the same color as used for the taxiways and runways
|
Maybe generic parking color would be OK? There will be no "P" and it should be clear from the context that they are related to the aircrafts, not cars for example. |
Parking colour sounds plausible. The Munich example shows labels on the aprons ("Ramp 2"), which needs to change colour accordingly. What is the light grey behind the aprons? Is that the |
Yes, the light gray "aerodrome" color (transportation-area: #e9e7e2;) will usually be the background around the taxiways and apron, unless the aerodrome is still only marked as a node. I like the idea of unifying the rendering with parking (@parking:#eeeeee). However, the two colors are very close. I suspect this is already a problem for distinguishing surface parking lots within airports and train station areas. Parking has a darker outline: @parking-outline: saturate(darken(@parking, 40%), 20%); I notice that osm-cart-alternative-colors (Imagico's fork) had #dedeee for transportation areas including aerodromes; this is a bluer and darker gray than our #e9e7e2. Changing transportation-area to #e9e7e2 would make this area a little more distinctive against the background land color, and would also make it possible to use #eeeeee for apron. |
Interesting ideas. Would you like to make some renderings testing these propositions? |
Should the apron name label be rendered? It's hard to think of a typical use case. Pilots need a specialized map style (and probably should stick with commercial charts). Currently, the large apron name lables are more prominent than the name of the terminal. EG Kuala Lumpur International: https://www.openstreetmap.org/#map=17/2.75231/101.70371 This is the code that makes the text labels. The color is @apron darkened by 60%, so it should render nicely if the base color is changed to #eeeeee as in parking. I think part of the problem is due to making the labels larger with larger way_pixels; a large apron is still low importance for the general map user:
Perhaps removing land-cover-fond-size-big and -bigger would help. I'd love to make a PR myself and show some examples of improvements, but would I need to download all of the software to render the style on my PC? I have a very slow and unreliable internet connection. |
There are relatively simple instructions available, but it means ~100 MB to download (and some data, but Liechtenstein for example is quite small - it depends on the area you want to test): https://github.com/gravitystorm/openstreetmap-carto/blob/master/DOCKER.md Look also at general documentation: |
It's not just pilots (though maybe spots pilots might use some OSM data?). As small devices are nowadays allowed during takeoff/landing it's fun to follow the plane taxiing around as a passenger. |
Initial rendering with just the color change. For me it looks nice and I have no problem with seeing the difference between apron and car parking - the context is different and apron lacks the outline. Showing name is OK too and does not disturb me (we also show runway names and it works for me). Anybody wanting to make a PR and take care of more testing and (maybe) tuning? z13 |
Looks good! |
I guess some very light mix of parking and runway could work. It might be similar to pedestrian way or area, but again - the context is much different. |
I'm good with parking-colour fill. I think we should avoid adding unnecessary new shades of gray, especially when having in mind #2086 |
I don't understand - why do you think anything would be wrong with another shade and how it relates to a traffic calming? |
I'd guess he was referring to the dreaded word 'area:highway' in that issue. I'm happy enough with parking colour. Effectively, the apron is the parking position for the aircrafts. As we don't render a P icon, it is still distinguishable. |
I think it was in reference to the fact that we need a grayish color for that issue that isn't the parking color. Whereas, this one could be the parking-color fill just fine. |
My mind set is "the less shades the better". We have to balance between distinguishing different types of landcover but also keeping the map possibly simple. In this case parking colour fill seems to be ok for most of participants, so I don't see a need for ading any new shade. How it relates to traffic calming islands: if we have eg. 3 shades of grey area fillings on map, each one is distinguishable from the other and recognasible, but if we would have 10 shades of grey, some of them could be too close to each other and may be confusing. Of course is a hyperbole, but I think it shows good what I mean. Anyway, we all know that 50 shades of gray is a bad thing, in any meaning ;) |
to my eyes, this modification effectively removes the airport from the rendering or at least significantly reduces prominence. What is the reasoning for de-emphasizing airports on this style, aren’t they generally main features?
|
This case is like all well mapped areas - see #2896. When the airport is tagged with only its area and not grass, etc, it will be better visible. There might be however airports with just a node, not area - the question is how would it look like (I guess apron would be hardly visible) and if we want it or not. This way or another more testing is needed. |
I would consider the apron as a less important feature of an airport. It is visually dominated and characterized by the runway and the taxiway system, which still remains strong. If you want to make airports more visible, this should be done with an overall background colour or an outline, not emphasizing a minor feature. |
OK, I see. Still I'm curious how it would look like, I'm very test driven... 😉 |
I actually wish the airport name label would stay visible for 1 or 2 zoom
levels higher. It would also be nice if the Terminal building labels could
render at a lower zoom level. I think this depends on the size of the
terminal building now. So there is often a zoom level or two with no
airport label and no Terminal label.
…On Fri, Sep 21, 2018 at 11:32 PM kocio-pl ***@***.***> wrote:
OK, I see. Still I'm curious how it would look like, I'm very test
driven... 😉
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3385 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AoxshP_Stne_27UQsvI7LSMMDOx36mw9ks5udPhwgaJpZM4WgsIE>
.
|
It all needs some testing. These are not complicated things, but one doesn't know if it works until it can be seen. So I'm still looking for somebody who will actually make these tests, I'm not focused enough on this problem. |
sent from a phone
On 21. Sep 2018, at 16:25, polarbearing ***@***.***> wrote:
I would consider the apron as a less important feature of an airport. It is visually dominated and characterized by the runway and the taxiway system, which still remains strong.
I agree for the runway but would not emphasize the taxiway system without including the aprons. If we’re talking about visual impact, the tower, car parks, hangars are usually dominant as well.
The aprons are useful for understanding the airport: runway, taxiway+apron, buildings (gates).
|
I’m working on downloading Docker. Ive got 7 MB out of 523 MB after 9
hours; maybe the connection will be better tomorrow.
On Sat, Sep 22, 2018 at 6:54 AM dieterdreist <[email protected]>
wrote:
…
sent from a phone
> On 21. Sep 2018, at 16:25, polarbearing ***@***.***>
wrote:
>
> I would consider the apron as a less important feature of an airport. It
is visually dominated and characterized by the runway and the taxiway
system, which still remains strong.
I agree for the runway but would not emphasize the taxiway system without
including the aprons. If we’re talking about visual impact, the tower, car
parks, hangars are usually dominant as well.
The aprons are useful for understanding the airport: runway,
taxiway+apron, buildings (gates).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3385 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AoxshFZGAlJSCnXVS_6v1xgQpGq1CxFmks5udWAggaJpZM4WgsIE>
.
|
It was surprising for me that parking color for apron is so popular and I agree it's much better than current violet filling. However I want to ask what do you think about 40% mix of aeroway-fill and parking - it's similar to taxiways (and rightly so, as this is the same area) and at the same time does not look so blank and empty as pure parking color: |
sent from a phone
On 27. Sep 2018, at 02:04, kocio-pl ***@***.***> wrote:
However I want to ask what do you think about 40% mix of aeroway-fill and parking - it's similar to taxiways (and rightly so, as this is the same area) and at the same time does not look so blank and empty as pure parking color:
yes, better than parking color
|
@kocio-pl Please upload 30% version (I mean lighter than the current one) to compare. I think that in one "level" lighter version it would be still darker than bare ground, but less prominent. |
40% mix works the best |
Happy enough with those lightened runway colours. Better than the old purple definitely. |
It's #DADAE0. |
The airport apron is the area of an airport where park (for loading, unloading, refueling etc). Aprons are generally not open to the public, and are not features of interest on a general map style. They are similar in use to aeroway=taxiway and amenity=parking, therefore it should be rendered in a similar way.
But the tag aeroway=apron is currently rendered in a rather bright purple color, in contrast to the dark gray of taxiways and runways. The labels are more prominent than those of the terminal buildings.
I would recommend changing aprons to render in a light to mid-gray tone, similar to taxiways or private parking lots.
Wikipedia article with definition: https://en.wikipedia.org/wiki/Airport_apron
OSM Wiki article: https://wiki.openstreetmap.org/wiki/Tag:aeroway%3Dapron
Example of current rendering at Munich International Airport: https://www.openstreetmap.org/#map=16/48.3526/11.7877
(Edit: fixed link to Munich airport, mentioned label prominence issue, added image)
The text was updated successfully, but these errors were encountered: