tomtom global geocoder shut down (even for existing clients) in dec 2015
authorIvan Kohler <ivan@freeside.biz>
Wed, 29 Jun 2016 22:02:24 +0000 (15:02 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 29 Jun 2016 22:02:24 +0000 (15:02 -0700)
FS/FS/Conf.pm

index 4615487..6303a34 100644 (file)
@@ -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.',