Stephan, SLDs should be written that one and only one rule applies a a given scale. This would render the order of execution meaningless. It would be your duty to shape the SLD in a way that firstly you do not omit data that you want to display and secondly that you make the filter mutually exclusive. So all your 'teilmassnahmeart' values that you want to display need to be in only one rule at one scale.
Sorry, xml is verbose, and using tags for everything and no attributes there is little you can do. Another tip as you seem to have very large SLDs: At around 200K the evaluation of the SLD fails with a SAX error. If you hit this limit you can squeeze out a little bit more space by avoiding indents in your xml. This was with Geoserver 2.0.1. I didn't run into this problem with Geoserver 2.1.3 but it dont't expect that to have changed. ----- ____________________________ Dr Christian Maul Project Manager Information Services Branch Department of Sustainability and Environment Level13, Marland House, 570 Bourke Street Melbourne 3000 PO Box 500, East Melbourne Vic 3002 Telephone: +61-3-8636 2325 Telefax: +61-3-8636 2813 -- View this message in context: http://osgeo-org.1560.n6.nabble.com/SLD-drawing-order-tp4948595p4950810.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
