There is also this demo app where we can get the co-ordinates from: https://raw.githubusercontent.com/robflaherty/us-map-raphael/master/us-map-svg.js
On Tue, Sep 8, 2015 at 1:07 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > On Tue, Sep 8, 2015 at 12:29 PM, Alex Harui <aha...@adobe.com> wrote: > >> >> >> On 9/8/15, 11:58 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" >> <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: >> >Sorry, I forgot to respond to your question. The co-ordinates for the US >> >States map comes from: >> >https://commons.wikimedia.org/wiki/File:Blank_US_Map.svg >> > >> >which is under a dual license of Creative Commons - Attribution Share >> >Alike >> >and GNU FDL. >> >> Hmm. I could be wrong, but to use such an SVG file, I think we have to >> use it as-is. I don’t think we can port the data to AS or modify the file >> in any way. Interestingly, I can use the PNG files from wikimedia to >> solve my problem for FlexJSStore because it will be used unmodified. >> >> How did you port the data? Did you write another app to do the port? I > > think you just have to include that logic in the example so it can work >> from the downloaded .svg file. >> >> > There is an existing app that does that: > http://toki-woki.net/p/SVG2RaphaelJS/ > I had to modify the output a bit to suit the app requirements. > > Thanks, > Om > > >> Then we need to fix up LICENSE and maybe NOTICE. >> >> > > > >> -Alex >> >> >