diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-06-29 15:02:24 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-06-29 15:02:24 -0700 |
commit | 30f99916198e8e650a9e9cffe1f985202483378e (patch) | |
tree | 5e68bc749e045b6377442d69138057ea44e2df82 | |
parent | 674cb2d9d7105f4cc2871539b2e9f7088cdaa750 (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 46154879e..6303a3478 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4346,7 +4346,6 @@ and customer address. Include units.', 'select_hash' => [ '' => '', 'uscensus' => 'U.S. Census Bureau', 'usps' => 'U.S. Postal Service', - 'tomtom' => 'TomTom', 'melissa' => 'Melissa WebSmart', 'freeside' => 'Freeside web service (support contract required)', ], @@ -4367,13 +4366,6 @@ and customer address. Include units.', }, { - 'key' => 'tomtom-userid', - 'section' => 'UI', - 'description' => 'TomTom geocoding service API key. See <a href="http://geocoder.tomtom.com/">the TomTom website</a> to obtain a key. This is recommended for addresses in the United States only.', - 'type' => 'text', - }, - - { 'key' => 'melissa-userid', 'section' => 'UI', # it's really not... 'description' => 'User ID for Melissa WebSmart service. See <a href="http://www.melissadata.com/">the Melissa website</a> for access and pricing.', |