forked from MapComplete/MapComplete
Favourites: include _all_ tagRenderings
This commit is contained in:
parent
eb444ab849
commit
473931891c
20 changed files with 436 additions and 154 deletions
|
@ -179,7 +179,21 @@ describe("PrepareTheme", () => {
|
|||
id: "layer-example",
|
||||
name: null,
|
||||
minzoom: 18,
|
||||
pointRendering: [{ location: ["point"], label: "xyz" }],
|
||||
pointRendering: [
|
||||
{
|
||||
location: ["point"],
|
||||
label: "xyz",
|
||||
iconBadges: [
|
||||
{
|
||||
if: "_favourite=yes",
|
||||
then: {
|
||||
id: "circlewhiteheartred",
|
||||
render: "circle:white;heart:red",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
lineRendering: [{ width: 1 }],
|
||||
titleIcons: [],
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue