Hi there,
I'm trying to style a Geoserver SQL View, my style doc is something like:

[@sd < 2000000 ] {
    mark: symbol(square);
    mark-size: 6px;
    :mark {
        fill: #00cc33;
    }
}

The problem is that the zoom-based rule "[@sd < 2000000 ]" has no effect, the 
features appear in all zoom levels. But if I use the same style doc to style a 
table layer (rather than a SQL view layer) the zoom-based rule works correctly.

What is the problem?

Regards,
Fawzy
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to