Make extent properties non mandatory
[gpl/argeo-suite.git] / 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)