Skip to content
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

Parking too prominent #2904

Closed
matthijsmelissen opened this issue Oct 23, 2017 · 31 comments
Closed

Parking too prominent #2904

matthijsmelissen opened this issue Oct 23, 2017 · 31 comments

Comments

@matthijsmelissen
Copy link
Collaborator

matthijsmelissen commented Oct 23, 2017

Parking is currently rendered too prominent. Compare for example the following renderings.

Before:
screen shot 2017-10-24 at 00 45 24

After (possible):
screen shot 2017-10-24 at 00 45 28

In the 'before' rendering, the parking is rendered more prominently than the buildings (including the supermarket). Can we tone down the rendering? Light gray like in the possible 'after' might be going too far, but do we have any other options?

@matthijsmelissen
Copy link
Collaborator Author

Lighter yellow might work:

screen shot 2017-10-24 at 01 04 49

The color is still not very intuitive to me, it doesn't immediately scream 'parking'.

@kocio-pl
Copy link
Collaborator

Thanks, looks to me like a real issue worth taking care of. Lighter yellow might be similar to social amenities however. Another possibility would be something based on garages area.

@kocio-pl
Copy link
Collaborator

it doesn't immediately scream 'parking'.

Well, that's very good IMO. I don't like any objects to "scream" if they are not of special importance by design (like military area or health related features). Parkings are currently too prominent because of two properties:

  • very intensive color for area (second to reds probably), especially if this area is big,
  • quite big letter with a color which is also intensive (strong blue is very visible on land features).

My initial idea was to push the letters down a bit (#2171), but maybe we could do the other way around and left the "P" markers as they are, but instead make area color neutral, just to see the shape.

I feel that gray is good: if you're looking for a parking, you can still easily spot them, and the real shape and size is perfectly visible once you choose which one you're interested in. "Transportation gray" would make things unified (as in #2763).

Dropping yellow would also work for visibility of secondary roads ("After" rendering shows it clearly) and probably social amenities too.

@kocio-pl
Copy link
Collaborator

Examples of parking area colored like aerodrome:

Parking near LaGuardia airport (New York):
Before
v4i5hl3p
After
wxvipwlo

Parking on LaGuardia airport (New York):
Before
gzvgdni5
After
zozusfbr

@kocio-pl
Copy link
Collaborator

Examples of parking area colored like garages:

Warsaw:
Before
ekeykkve
After
ijj1geth

Parking near LaGuardia airport (New York):
18l8az_f

Parking on LaGuardia airport (New York):
rudibwui

@printmaps
Copy link

Some hints for rendering parking space:

  • parking area, no restriction (e.g. public) = yellow
  • parking space, access permission (e.g. customers) = yellow with hatch
  • parking space, private or no access = pale (same as garages)

@Tomasz-W
Copy link

I don't see any problem with current parkings colour. Current yellow with "P" letter is intuitive, and parking borders are visible good. Parkings with restricted access are rendered with lighter "P", and for me, it's enough to distinguish them.
Changing it to almost unvisible kind of pale brown colour, will make parkings hard to see.

@kocio-pl
Copy link
Collaborator

Changing it to almost unvisible kind of pale brown colour, will make parkings hard to see.

"Too prominent" means "too easy to see (=at the expense of other elements)", but making them less prominent does not mean they will be "hard to see". The letter "P" is still easily visible, so it's still easy to see the parking location, just not the shape.

@matkoniecz
Copy link
Contributor

Gray parking areas would become invisible on landuse=residential and other gray areas.

@kocio-pl
Copy link
Collaborator

kocio-pl commented Nov 4, 2017

Well, it depends on the size - the bigger it is the more visible it became, which is very good. I like the original proposition (#eeeeee), because it's bright enough, yet parkings stop being more important than buildings, roads and societal areas as it is currently (which I find to be just ridiculous).

No landuse:
Before
twr4wqzm
After
_op5eogf

Residential with buildings - good contrast for big parking, at the same time small parking don't "scream":
Before
_j72_8k7
After
usx grx

Before
r6a4pthw
After
ahv4wbno

Big and small parking on commercial with buildings:
Before
o0w mo4x
After
y18p_bhq

Near secondary roads:
Before
b0qkeich
After
za7sw4ew

@kocio-pl
Copy link
Collaborator

kocio-pl commented Nov 4, 2017

Another example illustrating that it's a real problem and that big parkings are still visible with gray area - east side of Chicago:

Before
gh8qb64o
After
pxx7hwri

Before
kve_febz
After
wzmm_dnn

matthijsmelissen pushed a commit to matthijsmelissen/openstreetmap-carto that referenced this issue Nov 7, 2017
@lakedistrictOSM
Copy link

Will you change amenity=bicycle_parking areas too for consistency?
eg http://www.openstreetmap.org/way/419572766 @ z19
bicycle_parking_lancasteruni

@kocio-pl
Copy link
Collaborator

kocio-pl commented Nov 8, 2017

The same color is used for all the parking types:

[feature = 'amenity_parking'][zoom >= 10],
[feature = 'amenity_bicycle_parking'][zoom >= 10],
[feature = 'amenity_motorcycle_parking'][zoom >= 10] {
polygon-fill: @parking;
[zoom >= 15] {
line-width: 0.3;
line-color: saturate(darken(@parking, 40%), 20%);
}
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
}

@kocio-pl
Copy link
Collaborator

kocio-pl commented Nov 21, 2017

Another case when parking is too visible - big underground facilities in yellow make park look like a beach probably:

http://www.openstreetmap.org/way/230629285#map=18/41.88262/-87.62070
screenshot-2017-11-21 openstreetmap linia millennium lakeside garage 230629285

UPDATE: This is how it looks after the color change - I still think if we should change the rendering for underground parkings (hide the landcover, hide the P or show it with a ^ above?):

https://tile.iosb.fraunhofer.de//#map=17/41.8827/-87.6214/3
screenshot-2017-11-21 openstreetmap tileserver fraunhofer iosb

In the end the most important thing to show in such cases is the parking entrance: #2875.

@kocio-pl
Copy link
Collaborator

@Tomasz-W Maybe P combined with the down arrow on the bottom could work for underground parking? It could be simple and readable, I hope. What do you think?

@Tomasz-W
Copy link

What about "P" under horizontal line? "P" with arrow is planned for #2875

@kocio-pl
Copy link
Collaborator

Could you check both? I meant lower part of the letter to be an arrow, not two elements with smaller P, like in parking entry.

@Tomasz-W
Copy link

Tomasz-W commented Sep 21, 2018

Ok, I'll try.

Btw. I think underground parking areas should be hidden the same as we hid underground platforms, I don't see a reason for showing them as they are covered by another elements (see the example above), so parking shape is invisible or hard readable anyway.

Edit: Or maybe some dashed outline without filling simillar to 3rd test rendering there: #2475 (comment)

@kocio-pl
Copy link
Collaborator

Yes, my current idea is to hide all the areas (better than yellow, but still strange and misleading), but leave the mark on lower zoom level and show entries on higher zoom. I guess this would be enough and we don't have to remove the mark.

@Tomasz-W
Copy link

@kocio-pl
Copy link
Collaborator

kocio-pl commented Sep 21, 2018

Comparison of example with 3 underground parkings in Chicago on z17:

Before (well, the icon is v3...)

lftqmgc5

After (3 versions)

siem2s c

gdhi ooc

dmruosu7

@kocio-pl
Copy link
Collaborator

What about bigger triangle on v3, like the whole width and probably P letter cut a bit on the bottom to make it fit?

@Tomasz-W
Copy link

@Tomasz-W
Copy link

Tomasz-W commented Sep 22, 2018

@kocio-pl Is possible to use dashed parking outline there (without filling)? Can you try it?

PS. At this point I think it would be better if you will open new issue for underground parkings, because working on something in closed ticker which was about something different always makes discussion more complitated.

@kocio-pl
Copy link
Collaborator

I don't think the outline is good, it will be hard to know what is it. I will open new ticket once I get some time, I have too many things currently.

@jragusa
Copy link
Contributor

jragusa commented Sep 23, 2018

My 2 cents: why not a roof over the "P" like this one

@Tomasz-W
Copy link

Because it would fit rather parkings under bulding=roof (eg. https://ecofriend.com/wp-content/uploads/2012/08/vanguard-1_DRCPI_7071.jpg) than underground ones ;)

@polarbearing
Copy link
Contributor

Not just in building=roof but also parking=multi_storey; but indeed not underground.

@kocio-pl
Copy link
Collaborator

I've made v6 simply by making v5 wide for the whole matrix:

v4
eod47es8

v5
ou5vosk

v6
i0yj9nyt

@Tomasz-W
Copy link

Tomasz-W commented Sep 24, 2018

I vote for v5.

@Tomasz-W
Copy link

Please continue further discussion about underground parkings in #3506.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants