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

Use sharrows for bicycle=designated streets #542

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Use sharrows for bicycle=designated streets #542

wants to merge 2 commits into from

Conversation

Phyks
Copy link
Member

@Phyks Phyks commented Mar 22, 2021

[oneway='-1'] { designated/marker-file: url(symbols/oneway-reverse.svg); }
[zoom=15] {
designated/marker-transform: "scale(0.75)";
designated/marker-spacing: 40;
}
}
[bicycle='designated'][oneway = 'yes'][oneway_bicycle = 'no'],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of what ?
This part is for designated on a road cyclable in both direction.
Here we need a both direction sharrow like : <<>>

@Florimondable
Copy link
Member

I like the idea of using sharows, the icon is good.
But I wonder if it's not missleading with real sharrows which can be tagged with cycleway=shared_lane (we render like shared bus way).
https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dshared_lane

@Phyks
Copy link
Member Author

Phyks commented Mar 27, 2021

Updated the marker spacing. I quite like how this looks:

Screenshot_2021-03-27 CyclOSM — Kosmtik

I don't worry too much about the sharrow sign, it really makes me think in pictures like this one https://www.francebleu.fr/infos/transports/strasbourg-inaugure-la-premiere-velorue-de-france-1494593960

designated/marker-fill: @cycle-fill;
designated/marker-file: url(symbols/oneway.svg);
designated/marker-file: url(symbols/nounproject/sharrows.svg);
[oneway='-1'] { designated/marker-file: url(symbols/oneway-reverse.svg); }
[zoom=15] {
designated/marker-transform: "scale(0.75)";
designated/marker-spacing: 40;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove it, change to 60 ? like others

designated/marker-fill: @cycle-fill;
designated/marker-file: url(symbols/oneway.svg);
designated/marker-file: url(symbols/nounproject/sharrows.svg);
[oneway='-1'] { designated/marker-file: url(symbols/oneway-reverse.svg); }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot to change this svg.

[oneway='-1'] { designated/marker-file: url(symbols/oneway-reverse.svg); }
[zoom=15] {
designated/marker-transform: "scale(0.75)";
designated/marker-spacing: 40;
}
}
[bicycle='designated'][oneway = 'yes'][oneway_bicycle = 'no'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of what ?
This part is for designated on a road cyclable in both direction.
Here we need a both direction sharrow like : <<>>

@Florimondable
Copy link
Member

It'd be great to have this one on the next version.

Here an example with both oneway/twoway designated road (side way of av Corentin Carriou)
https://www.cyclosm.org/#map=18/48.89493/2.38319/cyclosm

@Phyks
Copy link
Member Author

Phyks commented May 17, 2021

Sure, I'll have a look and finish it!

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

Successfully merging this pull request may close these issues.

blue and grey arrow in same direction
2 participants