planetary.js/site/public/documentation/builtin_oceans.md
2013-12-21 23:34:49 -08:00

440 B

Oceans Plugin

The oceans plugin simply renders the main shape of the globe, filling it in with a solid color.

API

planetaryjs.plugins.oceans([config])

Valid keys for config are:

  • fill: the fillStyle to use for the globe; defaults to "black"
JavaScript
planetaryjs.plugins.oceans({
  fill: '#000080'
});