forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
5a9f8f0a0a
62 changed files with 4448 additions and 710 deletions
|
@ -722,7 +722,7 @@ export class ValidatePointRendering extends DesugaringStep<PointRenderingConfigJ
|
|||
if (json.marker && !Array.isArray(json.marker)) {
|
||||
context.enter("marker").err("The marker in a pointRendering should be an array")
|
||||
}
|
||||
if (json.location.length == 0) {
|
||||
if (!(json.location?.length > 0)) {
|
||||
context
|
||||
.enter("location")
|
||||
.err(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue