Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Well it is not really a problem which could be tagged 'geocoding'. </p> <p>Since I have been playing with Raphael.js these days, I thought of this lib while reading your question title. I also remember Wikipedia commons hosted a SVG map of the world. Raphael helps you manipulate svg files, so that could be a nice way to go. Anyway, after searching whith the criteria 'raphael' I found a conversation matching your request, exactly. So there it is : <a href="http://groups.google.com/group/raphaeljs/browse_thread/thread/46b5402c677ce274/7ff6a6a8d8f5f9fa?pli=1" rel="nofollow noreferrer">http://groups.google.com/group/raphaeljs/browse_thread/thread/46b5402c677ce274/7ff6a6a8d8f5f9fa?pli=1</a> </p> <p>There are some utility scripts, as well as the link to the svg world file mentioned above and a live examples (and links to Stack Exchange topics).<br> Sure there is work to do, and it may be easier to call directly the google api. </p> <p>In my experience of the gmaps API, you have to make many requests per second to be blacklisted by google. Like when you launch a heavy batch geocoding tool. So it depends of your project but I would consider quite safe to use it even if your page is popular. </p> <p>[EDIT] : There is now a <a href="http://web.archive.org/web/20120302123611/http://raphaeljs.com:80/world/" rel="nofollow noreferrer">live demo on RaphaelJs website</a>.</p> <p>[EDIT again]: And now a complete production workflow based on Python and Raphael exists : <a href="http://kartograph.org/" rel="nofollow noreferrer">Kartograph</a>. It's really young but looks promising. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload