Hi, Dave
   #format.id# and #projection.name# can work well if you has private attribute and public accessors.  please pay attention to your accessors, it must be realized in most simple way,without any actions except set and return,just like this:
   private Object attribute;
   public void setAttribute(Object attr)
   {
      this.attribute = attr;
   }
    
   public Object getAttribute()
   {
     return this.attribute;
   }
 
I have no experience with something like box3d('BOX3D($bounds.minX$ $bounds.minY$, $bounds.maxX$,$bounds.maxY$)') ,it seems like there is another query. why not try this out of SQL map? then you can calculate bounds and treat it as a simple attribute.
 
Regards
alex

Reply via email to