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.

link|improve this question

68% accept rate
feedback

4 Answers

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

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/

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.