mueschel / OsmDestinationSigns

Display of OSM destination signs
9 stars 6 forks source link

Arrow colour is not aplied when the background is changed #11

Open Albergarri788 opened 1 year ago

Albergarri788 commented 1 year ago

Hello, I couldn't figure why this is happening. In the console you can see that both the outline and the arrow turn white when the white color is applied to the background. image It even happens despite explicitly defining the arrow's color as black. I don't know which tag is used to specify the outline colour. image

These are the way tags: image

And this is the original sign: image

mueschel commented 1 year ago

Hi, you found a bug in the handling of "destination:colour:text". This should be fixed now. Thanks!

Unfortunately most of the colour tags are not yet supported, the only ones that I use up to now are

This explains the lack of the other colors you tagged. Currently there is a semicolon in the colour:back tag which shouldn't be there, as the whole sign is supposed to be white, not only its first entry.

Btw, I'm not familiar with the design of signs in Spain - if you can give me some general rules I can try to implement them as a country preset.