-
Notifications
You must be signed in to change notification settings - Fork 129
ordering of attachments across mss files #239
Comments
|
It seems like to support the file order being relevant the @ajashton - seems like we may also need a non-attachment testcase added for preventing regressions in style overrides between files. |
downstream report with pirate map that seems to point to this actually having regressed(even though we thought differently above): http://support.mapbox.com/discussions/tilemill/6565-labels-are-behind-features-in-tilemill |
one possible hunch - the regression in #247 was preventing this from looking like it regressed. |
incorrect hunch. we have a testcase for this regression and it has not regressed in master since the latest changes around #247. Closing. |
was unable to replicate any ordering problems with the pirate map(https://github.com/ajashton/pirate-map) which seems stable across carto versions. |
Update: my initial claim that this is a regression seems to be incorrect.
With 2 mss files, attachments defined in the first file will render on top of attachments defined in the second file. The proper behavior should be the opposite, since we say "Symbolizers are rendered in the order they are defined".
Test case
The text was updated successfully, but these errors were encountered: