diff --git a/documentation/builtin_borders.html b/documentation/builtin_borders.html index dfe4f36..9133f73 100644 --- a/documentation/builtin_borders.html +++ b/documentation/builtin_borders.html @@ -84,7 +84,7 @@

Borders Plugin

-

The borders plugin renders the borders around (and between) countries. It uses TopoJSON data published to planet.plugins.topojson.world by the TopoJSON plugin.

+

The borders plugin renders the borders around (and between) countries. It uses TopoJSON data published to planet.plugins.topojson.world by the TopoJSON plugin. It uses the feature at objects.countries in the TopoJSON object to calculate the borders.

API

planetaryjs.plugins.borders([config])

Valid keys for config are:

diff --git a/documentation/builtin_land.html b/documentation/builtin_land.html index e8f46c0..85b9c25 100644 --- a/documentation/builtin_land.html +++ b/documentation/builtin_land.html @@ -84,7 +84,7 @@

Land Plugin

-

The land plugin renders Earth's landmasses. It uses TopoJSON data published to planet.plugins.topojson.world by the TopoJSON plugin.

+

The land plugin renders Earth's landmasses. It uses TopoJSON data published to planet.plugins.topojson.world by the TopoJSON plugin. It uses the feature at objects.land in the TopoJSON object.

API

planetaryjs.plugins.land([config])

Valid keys for config are: