Fernando Camargo wrote: > Hi everybody, > > Until two weeks I'm trying to write the name of the streets in a city > map and nothing. Somebody has one example and in what library it runs. I > was trying spearfish and nothing.
Hi Fernando, Try outputting your style to XML to ensure that it is correct: SLDTransformer aTransformer = new SLDTransformer(); String xml = aTransformer.transform(style); You can compare your file to some SLD snippets from the Geoserver SLD Intro Tutorial to get an idea of what it should look like to accomplish various things. http://docs.codehaus.org/display/GEOSDOC/SLD+Intro+Tutorial Cheers, Cory. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
