具有类似于谷歌图表的政治边界的地图,“可点击”国家
我想在我的网站上添加国家/地区地图,用户可以通过单击选择特定国家/地区。 http://code.google.com/apis/chart/docs/ gallery/map_charts.html 具有我想要的外观,但不可能用链接来掩盖国家/地区,afaik(除了缺乏平移/缩放,很高兴拥有)。交互式地图(地理地图)允许更多选项,但它基于我想避免的闪存(不确定链接是否可能)。
我玩过 shapefile/折线和谷歌地图,但这太复杂了(折线的数据很多,对于我需要的简单功能来说太多了)。
您是否知道与 google-api-options 类似且易于实现的替代方案?
谢谢 基督教
I'd like to add a map of countries to my website where the user can choose a specific country by clicking on it. http://code.google.com/apis/chart/docs/gallery/map_charts.html has the looks i want, but it's not possible to underlay the countries with links, afaik(Besides lacking pan/zoom, nice to have). The interactive map(Geo Map) allows more options but it's based on flash which i'd like to avoid(Not sure if links would be possible anyway).
I've played with shapefiles/polylines and google-maps but thats too complex(Lots of data for the polylines, far too much for the simple functionality i need).
Do you know of alternatives which are similarly easy to implement as the google-api-options?
Thx
Christian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果可以的话,我建议您查看 Highmaps,来自 Highcharts(包括我自己)。它 100% 基于 Javascript,旨在让您轻松上手。您可以轻松实现自己的基于点击的事件。
Highmaps 对于非商业用途是免费的,非常适合移动浏览器(全触摸支持)和旧版 IE(低至 IE6)。它还支持高级动态功能,例如深入分析和丰富的工具提示,并且非常可定制。
我们提供地图集,其中包含超过 350 张地图,以便您快速入门。这些地图针对尺寸进行了优化,以保持轻量级。
I would, if I may, suggest to check out Highmaps, from the people behind Highcharts (myself included). It's 100% Javascript based, and designed to get you up and going with very little effort. You can easily implement your own click-based events.
Highmaps is free for non-commercial use, works great with mobile browsers (full touch support) and old IE down to IE6. It also has support for advanced dynamic features like drilldown and rich tooltips, and is very customizable.
We supply a map collection with over 350 maps, to get you started quickly. The maps are optimized for size to keep things lightweight.