X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.app.api%2Fsrc%2Forg%2Fargeo%2Fapp%2Fapi%2Fentity.cnd;fp=org.argeo.app.api%2Fsrc%2Forg%2Fargeo%2Fapp%2Fapi%2Fentity.cnd;h=2ca640bae9afd6a3473cdaae3ecfde23fc234cb4;hb=1eaec4a7690f29973a712a9000c010a37f725ea1;hp=396b6f203187a4b2f0220b915323b6d5de47707f;hpb=352297dc44811090e8acb3131ca29e4fc9421741;p=gpl%2Fargeo-suite.git 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 396b6f2..2ca640b 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 @@ -115,3 +115,12 @@ mixin [entity:bearing] mixin - svg:direction (DOUBLE) + +[entity:geobounded] +mixin +- entity:minLat (DOUBLE) m +- entity:minLon (DOUBLE) m +- entity:maxLat (DOUBLE) m +- entity:maxLon (DOUBLE) m +- entity:minAlt (DOUBLE) +- entity:maxAlt (DOUBLE)