HTML5 Canvas 或 SVG 世界地图

发布于 2024-11-09 03:30:30 字数 188 浏览 0 评论 0 原文

我正在寻找 HTML5 Canvas 或任何 JS 库的世界地图的开源实现。我需要带有景观和缩放功能的简单矢量世界地图。如果能在iOS/Android/BB操作系统上运行就好了。

http://cartagen.org/ 对我来说太多余了。

I'm searching for open source implementation of world map for HTML5 Canvas or any JS library. I need simple vector world map with landscape and zoom. It would be good if it works on iOS/Android/BB OS.

http://cartagen.org/ too redundant for me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

能否归途做我良人 2024-11-16 03:30:30

SVG 可能更容易实现。我会查看 Raphael JS

这是一个相关示例,说明 raphael JS 可以做什么以及它需要多少代码来

定义 SVG 世界地图可以在很多地方找到,包括维基百科,它们应该不难搜索。

SVG would probably be easier to implement. I would look in to Raphael JS

Here is a relevant example of what raphael JS can do and how little code it takes

SVG world map definitions can be found numerous places, including Wikipedia, they shouldn't be too hard to search for.

风渺 2024-11-16 03:30:30

jVectorMap (http://jvectormap.com/) 是一个 jQuery 插件,具有内置缩放功能和一个美好的世界具有可扩展事件 API 和自定义选项的地图示例。它在所有现代浏览器(如 Firefox 3 或 4、Safari、Chrome、Opera、IE9)中使用 SVG,同时通过 VML 为 IE 6 到 8 的旧版本提供遗留支持。真的很容易使用。

jVectorMap (http://jvectormap.com/) is a jQuery plugin that has built-in zooming and a nice world map example with an extensible events API and customization options. It uses SVG in all modern browsers like Firefox 3 or 4, Safari, Chrome, Opera, IE9, while offering legacy support for older versions of IE from 6 to 8 with VML. Really easy to use.

神经大条 2024-11-16 03:30:30

Simon 是对的,Raphael.js 是一个不错的选择。查看他们的世界示例:
http://dmitrybaranovskiy.github.io/raphael/

如果您正在寻找基于 Raphael 的东西,但是通过缩放/位置,商业选项是:
http://simplemaps.com/world

Simon is right that Raphael.js is a good bet. Check out their world example at:
http://dmitrybaranovskiy.github.io/raphael/

If you are looking for something built on Raphael, but with zooming/locations, a commercial option is:
http://simplemaps.com/world

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文