32 lines
1.9 KiB
HTML
Executable File
32 lines
1.9 KiB
HTML
Executable File
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:bk2k="http://typo3.org/ns/BK2K/BootstrapPackage/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
<f:if condition="{settings.useLayerSwitcher} === '1' && {settings.controllsPositions} === '2'">
|
|
<input class="a2g-map-layer-swipe form-range" type="range" style="width: 100%" value="{settings.layerSwitcherValue}">
|
|
</f:if>
|
|
|
|
<div class="d-flex justify-content-center">
|
|
<f:if condition="{settings.showRemoveMarkerButton} === '1'">
|
|
<div class="m-3 form-check form-switch">
|
|
<input id="{mapId}-hide-marker-{settings.controllsPositions}" class="form-check-input a2g-map-marker-visible-switcher" type="checkbox">
|
|
<label for="{mapId}-hide-marker-{settings.controllsPositions}" class="form-check-label">hide marker</label>
|
|
</div>
|
|
</f:if>
|
|
<f:if condition="{settings.showMyPositionButton} === '1'">
|
|
<div class="m-3 form-check form-switch">
|
|
<input id="{mapId}-lacate-me-{settings.controllsPositions}" class="form-check-input a2g-map-geolocate-me" type="checkbox">
|
|
<label for="{mapId}-hide-marker-{settings.controllsPositions}" class="form-check-label">locate me</label>
|
|
</div>
|
|
</f:if>
|
|
<f:if condition="{settings.showLayerSelect} === '1' && {countMapLayers}>1">
|
|
<div class="m-3">
|
|
<label>Geometry type </label>
|
|
<select class="a2g-map-layer-select">
|
|
</select>
|
|
</div>
|
|
</f:if>
|
|
</div>
|
|
|
|
<f:if condition="{settings.useLayerSwitcher} === '1' && ( {settings.controllsPositions} === '1' || {settings.controllsPositions} === '3'} )">
|
|
<input class="a2g-map-layer-swipe form-range" type="range" style="width: 100%" value="{settings.layerSwitcherValue}">
|
|
</f:if>
|
|
</html>
|