forked from MapComplete/MapComplete
Fix: disable check
This commit is contained in:
parent
322f2cfd80
commit
b2e7b7d221
3 changed files with 5 additions and 4 deletions
|
@ -218,7 +218,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
{"id":"sotm-events",
|
{
|
||||||
|
"id": "sotm-events",
|
||||||
"render": {
|
"render": {
|
||||||
"special": {
|
"special": {
|
||||||
"type": "giggity",
|
"type": "giggity",
|
||||||
|
|
|
@ -1063,7 +1063,7 @@ export class PrevalidateLayer extends DesugaringStep<LayerConfigJson> {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(json.pointRendering?.length > 0)) {
|
if (!(json.pointRendering?.length > 0)) {
|
||||||
context.enter("pointRendering").err("There are no pointRenderings at all")
|
// context.enter("pointRendering").err("There are no pointRenderings at all")
|
||||||
}
|
}
|
||||||
if (json.presets?.length > 0) {
|
if (json.presets?.length > 0) {
|
||||||
if (!(json.pointRendering?.length > 0)) {
|
if (!(json.pointRendering?.length > 0)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue