Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Save the sample workflow file LoadLayers.xaml (attached) to a location visible to sites in your Geocortex Essentials server

    Image Added
  2. Add / register the workflow with your site

...

  1. Image Added

Configuring the Workflow to Run Automatically 

...

Add a Silverlight viewer to your Essentials site.  See the Geocortex documentation for more information. The only situation in which you’d want to override the following settings (to use the parent Site configurations) is if you had several viewers registered with your site and didn’t want them all to run the Load Layers workflow at startup.

...

Configuring Voyager Navigo

  1. On the Voyager server, use Windows Explorer to navigate to the Voyager install directory

  2. Browse to the app/web/navigo sub-folder

    Image Added
  3. Open the file config.js in your preferred text editor / IDE

  4. Locate the block of code that defines the docActions: [ … ] (Tools Menu) options (~line 35 by default). Add the following lines of code:

...

  1. Image Added
Code Block
{  

text:'Open in Geocortex',

action:'open',

visible:'isService',

param:'strURL',

url:'http://odn.voyagersearch.com/GVS/Viewer.html?ViewerConfig=http://voyagerdemo.com/Geocortex/Essentials/REST/sites/VoyagerDemo/viewers/GVS/virtualdirectory/Config/Viewer.xml'

}

...