Modify ↓
Opened 2 years ago
Closed 2 years ago
#6148 closed defect (invalid)
mapcss - multipolygon - Rendered inner polygon area not in sync with enclosing way objects
| Reported by: | Gubaer | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | mapcss, multipolygon |
| Cc: |
Description
NOK case
- Configure the style styles.mapcss. Disable all styles except styles.css.
- Open data-set-6.1.osm
- Move the node with the name Move this to the north
- Expected: the area filled in blue should be adjusted.
- Observed: the area isn't adjusted
OK case
- Disable all styles except JOSMs internal map style
- Open data-set-6.2.osm
- Move the node with the name Move this to the north
- As expected, the area fille in blue is adjusted
Attachments (4)
Change History (6)
Changed 2 years ago by Gubaer
comment:1 Changed 2 years ago by Gubaer
- Summary changed from mapcss - multipolygon - problem with inner polygon to mapcss - multipolygon - Rendered inner polygon area not in sync with enclosing way objects
comment:2 Changed 2 years ago by Gubaer
- Resolution set to invalid
- Status changed from new to closed
Map stye selector should be
relation[type=multipolygon][objcod=DEPARE] {fill-color: #4169E1; fill-opacity: 1.0;}
This solves the problem. Closing.
Note: See
TracTickets for help on using
tickets.



NOK case: not rendered as expected using MapCSS