forked from jweiland-net/maps2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
51 lines (48 loc) · 3.47 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# cat=basic; type=options[LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:mapProvider.both=both,Google=gm,Open Street Map=osm]; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:mapProvider
mapProvider = both
# cat=basic; type=options[Google=gm,OpenStreetMap=osm]; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:defaultMapProvider
defaultMapProvider = gm
# cat=basic; type=options[Empty=Empty,Point=Point,Radius=Radius,Area=Area,Route=Route]; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:defaultMapType
defaultMapType = Empty
# cat=basic; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:defaultCountry
defaultCountry =
# cat=basic; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:defaultLatitude
defaultLatitude =
# cat=basic; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:defaultLongitude
defaultLongitude =
# cat=basic; type=int+; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:defaultRadius
defaultRadius = 250
# cat=basic; type=boolean; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:explicitAllowMapProviderRequests
explicitAllowMapProviderRequests = 0
# cat=basic; type=boolean; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:explicitAllowMapProviderRequestsBySessionOnly
explicitAllowMapProviderRequestsBySessionOnly = 0
# cat=basic; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:infoWindowContentTemplatePath
infoWindowContentTemplatePath = EXT:maps2/Resources/Private/Templates/InfoWindowContent.html
# cat=gm; type=wrap; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:googleMapsLibrary
googleMapsLibrary = https://maps.googleapis.com/maps/api/js?key=|&libraries=places
# cat=gm; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:googleMapsGeocodeUri
googleMapsGeocodeUri = https://maps.googleapis.com/maps/api/geocode/json?address=%s&key=%s
# cat=gm; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:googleMapsApiKey
googleMapsJavaScriptApiKey =
# cat=gm; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:googleGeocodeApiKey
googleMapsGeocodeApiKey =
# cat=osm; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:openStreetMapGeocodeUri
openStreetMapGeocodeUri = https://nominatim.openstreetmap.org/search/%s?format=json&addressdetails=1
# cat=design/color; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:strokeColor
strokeColor = #FF0000
# cat=design/color; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:strokeOpacity
strokeOpacity = 0.8
# cat=design/color; type=int+; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:strokeWeight
strokeWeight = 2
# cat=design/color; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:fillColor
fillColor = #FF0000
# cat=design/color; type=string; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:fillOpacity
fillOpacity = 0.35
# cat=design; type=int+; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:markerIconWidth
markerIconWidth = 25
# cat=design; type=int+; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:markerIconHeight
markerIconHeight = 40
# cat=design; type=int+; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:markerIconAnchorPosX
markerIconAnchorPosX = 13
# cat=design; type=int+; label=LLL:EXT:maps2/Resources/Private/Language/ExtConf.xlf:markerIconAnchorPosY
markerIconAnchorPosY = 40