#11479 closed defect (fixed)
[MapCSS] buildings not rendering in mapnik style
Reported by: | wiktorn | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.05 |
Component: | Core mappaint | Version: | tested |
Keywords: | mapcss regression | Cc: | bastiK, Klumbumbus |
Description
Since @8339 buildings in mapnik style (https://github.com/bastik/mapcss-tools/tree/osm/mapnik2mapcss/osm-results) are not rendered correctly.
As far as I've checked the style hasn't changed for half a year. It looks like it is related to:
#11382 / [8297]
I've checked http://josm.openstreetmap.de/download/Archiv/josm-snapshot-8294.jar - and buildings are rendered properly.
With http://josm.openstreetmap.de/download/Archiv/josm-snapshot-8297.jar they are not.
Attachments (1)
Change History (7)
comment:1 by , 10 years ago
Cc: | added |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
I'll have a look at it tomorrow. My first idea would be that railway is considered to be a required key here (which it should not):
if (!Op.NEGATED_OPS.contains(keyValueCondition)) {
should be
if (!Op.NEGATED_OPS.contains(keyValueCondition.op)) {
comment:6 by , 10 years ago
Keywords: | regression added |
---|
This style should work, but does not in r8425: