Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Non-ordered nested zoomlevel selectors get ignored #351

Closed
matthijsmelissen opened this issue Jun 3, 2014 · 2 comments
Closed

Non-ordered nested zoomlevel selectors get ignored #351

matthijsmelissen opened this issue Jun 3, 2014 · 2 comments

Comments

@matthijsmelissen
Copy link

Consider the following code.

#junctions {
  [highway = 'motorway_junction'][zoom >= 11],
  [junction = 'yes'][zoom >= 13] {
    [zoom >= 12] {
      name/text-fill: blue;
      name/text-name: "[name]";
      name/text-face-name: @oblique-fonts;
    }
    [zoom >= 15] {
      name/text-name: "[name]";
      name/text-face-name: @oblique-fonts;
    }
  }
}

This does not render junction=yes on z13 and z14, where I would expect it to be rendered. In addition, it renders junction=yes in black on z15 and larger. I would expect it to be rendered in blue.

See also #350.

@nebulon42
Copy link
Collaborator

I cannot reproduce this issue (anymore). @math1985 Could you please again verify if this still fails for you?

@matthijsmelissen
Copy link
Author

I cannot reproduce this either anymore, so I'll close this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants