[TYPO3-calendar] wec_map integration

Mario Matzulla mario at matzullas.de
Thu Oct 2 21:28:37 CEST 2014


Hi Jan,

Am 01.10.14 um 19:31 schrieb Jan Bartels:
> Am 01.10.2014 um 12:11 schrieb Marc Wöhlken:
>> When in event detail view I get a link to a google map, showing the
>> corresponding location.
> Ok. That's the standard behaviour.
> 
>> Can this map directly be included into the event detail view?
> I'm not sure. Try to insert the ###MODULE__LOCATIONLOADER### into the
> detail view. I don't know if the ###MAP###-marker is replaced by cal in
> this configuration. There may be some TypoScript neccessary like
> plugin.tx_cal_controller.view.event.showMap = 1, which I haven't seen so
> far. Maybe Mario can answer this question.
> 
> Jan
> 
> 
Correct, the TS for the map is built dynamically:
view.{view}.{object}.showMap = 1

and all the map settings too:
view.{view}.{object}.map {
	# Map configuration goes here
}

So to get it working in an event view you should copy the TS to:
view.event.event.showMap = 1
view.event.event.map {
	# Map configuration goes here
}

Regards,
Mario


More information about the TYPO3-project-calendar mailing list