Christoph,
yes, that's what I've assumed.
But If I delete the address of the fist marker from the flexform and define it (markers.1) and a corresponding icon (icons.1) with existing files (arrow_green.png, arrow_green_shadow.png) and the right path in the extension template I only get the following result:
1. map appears with right location,
2. but with the default marker icon (mm_20_red.png) and an empty(!) info bubble.
Could you please tell me where I've made a mistake?
Thanks
Frank
-------------------------------------------------------------------------------
Here's the complete TS code I've entered:
plugin.tx_wecmap_pi1 {
height = 450
width = 570
controls.mapControlSize = 1
controls.showOverviewMap = 1
controls.showMapType = 1
controls.showScale = 1
zoomLevel = 13
icons.1 {
iconID = greenarrow
imagepath = fileadmin/templates/ext/wec_map/arrow_green.png
shadowpath = fileadmin/templates/ext/wec_map/arrow_green_shadow.png
width = 23
height = 34
shadowWidth = 41
shadowHeight = 34
anchorX = 6
anchorY = 20
infoAnchorX = 5
infoAnchorY = 1
title = TEXT
title.field = title
title.wrap = <font style="font-size:15px;"><b>|</b></font>
description = TEXT
description.field = description
description.wrap = <p><font style="font-size:13px;">|</p>
address = COA
address {
10 = TEXT
10.field = street
10.wrap = <font style="font-size:13px;"> | </font><br/>
20 = TEXT
20.field = zip
20.wrap = <font style="font-size:13px;"> | </font>
30 = TEXT
30.field = city
30.wrap = <font style="font-size:13px;"> |</font><br/>
40 = TEXT
40.field = state
40.wrap = <font style="font-size:13px;"> |</font>
50 = TEXT
50.field = country
50.wrap = <font style="font-size:13px;"> |</font>
}
}
markers.1 {
title = "Tum Bur"
description = das ZTR-Stammtisch-Lokal
street = Tippelstraße 10
city = Hattingen
zip = 45529
state =
country =
}
defaulttitle < tx_wecmap_api.defaulttitle
defaultdescription < tx_wecmap_api.defaultdescription
homeicon < tx_wecmap_api.homeicon
sidebar < tx_wecmap_api.sidebar
directions < tx_wecmap_api.directions
sidebarItem < tx_wecmap_api.sidebarItem
addressForm < tx_wecmap_api.addressForm
output < tx_wecmap_api.output
_CSS_DEFAULT_STYLE < tx_wecmap_api._CSS_DEFAULT_STYLE
}