This version is out of date, covering development from v8.0.0 to v8.x.x. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v8 Icon

Icon drop-shadows

Icon drop-shadows

Notes may cast a shadow when drawn on maps.

The following new attributes control the appearance of shadows:

On very large maps (and/or less powerful computers) it can help with performance of Map view is shadows are disabled by setting Shadow to 'false'. There is no preference to do this app/TBX-wide but stamps to agents can help. With agents consider use of the inside() and descendedFrom() queries with $OnAdd action of $Shadow=false. To reverse the setting use the same query but with $Shadow=true. Or write a toggle action:

if($Shadow){$Shadow=false;}else{$Shadow=true;} 

Of course, being a toggle, a stamp like above would only be useful if all notes selected had the same $Shadow state!