Updated Data model (markdown)

Azgaar 2021-09-18 16:19:26 +03:00
parent cf5d22973d
commit f94f65d179

@ -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 * `icon`: `number` - Unicode character (usually an [emoji](https://emojipedia.org/)) to serve as an icon
* `x`: `number` - marker x coordinate * `x`: `number` - marker x coordinate
* `y`: `number` - marker y 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` * `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) * `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) * `bare`: `boolean`: `true` if marker should be rendered without pin (bubble). Optional, default is `false` (pinned)