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

Allow setting stroke-dasharray on lines #239

Closed
dkleszyk opened this issue Mar 16, 2023 · 1 comment
Closed

Allow setting stroke-dasharray on lines #239

dkleszyk opened this issue Mar 16, 2023 · 1 comment

Comments

@dkleszyk
Copy link

It would be nice to be able to style lines as dashed or dotted in addition to setting their color.

Adding some way to set the stroke-dasharray attribute on paths should accomplish this.

It's probably only needed on the foreground line; the background line used for contrast can stay solid.

@cdauth
Copy link
Contributor

cdauth commented Feb 26, 2024

I have implemented a “Stroke” setting with 3 options (solid, dashed, dotted) for lines.

The setting can already be tested on https://beta.facilmap.org/ (note that FacilMap Beta contains a copy of all maps, but any modification made there will be lost once the next release is made).

@cdauth cdauth closed this as completed Feb 26, 2024
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

No branches or pull requests

2 participants