VisiOmatic web client

Class

ImageUI

Extends

new ImageUI(optionsopt) → {ImageUI}

Create a VisiOmatic dialog for setting the VisiOmatic layer rendering.

Parameters

  • options object <optional>

    Options.

    Properties

    • title string <optional>
      'Image preferences'

      Title of the dialog window or panel.

See

  • UI for additional control options.

Returns

  • ImageUI

    Instance of a user interface for the rendering preferences.

Source

Methods

static

loadSettings(layer, settings)

Copy rendering settings to a VisiOmatic layer.

Parameters

  • layer VTileLayer

    VisiOmatic layer.

  • settings object

    Object where to save the settings properties.

Source

static

saveSettings(layer, settings)

Copy rendering settings from a VisiOmatic layer.

Parameters

  • layer VTileLayer

    VisiOmatic layer.

  • settings object

    Object where to save the settings properties.

Source