Adapt to changes in Argeo TP
[gpl/argeo-suite.git] / org.argeo.app.api / src / org / argeo / app / api / entity.cnd
index 396b6f203187a4b2f0220b915323b6d5de47707f..9da2af7a4a15d5333242f35f77e64b76d8c53a25 100644 (file)
@@ -115,3 +115,12 @@ mixin
 [entity:bearing]
 mixin
 - svg:direction (DOUBLE)
+
+[entity:geobounded]
+mixin
+- entity:minLat (DOUBLE)
+- entity:minLon (DOUBLE)
+- entity:maxLat (DOUBLE)
+- entity:maxLon (DOUBLE)
+- entity:minAlt (DOUBLE)
+- entity:maxAlt (DOUBLE)