-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathext_emconf.php
More file actions
20 lines (19 loc) · 1000 Bytes
/
ext_emconf.php
File metadata and controls
20 lines (19 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Tile Proxy',
'description' => 'Integrate OpenStreetMap without the need for a cookie banner or content blocker - that is the purpose of ext:tile_maps. All requests for map tiles are routed through a configurable proxy url within your TYPO3-system. Since the client browser does not directly requests the OpenStreetMap-server no user confirmation and no content blockers are necessary (GDPR compliant). A proxy is also provided for geocoding nominatim. For a certain area (as specified in the TYPO3-backend) the tiles are cached to improve performance.',
'author' => 'Thomas Rokohl (codemacher)',
'author_email' => 'mail@codemacher.de',
'category' => 'plugin',
'author_company' => 'codemacher',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '1.3.10',
'constraints' => [
'depends' => [
'typo3' => '13.4.99-14.2.99'
],
'conflicts' => [],
'suggests' => []
]
];