Opened 9 months ago
Last modified 9 months ago
#24228 needinfo defect
Color area way polygon settings, strange behaviour. — at Initial Version
| Reported by: | Allroads | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | tested |
| Keywords: | Cc: |
Description
Making a style, I have strange behaviour, the multipolygon way line is black but I use #b100ff the bicycle color.
Even when I remove color: #b100ff, the black color stays, also when I remove on the other area’s the color they also stays. Also when I give them a other color, green to blue hex, the green stays.
If there is some kind of cache?
( all other mappaint styles are unchecked)
I deleted the style several times, closed Josm, start it up again. Still this behaviour.
Switched to fill-color to /*fill-image */ then there is no black and the wayline is the same color.
What can this be?
area|z21-[area:highway=footway]::footway_area_layer {
z-index: 2;
/* fill-color: #00ff00; */
fill-opacity:0.5;
fill-image: a.h.footway.svg;
}
area|z21-[area:highway=pedestrian]::pedestrian_area_layer {
z-index: 2;
/* color: #00ff00; */
fill-opacity:0.5;
fill-image: a.h.pedestrian.svg;
}
area|z21-[area:highway=path]::path_area_layer {
z-index: 2;
/* fill-color: #00ff00; */
fill-opacity:0.5;
fill-image: a.h.path.svg;
}
area|z21-[area:highway=steps]::steps_area_layer {
z-index: 2;
/* fill-color: #ff0000; */
fill-opacity:0.5;
fill-image: a.h.steps.svg;
}
area|z21-[area:highway=cycleway]::cycleway_area_layer {
z-index: 2;
/* color:#b100ff; */
/* fill-color: #b100ff; */
fill-opacity:0.5;
fill-image: a.h.cycleway.svg;
}
Could this be, because I use a .svg made in inkscape and saved it as a plain save.
Change History (5)
by , 9 months ago
| Attachment: | line color.png added |
|---|
by , 9 months ago
| Attachment: | a.h.cycleway.svg added |
|---|
by , 9 months ago
| Attachment: | a.h.footway.svg added |
|---|
by , 9 months ago
| Attachment: | a.h.path.svg added |
|---|
by , 9 months ago
| Attachment: | a.h.steps.svg added |
|---|



