From 36a9a4d540f617bd23170a109ee08e9e200e2143 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 26 Oct 2023 08:44:14 +0200 Subject: [PATCH] Make extent properties non mandatory --- org.argeo.app.api/src/org/argeo/app/api/entity.cnd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org.argeo.app.api/src/org/argeo/app/api/entity.cnd b/org.argeo.app.api/src/org/argeo/app/api/entity.cnd index 2ca640b..9da2af7 100644 --- a/org.argeo.app.api/src/org/argeo/app/api/entity.cnd +++ b/org.argeo.app.api/src/org/argeo/app/api/entity.cnd @@ -118,9 +118,9 @@ mixin [entity:geobounded] mixin -- entity:minLat (DOUBLE) m -- entity:minLon (DOUBLE) m -- entity:maxLat (DOUBLE) m -- entity:maxLon (DOUBLE) m +- entity:minLat (DOUBLE) +- entity:minLon (DOUBLE) +- entity:maxLat (DOUBLE) +- entity:maxLon (DOUBLE) - entity:minAlt (DOUBLE) - entity:maxAlt (DOUBLE) -- 2.30.2