From 30e531497d1e579ac2cb69ef38b86badf380c585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 22 Sep 2026 10:54:41 +0200 Subject: [PATCH] fix: default Geoapify base url to Europe --- .../ext/ep_theme/Configuration/TypoScript/constants.typoscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript index 4ac7db99..6f75c5ca 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript @@ -76,7 +76,7 @@ plugin.tx_eptheme { coronaUpdatesPageUid = # cat=eptheme/500/100; type=string; label=Map tile URL template (without apiKey) - mapTileUrl = https://maps.geoapify.com/v1/tile/osm-bright/{z}/{x}/{y}.png + mapTileUrl = https://api-eu.geoapify.com/v1/tile/osm-bright/{z}/{x}/{y}.png # cat=eptheme/500/110; type=string; label=Map tile API key (Geoapify), restricted by referrer mapApiKey = # cat=eptheme/500/120; type=string; label=Map attribution (Geoapify and OpenStreetMap credits are both required)