admin管理员组

文章数量:1287596

I want to visualize some plot data on world or country maps. I have found this one DIY Map, but the map is in Flash only.

Has anyone some similar free maps, but developed only in JavaScript?

I want to visualize some plot data on world or country maps. I have found this one DIY Map, but the map is in Flash only.

Has anyone some similar free maps, but developed only in JavaScript?

Share Improve this question edited Apr 10, 2013 at 13:50 user229044 240k41 gold badges344 silver badges346 bronze badges asked Nov 13, 2011 at 10:01 nnikolaynnikolay 1,7514 gold badges25 silver badges56 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 6

I would, if I may, suggest to check out Highmaps, from the people behind Highcharts (myself included). It's free for non-mercial use, works great with mobile browsers (full touch support) and old IE down to IE6. It supports advanced dynamic features like drilldown and rich tooltips, and is very customizable.

How about Map Charts from Google Charts: http://code.google./apis/chart/image/docs/gallery/new_map_charts.html

With Google Charts you create a URL based on your data. That URL will go into an img object and google will render the map for you. You can programatically change it by setting a new URL with new parameters.

本文标签: javascriptPlot data on WorldCountry mapStack Overflow