Modify ↓
Opened 14 years ago
Closed 14 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 | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | mapcss, multipolygon | Cc: |
Description
NOK case
- Configure the style
styles.mapcss
. Disable all styles exceptstyles.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)
by , 14 years ago
Attachment: | data-set-7.1.osm added |
---|
by , 14 years ago
Attachment: | data-set-6.1.osm added |
---|
NOK case: not rendered as expected using MapCSS
comment:1 by , 14 years ago
Summary: | mapcss - multipolygon - problem with inner polygon → mapcss - multipolygon - Rendered inner polygon area not in sync with enclosing way objects |
---|
comment:2 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → 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