On 10/04/2010 03:06 PM, Joaquín Rodriguez-Guerra Urcelay wrote: > > It would be greate if I could add the ship.png image as a marker so I could > fill it with color. Is that posible??
Yes, but... not with a bitmap image (their colours are fixed). You'd better use an TrueType character (I suppose there are already some fonts with ships' silhouettes) and then you can specify the colour (just one colour, actually) as a separate attribute in your SLD; moreover, you may add an halo, hence adding one more colour (sort of). Regards, P.S. Instead of a TrueType character, you might be using a shape drawn using WKT... but not before Andrea adds my patch to the codebase ;) Luca Morandini [http://www.lucamorandini.it] ------------------------------------------------------------------------------ Virtualization is moving to the mainstream and overtaking non-virtualized environment for deploying applications. Does it make network security easier or more difficult to achieve? Read this whitepaper to separate the two and get a better understanding. http://p.sf.net/sfu/hp-phase2-d2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
