X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.app.api%2Fsrc%2Forg%2Fargeo%2Fapp%2Fapi%2Fentity.cnd;h=2ca640bae9afd6a3473cdaae3ecfde23fc234cb4;hb=3283994ed0bb41099776e8f6ec9b3fbcbc767a84;hp=8378860cb7246cbf3b65129951f7d6199f44ef84;hpb=8a2d75e04b7d6226d07ba0eae8ffce4f5ac95c48;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 8378860..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 @@ -96,6 +96,7 @@ mixin mixin - ldap:sn (String) - ldap:givenName (String) +- ldap:cn (String) - ldap:mail (String) * - ldap:description (String) @@ -114,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)