I am creating a vector layer comprised of polygons from a KML file using Openlayers and I need to apply a "hash" pattern (diagonal striping) to the polygons. I know Openlayers doesn't natively support adding a background image to a polygon in a vector layer but I'm wondering if anyone has any ideas on how to accomplish this? The styling of a vector polygon appears to be limited to solid colors and opacity. If need be I'll extend OpenLayers to add this functionality in by manually drawing the hash lines within the polygon boundaries but I'm hoping someone has a simpler suggestion before I head down that road.
feedback
|
|
Using SLD this can now be done. Not sure if it's in version 2.11 or the trunk development but i saw the addition was committed about 6 months ago. It uses an Here's the Example
| |||
feedback
|
|
I have not try this yet, but I have similar problem. | |||
|
feedback
|
|
I'm trying to put a polygon from KML onto an openlayers vector layer. I seem to be missing something, I have a point defined in the kml which shows just fine on the map, but the polygon will not display. I see you have this working from KML. Can you point me in the right direction on how to fix this? KML
And here's the openlayers code
| |||
feedback
|
