Type Definitions
-
BKG
-
BKG layer (/layers/baseLayer|overlays/items/BKG)
- Source:
- MapBuilder.js, line 379
Properties:
Name Type Description typestring Type of layer: BKG (/layers/baseLayer|overlays/items/BKG/type) idstring | null Unique ID. It will be used in permaLink and persistence JSON. If not available, it will be added by Framework. (/layers/baseLayer|overlays/items/BKG/id) namestring Name of layer shown in Menu. (/layers/baseLayer|overlays/items/BKG/name) refstring Reference of layer in BKG layer registry. This is the name of BKG layer to load. (/layers/baseLayer|overlays/items/BKG/ref) visibilityboolean Initial visibility of layer. (/layers/baseLayer|overlays/items/BKG/visibility) srsNamestring | null Projection of layer. If null, then map projection will be used. (/layers/baseLayer|overlays/items/BKG/srsName) minResolutionnumber Minimum resolution. (/layers/baseLayer|overlays/items/BKG/minResolution) maxResolutionnumber Maximum resolution. (/layers/baseLayer|overlays/items/BKG/maxResolution) propertiesobject Updates for the layer that will overwrite the preconfigured values. The complete set of available properties depends on the preconfigured layer class. (/layers/baseLayer|overlays/items/BKG/properties) opacitynumber Default Opacity. (Values: 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1)(/layers/baseLayer|overlays/items/BKG/opacity) copyrightstring | null Copyright. If null or empty it will be parsed from GetCapabilities. (/layers/baseLayer|overlays/items/BKG/copyright) legendUrlstring | null URL for legend. (/layers/baseLayer|overlays/items/BKG/legendUrl) -
CONTROL_FACTORIES_cookieCheck(map, controlName, options) → {object}
-
Create cookieCheck Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (cookieCheck) optionsobject Control options. - Source:
- Control/Control.js, line 384
Returns:
- Type
- object
-
CONTROL_FACTORIES_copyCoordinates(map, controlName, options, panel) → {object}
-
Create copyCoordinates Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (copyCoordinates) optionsobject Control options. See properties in copyCoordinates_options panelobject Panel object - Source:
- Control/Control.js, line 309
Returns:
- Type
- object
-
CONTROL_FACTORIES_copyright(map, controlName, options, panel, standardPositionControls) → {object}
-
Create copyright Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (copyright) optionsobject Control options. See properties in copyright_options panelobject Panel object standardPositionControlsobject Object with standardPositionControls - Source:
- Control/Control.js, line 233
Returns:
- Type
- object
-
CONTROL_FACTORIES_customLayers(map, controlName, options, panel) → {object}
-
Create customLayers Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (customLayers) optionsobject Control options. See properties in customLayers_options panelobject Panel object - Source:
- Control/Control.js, line 359
Returns:
- Type
- object
-
CONTROL_FACTORIES_edit(map, controlName, options, panel) → {object}
-
Create edit Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (edit) optionsobject Control options. See properties in edit_options panelobject Panel object - Source:
- Control/Control.js, line 135
Returns:
- Type
- object
-
CONTROL_FACTORIES_fullScreen(map, controlName, options, panel, standardPositionControls) → {object}
-
Create fullScreen Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (fullScreen) optionsobject Control options. See properties in fullScreen_options panelobject Panel object standardPositionControlsobject Object with standardPositionControls - Source:
- Control/Control.js, line 100
Returns:
- Type
- object
-
CONTROL_FACTORIES_geoSearch(map, controlName, options, panel) → {object}
-
Create geoSearch Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (geoSearch) optionsobject Control options. See properties in geoSearch_options panelobject Panel object - Source:
- Control/Control.js, line 273
Returns:
- Type
- object
-
CONTROL_FACTORIES_infoPanel(map, controlName, options, panel) → {object}
-
Create infoPanel Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (infoPanel) optionsnull InfoPlanel options. Currently not used. panelobject Panel object - Source:
- Control/Control.js, line 252
Returns:
- Type
- object
-
CONTROL_FACTORIES_jsonExport(map, options, panel) → {object}
-
Create jsonExport Control
Parameters:
Name Type Description mapobject Map object optionsobject Control options. Properties
Name Type Description activeboolean Activate tool. (/options/tools/share/jsonExport/active) appNamestring Name of BKG Webmap implementation that will be used in exported JSON. (/options/tools/share/jsonExport/appName) panelobject Panel object - Source:
- Control/Control.js, line 374
Returns:
- Type
- object
-
CONTROL_FACTORIES_layerSwitcher(map, controlName, options, panel) → {object}
-
Create layerSwitcher Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (layerSwitcher) optionsobject Control options. See properties in layerSwitcher_options panelobject Panel object - Source:
- Control/Control.js, line 33
Returns:
- Type
- object
-
CONTROL_FACTORIES_legend(map, controlName, options, panel) → {object}
-
Create legend Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (legend) optionsobject Control options. See properties in legend_options panelobject Panel object - Source:
- Control/Control.js, line 63
Returns:
- Type
- object
-
CONTROL_FACTORIES_marker(map) → {object}
-
Create marker Control
Parameters:
Name Type Description mapobject Map object - Source:
- Control/Control.js, line 429
Returns:
- Type
- object
-
CONTROL_FACTORIES_measure(map, controlName, options, panel) → {object}
-
Create measure Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (measure) optionsobject Control options. See properties in measure_options panelobject Panel object - Source:
- Control/Control.js, line 116
Returns:
- Type
- object
-
CONTROL_FACTORIES_overviewMap(map, controlName, options, panel, standardPositionControls) → {object}
-
Create overviewMap Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (overviewMap) optionsobject Control options. See properties in overviewMap_options panelobject Panel object standardPositionControlsobject Object with standardPositionControls - Source:
- Control/Control.js, line 402
Returns:
- Type
- object
-
CONTROL_FACTORIES_panel(map, panelPosition, initialize, standardPositionControls) → {object}
-
Create panel Control
Parameters:
Name Type Description mapobject Map object panelPositionstring Panel position (Values: "left", "right") (/options/panelPosition) initializeobject Tool that should be shown, when starting the Application. If empty or null, then panel will be closed. (Values: "geoSearch", "searchCoordinates", "layerSwitcher", "legend", "showAttributes", "copyCoordinates", "measure", "edit", "share") (/options/initialize) standardPositionControlsobject Object with standardPositionControls - Source:
- Control/Control.js, line 13
Returns:
- Type
- object
-
CONTROL_FACTORIES_permaLink(map) → {object}
-
Create permaLink Control
Parameters:
Name Type Description mapobject Map object - Source:
- Control/Control.js, line 368
Returns:
- Type
- object
-
CONTROL_FACTORIES_print(map, options, panel) → {object}
-
Create print Control
Parameters:
Name Type Description mapobject Map object optionsobject Control options. Properties
Name Type Description activeboolean Activate tool. (/options/tools/share/print/active) stylesheetstring URL of stylesheet file that can be used when printing. (/options/tools/share/print/stylesheet) panelobject Panel object - Source:
- Control/Control.js, line 341
Returns:
- Type
- object
-
CONTROL_FACTORIES_scalebar(map, controlName, options, panel, standardPositionControls) → {object}
-
Create scalebar Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (scalebar) optionsobject Control options. See properties in scalebar_options panelobject Panel object standardPositionControlsobject Object with standardPositionControls - Source:
- Control/Control.js, line 153
Returns:
- Type
- object
-
CONTROL_FACTORIES_searchCoordinates(map, controlName, options, panel) → {object}
-
Create searchCoordinates Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (searchCoordinates) optionsobject Control options. See properties in searchCoordinates_options panelobject Panel object - Source:
- Control/Control.js, line 291
Returns:
- Type
- object
-
CONTROL_FACTORIES_searchPanel(map, controlName, geoSearch, panel) → {object}
-
Method to create searchPanel Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (searchpanel) geoSearchboolean Is there a geoSearch control available panelobject Panel object - Source:
- Control/Control.js, line 243
Returns:
- Type
- object
-
CONTROL_FACTORIES_share(map, controlName, options, panel) → {object}
-
Create share Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (share) optionsobject Control options. See properties in share_options panelobject Panel object - Source:
- Control/Control.js, line 332
Returns:
- Type
- object
-
CONTROL_FACTORIES_showAttributes(map, controlName, options, panel) → {object}
-
Create showAttributes Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (showAttributes) optionsobject Control options. See properties in showAttributes_options panelobject Panel object - Source:
- Control/Control.js, line 48
Returns:
- Type
- object
-
CONTROL_FACTORIES_showCoordinates(map, controlName, options, panel, standardPositionControls) → {object}
-
Create showCoordinates Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (showCoordinates) optionsobject Control options. See properties in showCoordinates_options panelobject Panel object standardPositionControlsobject Object with standardPositionControls - Source:
- Control/Control.js, line 173
Returns:
- Type
- object
-
CONTROL_FACTORIES_standardPosition(map, position) → {object}
-
Create four standard positions for map controls (top-left, top-right, bottom-left, bottom-right)
Parameters:
Name Type Description mapobject Map object positionstring Position of control (top-left, top-right, bottom-left, bottom-right) - Source:
- Control/Control.js, line 6
Returns:
- Type
- object
-
CONTROL_FACTORIES_staticLinks(map, controlName, options, panel, standardPositionControls) → {object}
-
Create staticLinks Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (staticLinks) optionsobject Control options. See properties in staticLinks_options panelobject Panel object standardPositionControlsobject Object with standardPositionControls - Source:
- Control/Control.js, line 193
Returns:
- Type
- object
-
CONTROL_FACTORIES_staticWindows(map, controlName, options, panel) → {object}
-
Create staticWindows Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (staticWindows) optionsobject Control options. See properties in staticWindows_options panelobject Panel object - Source:
- Control/Control.js, line 214
Returns:
- Type
- object
-
CONTROL_FACTORIES_timeSlider(map, controlName, options, panel, standardPositionControls) → {object}
-
Create timeSlider Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (timeSlider) optionsobject Control options. See properties in timeSlider_options panelobject Panel object standardPositionControlsobject Object with standardPositionControls - Source:
- Control/Control.js, line 419
Returns:
- Type
- object
-
CONTROL_FACTORIES_zoom(map, controlName, options, panel, standardPositionControls) → {object}
-
Create zoom Control
Parameters:
Name Type Description mapobject Map object controlNamestring Name of control (zoom) optionsobject Control options. See properties in zoom_options panelobject Panel object standardPositionControlsobject Object with standardPositionControls - Source:
- Control/Control.js, line 83
Returns:
- Type
- object
-
copyCoordinates_options
-
- Source:
- Control/Control.js, line 300
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/copyCoordinates/active) divstring | null DIV ID. (/options/tools/copyCoordinates/div) stylestring CSS Class used for styling. (/options/tools/copyCoordinates/style) coordinateSystemsArray.<object> Coordinate systems for dropdown menu. (/options/tools/copyCoordinates/coordinateSystems)
Below are properties of each Object in Array:Properties
Name Type Description epsgstring EPSG code. (/options/tools/searchCoordinates/copyCoordinates/items/epsg) namestring Name of coordinate system. (/options/tools/copyCoordinates/coordinateSystems/items/name) -
copyright_options
-
- Source:
- Control/Control.js, line 223
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/copyright/active) positionstring Position of control. It will be used only if div is null. Values: 'top-left', 'top-right', 'bottom-left', 'bottom-right' or CSS properties (e.g. 'left: 5px; top: 10px;'). (/options/tools/copyright/position) divstring | null DIV ID. (/options/tools/copyright/div) stylestring CSS Class used for styling. (/options/tools/copyright/style) maxWidthstring Maximum width of copyright div (e.g. '200px'). (/options/tools/copyright/maxWidth) maxHeightstring Maximum height of copyright div (e.g. '100px'). (/options/tools/copyright/maxHeight) onlyFullScreenboolean Tool available only in full screen mode. (/options/tools/copyright/onlyFullScreen) -
createCallback()
-
Callback for getting ready map object. You can use the parameter to change the map.
Parameters:
Name Type Description _this.mapol.Map OpenLayer map object. - Source:
- MapBuilder.js, line 502
-
CSV
-
CSV layer (/layers/baseLayer|overlays/items/CSV)
- Source:
- MapBuilder.js, line 315
Properties:
Name Type Description typestring Type of layer: CSV (/layers/baseLayer|overlays/items/CSV/type) idstring | null Unique ID. It will be used in permaLink and persistence JSON. If not available, it will be added by Framework. (/layers/baseLayer|overlays/items/CSV/id) namestring Name of layer shown in Menu. (/layers/baseLayer|overlays/items/CSV/name) urlstring URL of CSV file. (/layers/baseLayer|overlays/items/CSV/url) visibilityboolean Initial visibility of layer. (/layers/baseLayer|overlays/items/CSV/visibility) srsNamestring | null Projection of layer. If null, then EPSG 4326 will be used. (/layers/baseLayer|overlays/items/CSV/srsName) csvOptionsobject Options only for CSV layer. (/layers/baseLayer|overlays/items/CSV/csvOptions) Properties
Name Type Description headerboolean Should the first row be used as header. (/layers/baseLayer|overlays/items/CSV/csvOptions/header) delimiterstring Delimiter used in CSV file (default: ";"). (/layers/baseLayer|overlays/items/CSV/csvOptions/delimiter) columnsToParseArray.<integer> Names (strings) or positions (integer) of columns that should be used as attributes. 1 is the start position. If null, then all columns will be used. (/layers/baseLayer|overlays/items/CSV/csvOptions/columnsToParse) columnNamesArray.<integer> ADefine custom column names. Used only if header is false. The length should be the same as in columnsToParse.. (/layers/baseLayer|overlays/items/CSV/csvOptions/columnNames) LatColumnstring | integer Name (string) or position (integer) of column with coordinates (Lat). The coordinate system is defined through srsName. (/layers/baseLayer|overlays/items/CSV/csvOptions/LatColumn) LonColumnstring | integer Name (string) or position (integer) of column with coordinates (Lon). The coordinate system is defined through srsName. (/layers/baseLayer|overlays/items/CSV/csvOptions/LonColumn) encodingstring The encoding to use when opening the file (default: "UTF-8"). (/layers/baseLayer|overlays/items/CSV/csvOptions/encoding) minResolutionnumber Minimum resolution. (/layers/baseLayer|overlays/items/CSV/minResolution) maxResolutionnumber Maximum resolution. (/layers/baseLayer|overlays/items/CSV/maxResolution) editboolean Enable edit layer. Always false. (/layers/baseLayer|overlays/items/CSV/edit) stylestring | null Style of WFS. Use /styles/items/name. (/layers/baseLayer|overlays/items/CSV/style) opacitynumber Default Opacity. (Values: 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1)(/layers/baseLayer|overlays/items/CSV/opacity) copyrightstring | null Copyright. If null or empty it will be parsed from GetCapabilities. (/layers/baseLayer|overlays/items/CSV/copyright) legendUrlstring | null URL for legend. (/layers/baseLayer|overlays/items/CSV/legendUrl) -
custom_style
-
GROUP layer (/styles/items/custom)
- Source:
- MapBuilder.js, line 440
Properties:
Name Type Description namestring Name of style. This should be used as reference for a layer. (/styles/items/custom/name) typestring Type of style: custom. (/styles/items/custom/type) fillobject Properties of OpenLayers Class ol.style.Fill. (/styles/items/custom/fill) strokeobject SProperties of OpenLayers Class ol.style.Stroke. (/styles/items/custom/stroke) imageobject Styling points. Use only one key of the following. If more than one keys are used, this is the reading order: regularShape->icon->circle (last overwrites first) (/styles/items/custom/image) Properties
Name Type Description circleobject Properties of OpenLayers Class ol.style.Circle (/styles/items/custom/image/circle) iconobject Properties of OpenLayers Class ol.style.Icon (/styles/items/custom/image/icon) regularShapeobject Properties of OpenLayers Class ol.style.RegularShape (/styles/items/custom/image/regularShape) -
customLayers_options
-
- Source:
- Control/Control.js, line 351
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/customLayers/active) editboolean Enable editing for custom layer. (/options/tools/customLayers/edit) changeVisibilityboolean User can change visibility of custom layers. (/options/tools/customLayers/changeVisibility) defaultStylestring Default style of custom vector layers. Use /styles/items/name. (/options/tools/customLayers/defaultStyle) dataTypesArray.<string> Layer types. (Values in array: "BKG", "WMS", "WMTS", "WFS", "CSV", "XLS", "GPS") (/options/tools/customLayers/dataTypes) -
edit_options
-
- Source:
- Control/Control.js, line 125
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/edit/active) divstring | null DIV ID. (/options/tools/edit/div) stylestring CSS Class used for styling. (/options/tools/edit/style) emptyLayerboolean If edit is active and there is no vector layer, add an empty vector layer. (/options/tools/edit/emptyLayer) exportobject Export editable layers. (/options/tools/edit/export) Properties
Name Type Description activeboolean Activate tool. (/options/tools/edit/export/active) formatsarray Export formats. (Array values: "KML", "GML", "GEOJSON", "GPX", "WKT") (/options/tools/edit/export/formats) -
fullScreen_options
-
- Source:
- Control/Control.js, line 93
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/fullScreen/active) positionstring Position of control. It will be used only if div is null. Values: 'top-left', 'top-right', 'bottom-left', 'bottom-right' or CSS properties (e.g. 'left: 5px; top: 10px;'). (/options/tools/fullScreen/position) divstring | null DIV ID. (/options/tools/fullScreen/div) stylestring CSS Class used for styling. (/options/tools/fullScreen/style) -
geoSearch_options
-
- Source:
- Control/Control.js, line 261
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/geoSearch/active) divstring | null DIV ID. (/options/tools/geoSearch/div) stylestring CSS Class used for styling. (/options/tools/geoSearch/style) resultsMaxZoominteger | null Max value for zooming to result features. (/options/tools/geoSearch/resultsMaxZoom) suggestCountinteger | null Suggestion results that will be fetched. (/options/tools/geoSearch/suggestCount) resultsCountinteger | null Results that will be fetched. (/options/tools/geoSearch/resultsCount) templatePopupstring | null Template for popups (e.g. "< b>$text< /b>< br/>$typ< br/>($geometry.x $geometry.y)"). (/options/tools/geoSearch/templatePopup) templateListstring | null Template for results list. (e.g. "< b>$text< /b>< br/>$typ< br/>($geometry.x $geometry.y)"). (/options/tools/geoSearch/templateList) protocolobject Protocol used for geoSearch control. (/options/tools/geoSearch/protocol) -
GPS
-
GPS layer (/layers/baseLayer|overlays/items/GPS)
- Source:
- MapBuilder.js, line 363
Properties:
Name Type Description typestring Type of layer: GPS (/layers/baseLayer|overlays/items/GPS/type) idstring | null Unique ID. It will be used in permaLink and persistence JSON. If not available, it will be added by Framework. (/layers/baseLayer|overlays/items/GPS/id) namestring Name of layer shown in Menu. (/layers/baseLayer|overlays/items/GPS/name) urlstring URL of GPX file. (/layers/baseLayer|overlays/items/GPS/url) visibilityboolean Initial visibility of layer. (/layers/baseLayer|overlays/items/GPS/visibility) minResolutionnumber Minimum resolution. (/layers/baseLayer|overlays/items/GPS/minResolution) maxResolutionnumber Maximum resolution. (/layers/baseLayer|overlays/items/GPS/maxResolution) editboolean Enable edit layer. Always false. (/layers/baseLayer|overlays/items/GPS/edit) stylestring | null Style of WFS. Use /styles/items/name. (/layers/baseLayer|overlays/items/GPS/style) opacitynumber Default Opacity. (Values: 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1)(/layers/baseLayer|overlays/items/GPS/opacity) copyrightstring | null Copyright. If null or empty it will be parsed from GetCapabilities. (/layers/baseLayer|overlays/items/GPS/copyright) legendUrlstring | null URL for legend. (/layers/baseLayer|overlays/items/GPS/legendUrl) -
GROUP
-
GROUP layer (/layers/overlays/items/GROUP)
- Source:
- MapBuilder.js, line 395
Properties:
Name Type Description typestring Type of layer: GROUP (/layers/overlays/items/GROUP/type) idstring | null Unique ID. It will be used in permaLink and persistence JSON. If not available, it will be added by Framework. (/layers/overlays/items/GROUP/id) namestring Name of group. (/layers/overlays/items/GROUP/name) layersArray.<object> List of layers in a group. The position in this list will determine the position on map. (Array values: WMS, WMTS, WFS, MARKER, CSV, CSV, XLS, GPS, BKG) (/layers/overlays/items/GROUP/layers) visibilityboolean Initial visibility of layer. (/layers/overlays/items/GROUP/visibility) -
LAYER_FACTORIES_BKG(createConfig, map, config, styles, bkg, callback) → {object}
-
Create BKG layer
Parameters:
Name Type Description createConfigBKGWebMap.ParseConfig BKGWebMap.ParseConfig object mapobject Map object configBKG BKG configuration stylesobject Object with styles (symbol_style|custom_style) bkgboolean This layer is generated from a BKG Layer callbackfunction Callback function. It will be called when all information of layer are parsed. - Source:
- Layer.js, line 229
Returns:
- Type
- object
-
LAYER_FACTORIES_GPS(createConfig, map, config, styles, bkg, callback) → {object}
-
Create GPS layer
Parameters:
Name Type Description createConfigBKGWebMap.ParseConfig BKGWebMap.ParseConfig object mapobject Map object configGPS GPS configuration stylesobject Object with styles (symbol_style|custom_style) bkgboolean This layer is generated from a BKG Layer callbackfunction Callback function. It will be called when all information of layer are parsed. - Source:
- Layer.js, line 196
Returns:
- Type
- object
-
LAYER_FACTORIES_GROUP(createConfig, map, config, styles, bkg, callback) → {object}
-
Create GROUP layer
Parameters:
Name Type Description createConfigBKGWebMap.ParseConfig BKGWebMap.ParseConfig object mapobject Map object configGROUP GROUP configuration stylesobject Object with styles (symbol_style|custom_style) bkgboolean This layer is generated from a BKG Layer callbackfunction Callback function. It will be called when all information of layer are parsed. - Source:
- Layer.js, line 218
Returns:
- Type
- object
-
LAYER_FACTORIES_MARKER(createConfig, map, config, styles, bkg, callback) → {object}
-
Create MARKER layer
Parameters:
Name Type Description createConfigBKGWebMap.ParseConfig BKGWebMap.ParseConfig object mapobject Map object configMARKER MARKER configuration stylesobject Object with styles (symbol_style|custom_style) bkgboolean This layer is generated from a BKG Layer callbackfunction Callback function. It will be called when all information of layer are parsed. - Source:
- Layer.js, line 163
Returns:
- Type
- object
-
LAYER_FACTORIES_MARKER(createConfig, map, config, styles, bkg, callback) → {object}
-
Create CSV layer
Parameters:
Name Type Description createConfigBKGWebMap.ParseConfig BKGWebMap.ParseConfig object mapobject Map object configCSV CSV configuration stylesobject Object with styles (symbol_style|custom_style) bkgboolean This layer is generated from a BKG Layer callbackfunction Callback function. It will be called when all information of layer are parsed. - Source:
- Layer.js, line 174
Returns:
- Type
- object
-
LAYER_FACTORIES_NONE(createConfig, map, config, styles, bkg, callback) → {object}
-
Create NONE (empty) layer
Parameters:
Name Type Description createConfigBKGWebMap.ParseConfig BKGWebMap.ParseConfig object mapobject Map object configNONE NONE configuration stylesobject Object with styles (symbol_style|custom_style) bkgboolean This layer is generated from a BKG Layer callbackfunction Callback function. It will be called when all information of layer are parsed. - Source:
- Layer.js, line 240
Returns:
- Type
- object
-
LAYER_FACTORIES_VECTOR(createConfig, map, config, styles, bkg, callback) → {object}
-
Create VECTOR layer
Parameters:
Name Type Description createConfigBKGWebMap.ParseConfig BKGWebMap.ParseConfig object mapobject Map object configobject VECTOR configuration stylesobject Object with styles (symbol_style|custom_style) bkgboolean This layer is generated from a BKG Layer callbackfunction Callback function. It will be called when all information of layer are parsed. - Source:
- Layer.js, line 207
Returns:
- Type
- object
-
LAYER_FACTORIES_WFS(createConfig, map, config, styles, bkg, callback) → {object}
-
Create WFS layer
Parameters:
Name Type Description createConfigBKGWebMap.ParseConfig BKGWebMap.ParseConfig object mapobject Map object configWFS WFS configuration stylesobject Object with styles (symbol_style|custom_style) bkgboolean This layer is generated from a BKG Layer callbackfunction Callback function. It will be called when all information of layer are parsed. - Source:
- Layer.js, line 152
Returns:
- Type
- object
-
LAYER_FACTORIES_WMS(createConfig, map, config, styles, bkg, callback) → {object}
-
Create WMS layer
Parameters:
Name Type Description createConfigBKGWebMap.ParseConfig BKGWebMap.ParseConfig object mapobject Map object configWMS WMS configuration stylesobject Object with styles (symbol_style|custom_style) bkgboolean This layer is generated from a BKG Layer callbackfunction Callback function. It will be called when all information of layer are parsed. - Source:
- Layer.js, line 130
Returns:
- Type
- object
-
LAYER_FACTORIES_WMTS(createConfig, map, config, styles, bkg, callback) → {object}
-
Create WMTS layer
Parameters:
Name Type Description createConfigBKGWebMap.ParseConfig BKGWebMap.ParseConfig object mapobject Map object configWMTS WMTS configuration stylesobject Object with styles (symbol_style|custom_style) bkgboolean This layer is generated from a BKG Layer callbackfunction Callback function. It will be called when all information of layer are parsed. - Source:
- Layer.js, line 141
Returns:
- Type
- object
-
LAYER_FACTORIES_XLS(createConfig, map, config, styles, bkg, callback) → {object}
-
Create XLS layer
Parameters:
Name Type Description createConfigBKGWebMap.ParseConfig BKGWebMap.ParseConfig object mapobject Map object configXLS XLS configuration stylesobject Object with styles (symbol_style|custom_style) bkgboolean This layer is generated from a BKG Layer callbackfunction Callback function. It will be called when all information of layer are parsed. - Source:
- Layer.js, line 185
Returns:
- Type
- object
-
layerSwitcher_options
-
- Source:
- Control/Control.js, line 22
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/layerSwitcher/active) divstring | null DIV ID. (/options/tools/layerSwitcher/div) stylestring CSS Class used for styling. (/options/tools/layerSwitcher/style) editStyleboolean User can change style of vector layers. (/options/tools/layerSwitcher/editStyle) changeVisibilityboolean User can change visibility of layers. (/options/tools/layerSwitcher/changeVisibility) changeOrderboolean User can change layer order. (/options/tools/layerSwitcher/changeOrder) showWMSLayersboolean Show layers of WMS Services in menu. (/options/tools/layerSwitcher/showWMSLayers) openLevelinteger Define which level of layerswitcher should be open. 0: Menu is closed, 1: Basemaps/Overlays menu is open, 2: Group layers are open. (/options/tools/layerSwitcher/openLevel) -
legend_options
-
- Source:
- Control/Control.js, line 57
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/legend/active) divstring | null DIV ID. (/options/tools/legend/div) stylestring CSS Class used for styling. (/options/tools/legend/style) -
MARKER
-
MARKER layer (/layers/baseLayer|overlays/items/MARKER)
- Source:
- MapBuilder.js, line 294
Properties:
Name Type Description typestring Type of layer: MARKER (/layers/baseLayer|overlays/items/MARKER/type) idstring | null Unique ID. It will be used in permaLink and persistence JSON. If not available, it will be added by Framework. (/layers/baseLayer|overlays/items/MARKER/id) namestring Name of layer shown in Menu. (/layers/baseLayer|overlays/items/MARKER/name) visibilityboolean Initial visibility of layer. (/layers/baseLayer|overlays/items/MARKER/visibility) srsNamestring | null Projection of layer. If null, then EPSG 4326 will be used. (/layers/baseLayer|overlays/items/MARKER/srsName) markersArray.<object> List of markers. (/layers/baseLayer|overlays/items/MARKER/markers)
Below are properties of each Object in Array:coordinatesobject Coordinates of marker. The coordinate system is defined through srsName. (/layers/baseLayer|overlays/items/MARKER/coordinates) Properties
Name Type Description latnumber Marker latitude. (/layers/baseLayer|overlays/items/MARKER/coordinates/lat) lonnumber Marker longitude. (/layers/baseLayer|overlays/items/MARKER/coordinates/lon) markers.contentstring Content for info area. Markup is allowed. (/layers/baseLayer|overlays/items/MARKER/markers/content) minResolutionnumber Minimum resolution. (/layers/baseLayer|overlays/items/MARKER/minResolution) maxResolutionnumber Maximum resolution. (/layers/baseLayer|overlays/items/MARKER/maxResolution) editboolean Enable edit layer. Always false. (/layers/baseLayer|overlays/items/MARKER/edit) stylestring | null Style of WFS. Use /styles/items/name. (/layers/baseLayer|overlays/items/MARKER/style) opacitynumber Default Opacity. (Values: 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1)(/layers/baseLayer|overlays/items/MARKER/opacity) copyrightstring | null Copyright. If null or empty it will be parsed from GetCapabilities. (/layers/baseLayer|overlays/items/MARKER/copyright) legendUrlstring | null URL for legend. (/layers/baseLayer|overlays/items/MARKER/legendUrl) -
measure_options
-
- Source:
- Control/Control.js, line 110
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/measure/active) divstring | null DIV ID. (/options/tools/measure/div) stylestring CSS Class used for styling. (/options/tools/measure/style) -
NONE
-
NONE layer (/layers/baseLayer/items/NONE)
- Source:
- MapBuilder.js, line 406
Properties:
Name Type Description typestring Type of layer: NONE (/layers/baseLayer/items/NONE/type) idstring | null Unique ID. It will be used in permaLink and persistence JSON. If not available, it will be added by Framework. (/layers/baseLayer/items/NONE/id) -
overviewMap_options
-
- Source:
- Control/Control.js, line 392
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/overviewMap/active) positionstring Position of control. It will be used only if div is null. Values: 'top-left', 'top-right', 'bottom-left', 'bottom-right' or CSS properties (e.g. 'left: 5px; top: 10px;'). (/options/tools/overviewMap/position) divstring | null DIV ID. (/options/tools/overviewMap/div) collapsibleboolean Overview map can be collapsed. (/options/tools/overviewMap/collapsible) collapsedboolean Overview map should start collapsed. (/options/tools/overviewMap/collapsed) layersarray | null Array with layer IDs that should be shown in overview map. If empty or null, all layers will be used.. (/options/tools/overviewMap/layers) onlyFullScreenboolean Link available only in full screen mode. (/options/tools/overviewMap/items/onlyFullScreen) -
scalebar_options
-
- Source:
- Control/Control.js, line 144
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/scalebar/active) positionstring Position of control. It will be used only if div is null. Values: 'top-left', 'top-right', 'bottom-left', 'bottom-right' or CSS properties (e.g. 'left: 5px; top: 10px;'). (/options/tools/scalebar/position) scalebarTypestring Type of scalebar. (Values: "mapscale", "resolution", "distance", "mapscaleDistance", "resolutionDistance") (/options/tools/scalebar/scalebarType) divstring | null DIV ID. (/options/tools/scalebar/div) stylestring CSS Class used for styling. (/options/tools/scalebar/style) onlyFullScreenboolean Tool available only in full screen mode. (/options/tools/scalebar/onlyFullScreen) -
searchCoordinates_options
-
- Source:
- Control/Control.js, line 282
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/searchCoordinates/active) divstring | null DIV ID. (/options/tools/searchCoordinates/div) stylestring CSS Class used for styling. (/options/tools/searchCoordinates/style) coordinateSystemsArray.<object> Coordinate systems for dropdown menu. (/options/tools/searchCoordinates/coordinateSystems)
Below are properties of each Object in Array:Properties
Name Type Description epsgstring EPSG code. (/options/tools/searchCoordinates/coordinateSystems/items/epsg) namestring Name of coordinate system. (/options/tools/searchCoordinates/coordinateSystems/items/name) -
share_options
-
- Source:
- Control/Control.js, line 318
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/share/active) divstring | null DIV ID. (/options/tools/share/div) stylestring CSS Class used for styling. (/options/tools/share/style) printobject Print map. (/options/tools/share/print) Properties
Name Type Description activeboolean Activate tool. (/options/tools/share/print/active) stylesheetstring URL of stylesheet file that can be used when printing. (/options/tools/share/print/stylesheet) permaLinkobject Use URL paramaters for exporting-importing map status. (/options/tools/share/permaLink) Properties
Name Type Description activeboolean Activate tool. (/options/tools/share/permaLink/active) jsonExportobject Export-Import JSON with current status of application. (/options/tools/share/jsonExport) Properties
Name Type Description activeboolean Activate tool. (/options/tools/share/jsonExport/active) appNamestring Name of BKG Webmap implementation that will be used in exported JSON. (/options/tools/share/jsonExport/appName) -
showAttributes_options
-
- Source:
- Control/Control.js, line 42
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/showAttributes/active) divstring | null DIV ID. (/options/tools/showAttributes/div) stylestring CSS Class used for styling. (/options/tools/showAttributes/style) -
showCoordinates_options
-
- Source:
- Control/Control.js, line 163
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/showCoordinates/active) positionstring Position of control. It will be used only if div is null. Values: 'top-left', 'top-right', 'bottom-left', 'bottom-right' or CSS properties (e.g. 'left: 5px; top: 10px;'). (/options/tools/showCoordinates/position) coordinateSystemsArray.<object> Coordinate systems for dropdown menu. (/options/tools/showCoordinates/coordinateSystems)
Below are properties of each Object in Array:Properties
Name Type Description epsgstring EPSG code. (/options/tools/searchCoordinates/showCoordinates/items/epsg) namestring Name of coordinate system. (/options/tools/showCoordinates/coordinateSystems/items/name) divstring | null DIV ID. (/options/tools/showCoordinates/div) stylestring CSS Class used for styling. (/options/tools/showCoordinates/style) -
staticLinks_options
-
- Source:
- Control/Control.js, line 183
Properties:
Name Type Description positionstring Position of control. It will be used only if div is null. Values: 'top-left', 'top-right', 'bottom-left', 'bottom-right' or CSS properties (e.g. 'left: 5px; top: 10px;'). (/options/tools/staticLinks/items/position) divstring | null DIV ID. (/options/tools/staticLinks/items/div) stylestring CSS Class used for styling. (/options/tools/staticLinks/items/style) urlstring URL for link. (/options/tools/staticLinks/items/url) titlestring Title for link shown on hover. (/options/tools/staticLinks/items/title) contentstring Content for link. Markup is allowed. (/options/tools/staticLinks/items/content) onlyFullScreenboolean Link available only in full screen mode. (/options/tools/staticLinks/items/onlyFullScreen) -
staticWindows_options
-
- Source:
- Control/Control.js, line 203
Properties:
Name Type Description activeboolean Should window be initially open or close. (/options/tools/staticWindows/active) positionstring Position of control. It will be used only if div is null. Values: 'top-left', 'top-right', 'bottom-left', 'bottom-right' or CSS properties (e.g. 'left: 5px; top: 10px;'). (/options/tools/staticWindows/items/position) divstring | null DIV ID. (/options/tools/staticWindows/items/div) stylestring CSS Class used for styling. (/options/tools/staticWindows/items/style) sizeArray.<integer> Size of window in pixel [width, height]. (/options/tools/staticWindows/items/size) titlestring Title for link shown on hover. (/options/tools/staticWindows/items/title) contentstring Content for link. Markup is allowed. (/options/tools/staticWindows/items/content) onlyFullScreenboolean Link available only in full screen mode. (/options/tools/staticWindows/items/onlyFullScreen) -
symbol_style
-
GROUP layer (/styles/items/symbol)
- Source:
- MapBuilder.js, line 431
Properties:
Name Type Description namestring Name of style. This should be used as reference for a layer. (/styles/items/symbol/name) typestring Type of style: symbol. (/styles/items/symbol/type) fillColorstring Fill color for vector layers. A hexadecimal value. (/styles/items/symbol/fillColor) strokeColorstring Stroke color for vector layers. A hexadecimal value. (/styles/items/symbol/strokeColor) symbolstring Symbol for vector layers (points). (Values: "marker", "star", "circle", "dottedCircle", "pentagon") (/styles/items/symbol/symbol) -
timeSlider_options
-
- Source:
- Control/Control.js, line 412
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/timeSlider/active) positionstring Position of control. It will be used only if div is null. Values: 'top-left', 'top-right', 'bottom-left', 'bottom-right' or CSS properties (e.g. 'left: 5px; top: 10px;'). (/options/tools/timeSlider/position) divstring | null DIV ID. (/options/tools/timeSlider/div) stylestring CSS Class used for styling. (/options/tools/timeSlider/style) -
WFS
-
WFS layer (/layers/baseLayer|overlays/items/WFS)
- Source:
- MapBuilder.js, line 273
Properties:
Name Type Description typestring Type of layer: WFS (/layers/baseLayer|overlays/items/WFS/type) idstring | null Unique ID. It will be used in permaLink and persistence JSON. If not available, it will be added by Framework. (/layers/baseLayer|overlays/items/WFS/id) namestring Name of layer shown in Menu. (/layers/baseLayer|overlays/items/WFS/name) typenamestring Typename of WFS (namespace:featuretype). (/layers/baseLayer|overlays/items/WFS/typename) urlstring Service-URL. (/layers/baseLayer|overlays/items/WFS/url) visibilityboolean Initial visibility of layer. (/layers/baseLayer|overlays/items/WFS/visibility) srsNamestring | null Projection of layer. If null, then EPSG 25832 will be used. (/layers/baseLayer|overlays/items/WFS/srsName) formatstring | null Format for WFS layers. If null, then GML3 will be used. (Values: "GEOJSON", "GML2" ,"GML3") (/layers/baseLayer|overlays/items/WFS/format) versionstring | null WFS version. If null, 1.1.0 will be used. (Values: "1.0.0", "1.1.0", 2.0.0") (/layers/baseLayer|overlays/items/WFS/version) tilesboolean Load layer using tile strategy. (/layers/baseLayer|overlays/items/WFS/tiles) minResolutionnumber Minimum resolution. (/layers/baseLayer|overlays/items/WFS/minResolution) maxResolutionnumber Maximum resolution. (/layers/baseLayer|overlays/items/WFS/maxResolution) editboolean Enable edit layer. Always false. (/layers/baseLayer|overlays/items/WFS/edit) stylestring | null Style of WFS. Use /styles/items/name. (/layers/baseLayer|overlays/items/WFS/style) opacitynumber Default Opacity. (Values: 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1)(/layers/baseLayer|overlays/items/WFS/opacity) copyrightstring | null Copyright. If null or empty it will be parsed from GetCapabilities. (/layers/baseLayer|overlays/items/WFS/copyright) legendUrlstring | null URL for legend. (/layers/baseLayer|overlays/items/WFS/legendUrl) -
WMS
-
WMS layer (/layers/baseLayer|overlays/items/WMS)
- Source:
- MapBuilder.js, line 218
Properties:
Name Type Description typestring Type of layer: WMS (/layers/baseLayer|overlays/items/WMS/type) idstring | null Unique ID. It will be used in permaLink and persistence JSON. If not available, it will be added by Framework. (/layers/baseLayer|overlays/items/WMS/id) namestring Name of layer shown in Menu. (/layers/baseLayer|overlays/items/WMS/name) urlstring Service-URL. (/layers/baseLayer|overlays/items/WMS/url) layersArray.<object> Layers of specific service that should be loaded. If empty, then all available layers will be loaded. (/layers/baseLayer|overlays/items/WMS/layers)
Below are properties of each Object in Array:Properties
Name Type Description idstring | null Unique ID. (/layers/baseLayer|overlays/items/WMS/layers/id) namestring Name of layer shown in Menu. (/layers/baseLayer|overlays/items/WMS/layers/name) layerstring Name of layer to load. (/layers/baseLayer|overlays/items/WMS/layers/layer) visibilityboolean Initial visibility of layer. (/layers/baseLayer|overlays/items/WMS/layers/visibility) stylestring | null Style of layer. (/layers/baseLayer|overlays/items/WMS/layers/style) selectStyleboolean The user is able to select a style for this layer. (/layers/baseLayer|overlays/items/WMS/layers/selectStyle) legendUrlstring | null URL for legend. If empty or null, legend will be loaded using GetLegendGraphic. (/layers/baseLayer|overlays/items/WMS/layers/legendUrl) minResolutionnumber Minimum resolution. (/layers/baseLayer|overlays/items/WMS/layers/minResolution) maxResolutionnumber Maximum resolution. (/layers/baseLayer|overlays/items/WMS/layers/maxResolution) visibilityboolean Selected visibility of layer. (/layers/baseLayer|overlays/items/WMS/visibility) tilesboolean Load tiles or single image. (/layers/baseLayer|overlays/items/WMS/tiles) versionstring | null WMS version. If null, 1.3.0 will be used. (Values: "1.1.0", "1.1.1", 1.3.0") (/layers/baseLayer|overlays/items/WMS/version) srsNamestring | null Projection of layer. If null, then EPSG 25832 will be used. (/layers/baseLayer|overlays/items/WMS/srsName) minResolutionnumber Minimum resolution. (/layers/baseLayer|overlays/items/WMS/minResolution) maxResolutionnumber Maximum resolution. (/layers/baseLayer|overlays/items/WMS/maxResolution) opacitynumber Default Opacity. (Values: 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1)(/layers/baseLayer|overlays/items/WMS/opacity) legendUrlstring | null URL for legend. If empty or null, legend will be loaded using GetLegendGraphic. It has priority over legendUrl in each WMS-Layer (/layers/WMS/layers/items/legendUrl). (/layers/baseLayer|overlays/items/WMS/legendUrl) copyrightstring | null Copyright. If null or empty it will be parsed from GetCapabilities. (/layers/baseLayer|overlays/items/WMS/copyright) timeobject Time options for WMS-T. (/layers/baseLayer|overlays/items/WMS/time) Properties
Name Type Description activeboolean Activate tool. (/layers/baseLayer|overlays/items/WMS/time/active) valuesstring Specify time range and interval in ISO 8601 format. Example: '2016-03-10T23:00:00.000Z/2016-03-15T23:00:00.000Z/P1D'. Infos: https://en.wikipedia.org/wiki/ISO_8601. (/layers/baseLayer|overlays/items/WMS/time/values) modestring Time slider mode. Values: 'period|time'. If not defined, both modes will be used. defaultstring Default value for time slider -
WMTS
-
WTMS layer (/layers/baseLayer|overlays/items/WTMS)
- Source:
- MapBuilder.js, line 250
Properties:
Name Type Description typestring Type of layer: WMTS (/layers/baseLayer|overlays/items/WMTS/type) idstring | null Unique ID. It will be used in permaLink and persistence JSON. If not available, it will be added by Framework. (/layers/baseLayer|overlays/items/WMTS/id) namestring Name of layer shown in Menu. (/layers/baseLayer|overlays/items/WMTS/name) urlstring Service-URL. (/layers/baseLayer|overlays/items/WMTS/url) layerstring Service-URL. If the URL ends with .xml, then make a getCapabilites request and use the response to load the layer.(/layers/baseLayer|overlays/items/WMTS/layer) visibilityboolean Initial visibility of layer. (/layers/baseLayer|overlays/items/WMTS/visibility) srsNamestring | null Projection of layer. If null, then EPSG 25832 will be used. (/layers/baseLayer|overlays/items/WMTS/srsName) tileGridobject Tile grid options (/layers/baseLayer|overlays/items/WMTS/tileGrid) Properties
Name Type Description originarray | null Tile grid origin. Array with numbers [lon, lat] or null. (/layers/baseLayer|overlays/items/WMTS/tileGrid/origin) resolutionsarray | null Array with numbers. (/layers/baseLayer|overlays/items/WMTS//tileGrid/resolutions) matrixIdsarray | null Array with strings. The length of this array needs to match the length of the resolutions array. (/layers/baseLayer|overlays/items/WMTS//tileGrid/matrixIds) versionstring | null WMTS version. Always 1.0.0 (/layers/baseLayer|overlays/items/WMTS/version) minResolutionnumber Minimum resolution. (/layers/baseLayer|overlays/items/WMTS/minResolution) maxResolutionnumber Maximum resolution. (/layers/baseLayer|overlays/items/WMTS/maxResolution) stylestring | null Style of WMTS. If null, default will be loaded. (/layers/baseLayer|overlays/items/WMTS/style) matrixSetstring | null Matrix set. (/layers/baseLayer|overlays/items/WMTS/matrixSet) opacitynumber Default Opacity. (Values: 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1)(/layers/baseLayer|overlays/items/WMTS/opacity) copyrightstring | null Copyright. If null or empty it will be parsed from GetCapabilities. (/layers/baseLayer|overlays/items/WMTS/copyright) legendUrlstring | null URL for legend. (/layers/WMS/layers/items/legendUrl). (/layers/baseLayer|overlays/items/WMTS/legendUrl) -
XLS
-
XLS layer (/layers/baseLayer|overlays/items/XLS)
- Source:
- MapBuilder.js, line 340
Properties:
Name Type Description typestring Type of layer: XLS (/layers/baseLayer|overlays/items/XLS/type) idstring | null Unique ID. It will be used in permaLink and persistence JSON. If not available, it will be added by Framework. (/layers/baseLayer|overlays/items/XLS/id) namestring Name of layer shown in Menu. (/layers/baseLayer|overlays/items/XLS/name) urlstring URL of Excel file. (/layers/baseLayer|overlays/items/XLS/url) visibilityboolean Initial visibility of layer. (/layers/baseLayer|overlays/items/XLS/visibility) srsNamestring | null Projection of layer. If null, then EPSG 4326 will be used. (/layers/baseLayer|overlays/items/XLS/srsName) excelOptionsobject Options only for XLS layer. (/layers/baseLayer|overlays/items/XLS/csvOptions) Properties
Name Type Description headerboolean Should the first row be used as header. (/layers/baseLayer|overlays/items/XLS/excelOptions/header) columnsToParseArray.<integer> Names (strings) or positions (integer) of columns that should be used as attributes. 1 is the start position. If null, then all columns will be used. (/layers/baseLayer|overlays/items/XLS/excelOptions/columnsToParse) columnNamesArray.<integer> ADefine custom column names. Used only if header is false. The length should be the same as in columnsToParse.. (/layers/baseLayer|overlays/items/XLS/excelOptions/columnNames) LatColumnstring | integer Name (string) or position (integer) of column with coordinates (Lat). The coordinate system is defined through srsName. (/layers/baseLayer|overlays/items/XLS/excelOptions/LatColumn) LonColumnstring | integer Name (string) or position (integer) of column with coordinates (Lon). The coordinate system is defined through srsName. (/layers/baseLayer|overlays/items/XLS/excelOptions/LonColumn) minResolutionnumber Minimum resolution. (/layers/baseLayer|overlays/items/XLS/minResolution) maxResolutionnumber Maximum resolution. (/layers/baseLayer|overlays/items/XLS/maxResolution) editboolean Enable edit layer. Always false. (/layers/baseLayer|overlays/items/XLS/edit) stylestring | null Style of WFS. Use /styles/items/name. (/layers/baseLayer|overlays/items/XLS/style) opacitynumber Default Opacity. (Values: 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1)(/layers/baseLayer|overlays/items/XLS/opacity) copyrightstring | null Copyright. If null or empty it will be parsed from GetCapabilities. (/layers/baseLayer|overlays/items/XLS/copyright) legendUrlstring | null URL for legend. (/layers/baseLayer|overlays/items/XLS/legendUrl) -
zoom_options
-
- Source:
- Control/Control.js, line 72
Properties:
Name Type Description activeboolean Activate tool. (/options/tools/zoom/active) showZoomLevelboolean Show zoom level as text under the zoom buttons. (/options/tools/zoom/showZoomLevel) zoomToFullExtentboolean Zoom to full extent button. (/options/tools/zoom/zoomToFullExtent) historyboolean Navigation history buttons. (/options/tools/zoom/history) positionstring Position of control. It will be used only if div is null. Values: 'top-left', 'top-right', 'bottom-left', 'bottom-right' or CSS properties (e.g. 'left: 5px; top: 10px;'). (/options/tools/zoom/position) divstring | null DIV ID. (/options/tools/zoom/div) stylestring CSS Class used for styling. (/options/tools/zoom/style) onlyFullScreenboolean Tool available only in full screen mode. (/options/tools/zoom/onlyFullScreen)