Modest Maps

From IFORS Developing Countries Online Resources
Jump to: navigation, search

A small, extensible, and free library for designers and developers who want to use interactive maps in their own projects. It provides a core set of features in a tight, clean package with plenty of hooks for additional functionality.

Link to website: http://modestmaps.com/

  • Up to date information about the software in this list, which is mostly free to use, can be obtained from this link

<html> <head> </head> <body>


   <script type="text/javascript">
       // Async Rating-Widget initialization.
       function RW_Async_Init(){
           RW.init({
               uid: "69CAAE45EE3C4847D7D20BBC085E68CD",
               huid: "137765",
               options: {
                   style: "oxygen"
               }
           });
           RW.render();
       }
       // Append Rating-Widget JavaScript library.
       if (typeof(RW) == "undefined"){
           (function(){
               var rw = document.createElement("script"),
                   d = new Date(), ck = "Y" + d.getFullYear() + "M" + d.getMonth() + "D" + d.getDate();
               rw.type = "text/javascript"; rw.async = true;
               rw.src = "http://js.rating-widget.com/external.min.js?ck=" + ck;
               var s = document.getElementsByTagName("script")[0];
               s.parentNode.insertBefore(rw, s);
           })();
       }
   </script>

</body> </html>