Planetary.js comes with several built-in plugins that provide a base set of functionality. (Note that the planetaryjs-noplugins.js
file, as its name suggests, does not include the plugins). They are described in detail on their own pages, but are:
topojson
, oceans
, land
, and borders
plugins.topojson
plugin to draw Earth's land massestopojson
plugin to draw borders between Earth's countriesBuilt-in plugins are exposed as properties on planetaryjs.plugins
.
If you do not specify any plugins (globally or per-instance), Planetary.js will use the earth
and pings
plugins with their default settings.