Studio: fix dynamic markers

This commit is contained in:
Pieter Vander Vennet 2024-07-16 23:06:26 +02:00
parent e0a755aa6a
commit 25075bf881
20 changed files with 28 additions and 26 deletions

View file

@ -4,7 +4,6 @@ import { TagConfigJson } from "./TagConfigJson"
export interface IconConfigJson {
/**
* question: What icon should be used?
* type: icon
* types: <span class="text-lg font-bold">Use a different icon depending on the value of some attributes</span> ; icon
* suggestions: return Constants.defaultPinIcons.map(i => ({if: "value="+i, then: i, icon: i}))
*/