最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Replacement for Google's GeoMap - Stack Overflow

programmeradmin1浏览0评论

Is there a decent non-flash replacement for Google's GeoMap? I'm trying to "push" redraws, but because it's flash it has to run back to Google, render a flash object, and then replace it.

Is there a decent non-flash replacement for Google's GeoMap? I'm trying to "push" redraws, but because it's flash it has to run back to Google, render a flash object, and then replace it.

Share Improve this question asked Sep 21, 2010 at 13:38 Josh KJosh K 28.9k20 gold badges88 silver badges132 bronze badges
Add a ment  | 

4 Answers 4

Reset to default 9

Google now has the GeoChart which is the replacement to GeoMap. It creates an SVG and has more flexibility in terms of customization such as changing the background color of the map, etc, etc.

http://code.google./apis/chart/interactive/docs/gallery/geochart.html

I am afraid that there isn't a free map API as good as this and easy to use.

I've also scoured the web for something I could use that isn't flash but I suppose we have to wait a little while until html 5 gets going something will jump out of the dev bushes with a canvas tag hopefully.

I hope this answers your question. I'll keep looking though. I've been at it for 3 months.

A Google employee just told me they're working on an HTML5 version of the GeoMap API, but it won't be available for a few months.

As for a replacement, this is the closest I could find, but doesn't offer interactivity, rollovers, or subregions: http://jon.be/code/excanvas-world-map/

Check out http://jvectormap.owl-hollow/ It is svg, fully patible across browsers and has almost everything that google geomaps offers.mit is very easy to implement, more like a jquery plugin amd feeds from json as well.

发布评论

评论列表(0)

  1. 暂无评论