Fix incorrect coordinates determination in gmaps ce

This commit is contained in:
Björn Fromme
2018-07-03 09:13:27 +02:00
parent 272ca0bd8a
commit 36e3a09682
3 changed files with 26 additions and 22 deletions
@@ -9,18 +9,15 @@ tt_content.gmap {
where.wrap = uid=|
pidInList = {$plugin.tx_epproducts.settings.hotelsStoragePid}
as = hotel
dataProcessing {
10 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
10 {
table = tx_epproducts_domain_model_region
where.data = field:region
where.wrap = uid=|
pidInList = {$plugin.tx_epproducts.settings.destinationsStoragePid}
recursive = 2
as = region
}
}
}
20 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
20 {
table = tx_epproducts_domain_model_region
where.data = field:tx_eptheme_context_region
where.wrap = uid=|
pidInList = {$plugin.tx_epproducts.settings.destinationsStoragePid}
recursive = 2
as = region
}
}
settings.googleMapsApiKey = {$plugin.tx_eptheme.settings.googleMapsApiKey}