Modify ↓
#6147 closed defect (invalid)
mapcss - multipolygon - Inner polygon should not be filled
| Reported by: | Gubaer | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | mapcss, multipolygon | Cc: |
Description
NOK Case
- Configure the map css style
styles.css. Disable all styles exceptstyles.css - Open
data-set-7.1.osm
- The area is filled in blue. It shouldn't be filled because it belongs to a multipolygon with role
inner
OK Case
- Disable all styles except the JOSM internal style
- Open
data-set-7.2.osm - The area isn't filled in blue, as expected
Attachments (3)
Change History (7)
by , 15 years ago
| Attachment: | data-set-7.1.osm added |
|---|
comment:1 by , 15 years ago
| Summary: | mapcss - multipolygon - problem with inner polygon → mapcss - multipolygon - Inner polygon should not be filled |
|---|
comment:2 by , 15 years ago
relation[type=multipolygon][objcod=LNDARE] > area {}
Strange selector, what do you think this means?
comment:3 by , 15 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Good question. It should be
relation[type=multipolygon][objcod=LNDARE] {}
shouldn't it?
This solves the problem. Closing.
Note:
See TracTickets
for help on using tickets.



NOK case: not rendered as expected using MapCSS