Is there a library in Flash to access and draw vector data from OpenStreetMap?
相关问题
- Should I wait for Flash Player 10.1 or go with Fla
- How to load flex swf from flash?
- Setting Page Title from a SWF
- Security Sandbox Violation
- Get the print screen image from the clipboard
相关文章
- as3 ByteArray to Hex (binary hex representation)
- getElementById not working in Google Chrome extens
- Libraries for text animation in Flex / Actionscrip
- How to upload BitmapData to a server (ActionScript
- Persistent connections between Flash client and Ja
- How to embed a swf file into html code?
- Web player to use with SHOUTcast
- Flash CS4 + SQLITE
See Halcyon. It is an OSM rendering engine written in flash. It downloads and renders vector data, not pre-rendered tiles.
I just found this page with a hint to a Flash library for OpenStreetMap: Using OpenStreetMap. It links on the following page:
Advanced Flash Components
It shows a little demo with Flash showing Live Maps (Bing Maps). The description says it will work with OpenStreetMap, too, but I haven't found a demo with it.
Update: In the showcase, I discovered GSP Mission that is able to show OpenStreetMap. Looks very neat, I admit.
Have a try!
One option would be to use OpenLayers, which can draw OpenStreetMap data. One example use of this is the data layer on the OpenStreetMap website (Click the blue + in the top right and the check data).
Alternatively you could look into the upcoming replacement to the current online OpenStreetMap editor Potlatch, which has a data viewer fully built in flash, which in active development. Search for Potlatch 2/Halcyon.
http://www.geowiki.com/?page_id=26 which links to an example of it in action.