Search code examples
flashsvgopenlayers

openlayers, SVG and flash app


I would like to display a SVG layer (polygons) over the openlayers tiles in an html page, or alternatively, load my SVG in flash and have the OL tiles rendered into flash as well.

Is any/either of these ideas possible at all?

Thanks in advance


Solution

  • Do you have special polygons you want to display? OpenLayers has a built in vector layer that you can place geometries on. There is no need to have your own custom layer.

    http://openlayers.org/dev/examples/drag-feature.html