diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-06-29 15:02:31 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-06-29 15:02:31 -0700 |
commit | fb71db6be34bc43272c0f7d31c149c7be64e5066 (patch) | |
tree | d7dda300dbf4c064b20fbec7aa35100953a2a2e5 | |
parent | 146c2e9563b8afc05fe283791b998723ca585742 (diff) |
tomtom global geocoder shut down (even for existing clients) in dec 2015
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e1b2db847..ef841ad4e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4603,7 +4603,6 @@ and customer address. Include units.', 'usps' => 'U.S. Postal Service', 'uscensus' => 'U.S. Census Bureau', 'ezlocate' => 'EZLocate', - 'tomtom' => 'TomTom', 'melissa' => 'Melissa WebSmart', 'freeside' => 'Freeside web service (support contract required)', ], @@ -4624,13 +4623,6 @@ and customer address. Include units.', }, { - 'key' => 'tomtom-userid', - 'section' => 'UI', - 'description' => 'TomTom geocoding service API key. See <a href="http://www.tomtom.com/">the TomTom website</a> to obtain a key. This is recommended for addresses in the United States only.', - 'type' => 'text', - }, - - { 'key' => 'ezlocate-userid', 'section' => 'UI', 'description' => 'User ID for EZ-Locate service. See <a href="http://www.geocode.com/">the TomTom website</a> for access and pricing information.', |