From 69e6d24b08db9a29d1a9e71a1097628a276be452 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 6 Jun 2019 13:27:26 +0800 Subject: [PATCH] update doc --- docs/lib-shape_taiwan.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/lib-shape_taiwan.md b/docs/lib-shape_taiwan.md index 6b278888..c0758f8f 100644 --- a/docs/lib-shape_taiwan.md +++ b/docs/lib-shape_taiwan.md @@ -5,6 +5,7 @@ Returns shape points of [Taiwan](https://www.google.com.tw/maps?q=taiwan&um=1&ie ## Parameters - `h` : The height of Taiwan. +- `distance` : Used for simplifying the shape. If the distance between a point and its previous points is not greater than `distance`, the point will be kept. Default to 0. **Since:** 1.3. ## Examples