you can see the whole sld here
http://github.com/iwillig/openstreetmap-sld/blob/master/default/osm_roads.sld
i noticed if i change like this
 <MinScaleDenominator>1</MinScaleDenominator>
<MaxScaleDenominator>80000</MaxScaleDenominator>
it works but not proportionally with the zooming, wich values I have to use
to make application undestand scale ?
this is my code
public DefaultMapLayer getLayer(FeatureSource featureSource){
StyleFactory styleFactory = CommonFactoryFinder.getStyleFactory(null);
        Style sty = createFromSLD(this.toSLDFile(new
File("C:\\folloline.sld")));

DefaultMapLayer layer           = new DefaultMapLayer(featureSource, sty);
return layer;
}
-- 
View this message in context: 
http://n2.nabble.com/IMAGE-QUALITY-STYLE-tp4539813p4556345.html
Sent from the geotools-gt2-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to