DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

koning_geo

This extension extends standard TYPO3 tables with location / geo data.

Installation

Install the extension. Configure $GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['koning_geo'] array in the extension manager. There are two fields:

Usage in backend

Every table that you enabled this functionality for will have a Location data tab in the backend. Fill in the name of the location as precise as possible (address, city, country). When found, the geo coordinates will be saved into the tx_koninggeo_domain_model_location table.

Usage in code

Use the KoninklijkeCollective\KoningGeo\Utility::getLocationData($uidForeign, $tableName) method to retrieve location data.

To do

Make extension work for custom tables.