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 m开发者_JAVA百科y 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
try to use geoserver or mapserver... and openlayers
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
精彩评论