Opened 7 weeks ago
Last modified 7 weeks ago
#24821 closed defect
Styling outer line, multipolygon and polygon, polygon does not show image. — at Version 1
| Reported by: | Allroads | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core mappaint | Version: | latest |
| Keywords: | Cc: |
Description (last modified by )
In a area:highway=central_island the whole island include the area:highway=apron. The whole cental_island must get a image
The polygon does not show the styling image.
The apron does, they should be on top of each other because different layers. (later I make images then it shows them next to each other)
download area_highway.zip style
area|z19-[area:highway=central_island]::central_island_area_layer {
z-index: 2;
fill-opacity:0.5;
fill-image: a.h.central_island.32.svg;
}
area|z19-[area:highway=apron]::apron_area_layer {
z-index: 3;
fill-opacity:0.4;
fill-image: a.h.apron.svg;
}
De style have no settings.
What is wrong?
Now, I set on the outerline area:highway=central_island and expect the whole area gets the central_island images.
It is not shown that is the problem.

When is set it on the inner then there is not a problem, the central_island image is shown.

Change History (6)
by , 7 weeks ago
| Attachment: | island1.png added |
|---|
by , 7 weeks ago
| Attachment: | island2.png added |
|---|
by , 7 weeks ago
| Attachment: | island4.png added |
|---|
by , 7 weeks ago
| Attachment: | island3.png added |
|---|
comment:1 by , 7 weeks ago
| Description: | modified (diff) |
|---|
by , 7 weeks ago
| Attachment: | island5.png added |
|---|




