Hi there, We have a requirement to have a heat map for one of the application. It's required for both web and iPad(app). I have a common library for both and one of the views needs this heat map(of UK).
Om, AS Code: https://gist.github.com/anonymous/d1d8d6d8c544f985e387 That code seems to be FlexJS specific. Is there something similar which is purely using Flex\AIR? I tried to search, but all of them seem to be actual maps(like google, modestmap, ArcGIS etc) which needs network connectivity. App would be offline, hence I just need to draw that country and highlight specific parts of the country based on data. Kindly let me know how can I go about it. Cheers! Deepak On Sat, Jun 20, 2015 at 2:34 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Here is an updated version of the US states map example with animation > added: > > Demo: http://bigosmallm.github.io/flexjs/mapexample/ > AS Code: https://gist.github.com/anonymous/d1d8d6d8c544f985e387 > JS Code: https://gist.github.com/anonymous/08b471bae33a8ffba4d1 > > The entire app was written in ActionScript3. The compiler took care of > creating all the HTML, Javascript and CSS files. The resulting app runs on > all browsers (including iOS devices ;-) ) > > Needless to say, this is a huge milestone. Look forward to more cool > stuff! > > Thanks, > Om >