Object literal with config options for the bgSelector control.
- Source:
Object literal with config options for the bgSelector control.
Object literal with config options for the feature recenter.
If set, the popup is displayed when clicking the feature.
Comma-separated list of ids. Required.
Layer identifier Required.
The maximal zoom level to use when zooming on a feature. Default is 17.
If set to true, a marker is shown. Default is true.
The container for the feature popup, either the element itself or
the id
of the element. Required.
The address object to send to the geocoding webservice.
The locality name. Required.
The house number. Required.
The complete address into one string. Required.
The street name. Required.
The postal code. Required.
Object literal with config options for the layer manager control.
Object literal with config options for the layer.
Object literal with config options for the layers.
Object literal with config options for the map.
Identifier of background layer. Default to basemap_2015_global
.
Style to apply to vector tile background layer.
XYZ layer to apply to vector tile background layer when printing. Ex: 'https://vectortiles.geoportail.lu/styles/roadmap/{z}/{x}/{y}.png'.
Set the presence of a background selector control in the map. (not included by default).
Function called when the objects are initialized.
Controls initially added to the map. If not specified,
ol.control.defaults()
is used plus a rotate control
.
Set the presence of features to recenter on & to show markers for. (not included by default).
Interactions initially added to the map. If not specified,
ol.interaction.defaults()
is used, plus a dragRotate interaction
.
Function called when an info layer is return.
Set the presence of a layer manager control. (not included by default)
Array of opacities for the layers.
Array of overlay layer identifiers.
Array of visibilities for the layers.
Allows the user to zoom the map by scrolling the mouse wheel. Default is true.
If the popup should automatically pan or not. Default is false.
The css class of the element that contains each row
Function called to transform the result of the information popup.
The container for map popups, either the element itself or the id
of the
element.
The initial position of the center for the map view. The coordinate system
for the center is specified with the positionSrs
option.
If a center is defined in the view, then this parameter will override the center defined in the view.
The projection of the position coordinates.
Default is 2169
.
Array of queryable layers.
The search configuration.
If set to true, it displays the feature information in a popup or in popupTarget element.
The container for the map, either the element itself or the id
of the
element. Required.
The map's view.
Object literal with config options for the maker.
Object literal with config options for the mouse position control.
Fit to the mymaps extent. Default value is true. Required.
The layer visibility. Default is visible. Required.
The map identifier.
An array of map identifiers.
The name of the mymaps layer. Required.
If set, the function is called when clicking on the object and the popup is not displayed.
The function called once the map is loaded. Optional.
The id of the element in which to put the profile (without #). Optional. It is recommended to set the display style to none at first. The display will then be set to block adequately.
If true, the popup is displayed on click. Default is True.
Address returned by the reverse geocoding webservice.
The distance in meter between the coordinate and the found address. Required.
The location of the found address. Required.
The internal id of the batiment. Required.
The internal id of the street. Required.
The locality of the found address. Required.
The house number. Required.
The postal code of the locality. Required.
The street name. Required.
Object literal with config options for the search.
A dataSets Array of layer used as search sources. Default is Adresse. Possible values are 'Adresse' and 'Coordinates'.
The function to be called when an entry is selected. The default function center the map on the selection and add an overlay.
The container for the map, either the element itself or the id
of the
element. Required.
Object literal with config options for the vector (GPX/KML) layer.
If set, the popup is displayed when clicking the feature.
True if map should fit to the vector. Default and undefined are true.
The layer name.
If set, and if click is true then the function is called with the feature as parameter.
Callback function called when a feature is added.
Interval after which to reload the vector layer (in seconds).
The style function.
The container for the feature popup, either the element itself or
the id
of the element.