Making heatmap for Arcgis Flex API
作者: 赵博 • 2009 年 2 月 15 日 • 技术主义 • 2 条评论
Sorry for not updating my blog recently, Recently I mainly focused on making HeatMap. I have succeesfully made some heatmap by Arcgis Flex API and Google Flex map API. for instance, I use the live earthquake georss data to make the following map,
datasource: feed://earthquake.usgs.gov/eqcenter/catalogs/7day-M2.5.xml
I decided to make a plugin for ArcGIS Flex API first to make heatmaps. It might cost me couple of days, however, it will faciliate to make heatmaps then.
相关文章:


Hi.
Did you use any library to read the GeoRSS or did you implemented you own parser?
Greetings.
there is an official arcgis flex example on how to read georss. you can turn to that for help.