[TYPO3-german] WEC Map und NN Address

Stefan Wobbe stefan.wobbe at versanet.de
Wed Oct 8 11:44:57 CEST 2014


Hallo,

ich versuche die WEC Map mit NN Address zu verbinden. Soweit ich die WEC Map Anleitung vertsanden habe ist daszu ein Eintrag in der 
ext_tables.php von WEC map erforderlich.

Diesen habe ich basierend auf dem vorhandenen tt_address Eintrag erstellt:

 if(t3lib_extMgm::isLoaded('nn_address')) {
   t3lib_div::loadTCA('nn_address');
   $TCA['tx_nnaddress_domain_model_address']['ctrl']['EXT']['wec_map'] = array (
    'isMappable' => 1,
    'addressFields' => array (
    'street' => 'street',
    'city' => 'city',
    'state' => 'region',
    'zip' => 'zip',
    'country' => 'country',
    ),
    );
    }

Da ich keine Erfahrung mit Extension Entwicklung habe bin ich hier schon nicht sicher ob das so geht da es für NN Address mehrere Dateien im Ordner TCA gibt. Wie z.B. ADDRESS.php, GROUP.php etc.

Desweiteren habe ich folgendes TS Setup (Auszug) erstellt:

plugin.tx_wecmap_pi3 {
  centerLat = 52
  centerLong = 11
  zoomLevel = 2
  pid = 14
   tables {
     10 {
       table = tx_nnaddress_domain_model_address
}
}

Bis jetzt sind meine Bemühungen aber erfolglos geblieben. Ich hoffe jemand kann mir einen Tipp geben wie ich hier weiter komme.

Ich verwende 
Typo3 6.2.5
NN Address 2.3 docs.typo3.org/typo3cms/extensions/nn_address/ExtNnAddress/Index.html
WEC Map 3.1.1 docs.typo3.org/typo3cms/extensions/wec_map/

Gruß
Stefan


More information about the TYPO3-german mailing list