forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
6bc8760adf
commit
0ad881316b
359 changed files with 2049 additions and 938 deletions
|
|
@ -75,14 +75,17 @@ export default interface PointRenderingConfigJson {
|
|||
* See ExpandIconBadges on how this is handled
|
||||
* group: hidden
|
||||
*/
|
||||
iconBadges?: (string | {
|
||||
if: TagConfigJson
|
||||
/**
|
||||
* Badge to show
|
||||
* Type: icon
|
||||
*/
|
||||
then: string | MinimalTagRenderingConfigJson
|
||||
})[]
|
||||
iconBadges?: (
|
||||
| string
|
||||
| {
|
||||
if: TagConfigJson
|
||||
/**
|
||||
* Badge to show
|
||||
* Type: icon
|
||||
*/
|
||||
then: string | MinimalTagRenderingConfigJson
|
||||
}
|
||||
)[]
|
||||
|
||||
/**
|
||||
* question: What size should the marker be on the map?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue