From: Mathieu Baudier Date: Thu, 26 Oct 2023 06:44:14 +0000 (+0200) Subject: Make extent properties non mandatory X-Git-Tag: v2.3.18~6 X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=36a9a4d540f617bd23170a109ee08e9e200e2143 Make extent properties non mandatory --- 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)