Difference between revisions of "Modest Maps"
From IFORS Developing Countries Online Resources
| Line 4: | Line 4: | ||
[[Category:Free OR Software]] | [[Category:Free OR Software]] | ||
| + | |||
| + | * 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'''] | ||
<addhtml><html> | <addhtml><html> | ||
Revision as of 07:09, 28 April 2017
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
<addhtml><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></addhtml>