Changes between Initial Version and Version 1 of Ticket #10529, comment 19
- Timestamp:
- 2014-09-20T20:19:24+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10529, comment 19
initial v1 5 5 > I didn't find the relevant code yet where I can tell JOSM, that unclosed areas aren't areas. The value "pretendWayIsClosed" seems to be wrong place. Any suggestions where to search? 6 6 The MapCSS specification states that the `area` selector only applies to closed ways/polygons. I took the liberty to redefine this and allow also unclosed ways, because it has always been like this in JOSM. If you are determined to change this, it would seem reasonable to change the meaning of `area` back to the standard meaning. This is done [http://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java?rev=7563#L433 here] for map styles and [http://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Selector.java#L539 here] for the MapCSS Validator rules. 7 8 What about incomplete relations, e.g. large forests, where you usually download only a small part of all the polygon ways?