Flex equivalent of Google Visualization Geomap (choropleth map)?

耗尽温柔 提交于 2019-12-05 01:36:55

问题


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) ?


回答1:


I've had previous success in a non-Flex project using amMap's non Flex maps, but they do offer a Flex mapping product. I was able to create and define custom map regions and you can essentially treat "anything" as a map, so I was able to create custom regions that weren't otherwise considered a region by anyone else.

I am not sure why this post suddenly showed up as "interesting" as of 1 minute ago given its age, but hopefully this can help someone else :)




回答2:


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/




回答3:


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 :-)



来源:https://stackoverflow.com/questions/638175/flex-equivalent-of-google-visualization-geomap-choropleth-map

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!