From ee512a6558c72f372632f6b45779adcaee621c63 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 20 Sep 2021 11:10:18 +0300 Subject: [PATCH] Updated Data model (markdown) --- Data-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data-model.md b/Data-model.md index 3f58711..109150a 100644 --- a/Data-model.md +++ b/Data-model.md @@ -232,7 +232,7 @@ Markers data is stored as an unordered array of objects (so element id is _not_ * `size`: `number` - marker size in pixels. Optional, default value is `30` (30px) * `fill`: `string` - marker pin fill color. Optional, default is `#fff` (white) * `stroke`: `string` - marker pin stroke color. Optional, default is `#000` (black) -* `pin`: `string`: pin element type. Available types are `bubble` and `no` (bare icon). Optional, default is `bubble` +* `pin`: `string`: pin element type. Optional, default is `bubble`. Pin is not rendered if value is set to `no` * `hidden`: `boolean`: `true` if marker should not be rendered. Optional, default is `false` (visible) * `dx`: `number` - icon x shift percent. Optional, default is `50` (50%, center) * `dy`: `number` - icon y shift percent. Optional, default s `50` (50%, center)