From 8438bc0c3168936789b140af0b43a2ddeec3bceb Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 18 Sep 2021 16:22:31 +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 e6f7b15..5810e80 100644 --- a/Data-model.md +++ b/Data-model.md @@ -230,8 +230,8 @@ Markers data is stored as an unordered array of objects (so element id is _not_ * `y`: `number` - marker y coordinate * `type`: `string` - marker type. If set, style changes will be applied to all markers of the same type. Optional * `size`: `number` - marker size in pixels. Optional, default value is `30` (30px) +* `pin`: `string`: pin element type. Available types are `bubble` (bubble style pin) and `no` (bare icon). Optional, default is `bubble` * `hidden`: `boolean`: `true` if marker should not be rendered. Optional, default is `false` (visible) -* `bare`: `boolean`: `true` if marker should be rendered without pin (bubble). Optional, default is `false` (pinned) * `dx`: `number` - icon x shift percent. Optional, default is `50` (50%, center) * `dy`: `number` - icon y shift percent. Optional, default s `50` (50%, center) * `px`: `number` - icon font-size in pixels. Optional, default is `12` (12px)