From f21450fd2a13effdf5bae078578ea4a3cd4b6199 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Sat, 28 Dec 2013 11:47:23 -0800 Subject: [PATCH] (site) Add TopoJSON feature information to 'land' and 'borders' plugin documentation --- site/public/documentation/builtin_borders.md | 2 +- site/public/documentation/builtin_land.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/public/documentation/builtin_borders.md b/site/public/documentation/builtin_borders.md index f849c95..1d105e5 100644 --- a/site/public/documentation/builtin_borders.md +++ b/site/public/documentation/builtin_borders.md @@ -1,7 +1,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](/documentation/builtin_topojson.html). +The `borders` plugin renders the borders around (and between) countries. It uses TopoJSON data published to `planet.plugins.topojson.world` by the [TopoJSON plugin](/documentation/builtin_topojson.html). It uses the feature at `objects.countries` in the TopoJSON object to calculate the borders. API --- diff --git a/site/public/documentation/builtin_land.md b/site/public/documentation/builtin_land.md index 15b2c18..ee35866 100644 --- a/site/public/documentation/builtin_land.md +++ b/site/public/documentation/builtin_land.md @@ -1,7 +1,7 @@ Land Plugin =========== -The `land` plugin renders Earth's landmasses. It uses TopoJSON data published to `planet.plugins.topojson.world` by the [TopoJSON plugin](/documentation/builtin_topojson.html). +The `land` plugin renders Earth's landmasses. It uses TopoJSON data published to `planet.plugins.topojson.world` by the [TopoJSON plugin](/documentation/builtin_topojson.html). It uses the feature at `objects.land` in the TopoJSON object. API ---