-
Notifications
You must be signed in to change notification settings - Fork 130
Nested rule confusion, slight selector changes that shouldn’t have an effect but do. #268
Comments
I assume you are running 0.10.1 on OS X? Mind trying with this development build (http://tilemill-osx.s3.amazonaws.com/TileMill-0.10.1.55.zip) to see if the problem still persists? |
Sure, I'll give it a try. FWIW the zoom level I’m previewing there is 18. |
Sadly, the dev build does not work at all, I’ll mail you a bug report. |
Possibly related to #247 ? |
This has been tracked down to an Xcode bug with the version on our build server.
I'm upgrading that now and we'll roll a new build after that. |
@incanus means the broken dev build on OS X 10.6 issue, just to be clear, not the original bug. |
Right. AJ, some comments on #247. |
Regarding the original ticket, Dane helped me get the dev build working and behavior there seems more correct, with the dots appearing in all three of the cases from the bug report. I tentatively think this bug is fixed? |
I’m trying to get the Hyde Park bus stop points to show here:
https://dl.dropbox.com/u/30204300/Screenshots/1n.png
If I add a
[zoom<22]
to the selector on line 113, it works even though it shouldn’t make a difference:https://dl.dropbox.com/u/30204300/Screenshots/1o.png
If I change that to a
[zoom<=22]
it stops working though it still shouldn’t make a difference:https://dl.dropbox.com/u/30204300/Screenshots/1p.png
The text was updated successfully, but these errors were encountered: