Difference between revisions of "Modest Maps"
From IFORS Developing Countries Online Resources
| Line 7: | Line 7: | ||
* Up to date information about the software in this list, which is mostly free to use, can be obtained from [https://www.dropbox.com/s/crkoc002bo0j37p/Useful%20Software%20list.xlsx?dl=0'''this link'''] | * Up to date information about the software in this list, which is mostly free to use, can be obtained from [https://www.dropbox.com/s/crkoc002bo0j37p/Useful%20Software%20list.xlsx?dl=0'''this link'''] | ||
| − | + | <html> | |
<head> | <head> | ||
</head> | </head> | ||
| Line 51: | Line 51: | ||
</div> | </div> | ||
</body> | </body> | ||
| − | </html | + | </html> |
Latest revision as of 06:19, 30 July 2019
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>