Files
oai-symfony/typo3conf/ext/ods_osm/Configuration/TypoScript/constants.typoscript
2026-07-03 17:53:31 +02:00

53 lines
2.2 KiB
Plaintext

plugin.tx_odsosm_pi1 {
# cat=OpenStreetMap//0010; type=options[none,jquery]; label=JavaScript library
JSlibrary = none
# cat=OpenStreetMap//0021; type=options[Leaflet=leaflet,Openlayers=openlayers,Static=staticmap]; label=Library: Choose between https://leafletjs.com/, http://openlayers.org/ or a static map without javascript.
library = leaflet
# cat=OpenStreetMap//0030; type=boolean; label=External control: Allow control with GET or POST.
external_control = 0
# cat=OpenStreetMap//1000; type=string; label=Width: Width of the map.
width = 80vw
# cat=OpenStreetMap//1010; type=string; label=Height: Height of the map.
height = 80vh
# cat=OpenStreetMap//1020; type=options[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]; label=Zoom: Zoom level.
zoom = 15
# cat=OpenStreetMap//1030; type=string; label=Base layer IDs: Show maps with the given IDs. The user can switch between these base layers if the layerswitcher is enabled.
layer = 1
# cat=OpenStreetMap//1040; type=boolean; label=Cluster: Cluster marker at lower map zoom.
cluster = 0
# cat=OpenStreetMap//1041; type=int; label=Cluster radius: Cluster marker in given radius.
cluster_radius = 80
# cat=OpenStreetMap//1050; type=options[Hide map=0,Show map=1]; label=No marker: What to do if no marker is defined.
no_marker = 1
# cat=OpenStreetMap//1060; type=boolean; label=Use coordinates only if no marker exists: Use the default coordinates only if no marker exists.
use_coords_only_nomarker = 1
# cat=OpenStreetMap//1060; type=boolean; label=Position: Get current user postion from browser to center the map.
position = 0
# cat=OpenStreetMap//2000; type=boolean; label=Show mouse position.
mouse_position = 0
# cat=OpenStreetMap//2020; type=options[No=0,Click=1,Hover=2]; label=Show popup: Show popup window with record information.
show_popups = 1
# cat=OpenStreetMap//2030; type=options[No=0,Closed=1,Opened=2]; label=Show layerswitcher: Show layerswitcher which allows the user to hide markers from the same group.
show_layerswitcher = 1
# cat=OpenStreetMap//2030; type=boolean; label=Show Fullscreen: Show Fullscreen Button.
show_fullscreen = 1
# cat=OpenStreetMap//2050; type=boolean; label=Show ScaleBar: Show a scale line on the map.
show_scalebar = 0
}