% data = public.download._data %>
<% dl = function(version, file) { %>
<% return "https://github.com/BinaryMuse/planetary.js/releases/download/" + version + "/" + file; %>
<% } %>
Download Planetary.js
Download the core Planetary.js library and supporting files here.
Up-to-the-minute releases, archived versions, and full release notes can be found on the GitHub releases page.
<% if (data.stable.latest) { %>
Latest Stable Build: <%= data.stable.latest.version %>
Release notes
|
GitHub tag
Earth TopoJSON data ("land" and "countries" objects): [
'>download
]
<% } else { %>
No stable builds yet
<% } %>
<% if (data.unstable.latest) { %>
Latest Unstable Build: <%= data.unstable.latest.version %>
Release notes
|
GitHub tag
Earth TopoJSON data ("land" and "countries" objects): [
'>download
]
<% } else { %>
No unstable builds yet
<% } %>