chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

routing: origin and destination colors are not correctly taken from the preferences #823

Closed tahini closed 6 months ago

tahini commented 6 months ago

Changing this value in the preferences does not change the color of the dots. Only when refreshing or sometimes, upon first change in a session it will change. All other colors correctly change in the interface when changed in the preferences.

This bug also applies to the accessibility map's location and polygon color, that are not affected by the preferences. Worst, the location color in the user preferences is reset by the accessibility map itself.

tahini commented 6 months ago

This issue will be important for #552 because the colors should be hex strings, not rgba(r, g, b, z) notations. The user will thus lose the original colors and need to reset to default in the preferences to retrieve them.