Quickfix: add centroids to some renderings which dissappeared during migration

This commit is contained in:
Pieter Vander Vennet 2021-11-08 15:08:24 +01:00
parent c3a4015f53
commit 161bcc8647
11 changed files with 1001 additions and 1036 deletions

View file

@ -506,7 +506,7 @@
"id~node/.*"
]
},
"then": "40,40,center"
"then": "32,32,center"
},
{
"if": "_size_classification=small",
@ -514,13 +514,18 @@
},
{
"if": "_size_classification=large",
"then": "50,50,center"
"then": "40,40,center"
}
]
},
"location": [
"point"
"point","centroid"
]
},
{
"color": "#00cc00",
"width": "1",
"fill": "false"
}
]
}