From f94f65d1793e04b558d3cd691fd275c6e2c3b80d Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 18 Sep 2021 16:19:26 +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 9217730..6b97b3e 100644 --- a/Data-model.md +++ b/Data-model.md @@ -228,7 +228,7 @@ Markers data is stored as an unordered array of objects (so element id is _not_ * `icon`: `number` - Unicode character (usually an [emoji](https://emojipedia.org/)) to serve as an icon * `x`: `number` - marker x coordinate * `y`: `number` - marker y coordinate -* `type`: `string` - marker group, used for auto-generated markers. Optional +* `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 `30px` * `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)