[TYPO3-english] WEC Map FE User Coordinates

Jan Bartels j.bartels at arcor.de
Wed Jan 15 19:46:10 CET 2014


Am 15.01.2014 01:55, schrieb Miguel:
> However, i am not suceeding in making WEC Map search for the coordinates
> in the fields that i have created inside fe_users table: "user_lat" and
> "user_long". The map is still giving me the users with the cache
> coordinates.
>
> So if you please give a quick check in my code, i would appreciate very
> much.
Unset the default configuration first (I haven't tried it, though):

unset $TCA['fe_users']['ctrl']['EXT']['wec_map'];
> $TCA['fe_users']['ctrl']['EXT']['wec_map'] = array (
> 'isMappable' => 1,
> 'latlongFields' => array (
> 'lat' => 'user_lat',
> 'long' => 'user_long',
> ),
> );

Jan



More information about the TYPO3-english mailing list