开发者

Replacement for Google's GeoMap

开发者 https://www.devze.com 2023-01-17 04:27 出处:网络
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 Goo开发者_如何学Gogle, render a flash object, and then repl

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 Goo开发者_如何学Gogle, render a flash object, and then replace it.


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.com/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://joncom.be/code/excanvas-world-map/


Check out http://jvectormap.owl-hollow.net/ It is svg, fully compatible 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

精彩评论

暂无评论...
验证码 换一张
取 消