up vote 3 down vote favorite
3
share [g+] share [fb]

The Google Visualization Geomap component is a choropleth map of continents, countries and regions, with colors and values assigned to specific regions. Although it is rendered with Flash, it can only be accessed and customized via JavaScript or GWT API.

Does anyone know an alternative Flash/Flex component that I could easily embed into Flex 3 applications (using AS3) ?

link|improve this question
Update (06/06): Three new requirements came up in my projects: - library/component should be free or inexpensive. - data involved is confidential so the application should not communicate with external web service/server. - ability to customize/create any region shapes (countries, provinces, continents) with actions like union, edit path... I've seen some interesting and promising projects and proprietary components but none really fit my needs. So I opted for my own implementation using SVG Path in Degrafa. – julotlafrite Jun 5 '09 at 17:25
feedback

2 Answers

checkout Esris Map solution. I worked with it on a big project and it proved to be a very flexible and functional mapping api

http://resources.esri.com/arcgisserver/apis/flex/

link|improve this answer
sorry for the late reply.. Thanks for the info but my requirements changed (see above) – julotlafrite Jun 5 '09 at 17:26
feedback

Quite a few Flex map components you can check out:

Commercial product: http://www.ilog.com/products/ilogelixir/ Open source project: http://code.google.com/p/birdeye/

My experimental component: http://srirangan.net/?p=209 :-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.