Make extent properties non mandatory
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 26 Oct 2023 06:44:14 +0000 (08:44 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 26 Oct 2023 06:44:14 +0000 (08:44 +0200)
org.argeo.app.api/src/org/argeo/app/api/entity.cnd

index 2ca640bae9afd6a3473cdaae3ecfde23fc234cb4..9da2af7a4a15d5333242f35f77e64b76d8c53a25 100644 (file)
@@ -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)