Hi Feilpe if I can direct you to the geotools user list it would be a more appropriate venue for your question.
You will find the user guide has several examples of how to request features from a shapefile using a filter. To request a single feature we usually use a "FeatureId" filter. If you look at the ShapeLab tutorial you will see how to draw a shapefile onto a raster. The example will make use of an optional StyleLayerDescriptor document to control what is drawn and how it looks. If you combine these two ideas you can include a Filter in your SLD file: > <Id><FeatureId>roads.1</FeatureId></Id> Cheers, Jody ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
