User Tools

Site Tools


map_suite_geocoder_features_bug_fixes_change_log

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
map_suite_geocoder_features_bug_fixes_change_log [2015/09/08 08:16]
admin
map_suite_geocoder_features_bug_fixes_change_log [2015/09/08 08:17]
admin
Line 31: Line 31:
 ThinkGeo.MapSuite.MapSuiteGeocoder Namespace: ThinkGeo.MapSuite.MapSuiteGeocoder Namespace:
  
-*Fixed the bug where some ZipCode are missed from the Index data +  ​*Fixed the bug where some ZipCode are missed from the Index data 
-*Improved the performance a lot of Geocoder and Reverse GeoCoder by supporting MultiThread +  *Improved the performance a lot of Geocoder and Reverse GeoCoder by supporting MultiThread 
-*Improved upgrade the Geocoder Index Data to Tiger 2012+  *Improved upgrade the Geocoder Index Data to Tiger 2012
  
  
Line 40: Line 40:
  
 ThinkGeo.MapSuite.MapSuiteGeocoder Namespace: ThinkGeo.MapSuite.MapSuiteGeocoder Namespace:
-*Fixed an issue where an exception is thrown when geocoding addresses containing specific characters such as '​--'​ or '​.'​. +  ​*Fixed an issue where an exception is thrown when geocoding addresses containing specific characters such as '​--'​ or '​.'​. 
-*Fixed an issue where addresses are not correct matched if using Abbreviations for Spanish-Language. +  *Fixed an issue where addresses are not correct matched if using Abbreviations for Spanish-Language. 
-*Fixed an issue where no matching address returned when Passing in Address, City & State separately. +  *Fixed an issue where no matching address returned when Passing in Address, City & State separately. 
-*Fixed an issue where the result of Formalize is incorrect when input text contains "​."​+  *Fixed an issue where the result of Formalize is incorrect when input text contains "​."​
  
  
Line 56: Line 56:
  
 ThinkGeo.MapSuite.MapSuiteGeocoder Namespace: ThinkGeo.MapSuite.MapSuiteGeocoder Namespace:
-*Added State FIPS into match result for ZipDbfMatchingPlugin. +  ​*Added State FIPS into match result for ZipDbfMatchingPlugin. 
-*Fixed an issue where an exception is thrown when geocoding underClosestStreetNumber match mode.+  *Fixed an issue where an exception is thrown when geocoding underClosestStreetNumber match mode.
  
  
Line 64: Line 64:
  
 ThinkGeo.MapSuite.MapSuiteGeocoder Namespace: ThinkGeo.MapSuite.MapSuiteGeocoder Namespace:
-*Fixed the issue that only Right Zip Code geocoding is supported, now it supports both sides. +  ​*Fixed the issue that only Right Zip Code geocoding is supported, now it supports both sides. 
-*Added the support for street aliases geocoding.  +  *Added the support for street aliases geocoding.  
-*Added ability to filter the result list according to input state name. +  *Added ability to filter the result list according to input state name. 
-*Removed the LINQ related classes to make it easier to use under other platforms. +  *Removed the LINQ related classes to make it easier to use under other platforms. 
-*Added a cache to the binary search to increase lookup speeds. +  *Added a cache to the binary search to increase lookup speeds. 
-*Added ability to filter the result list according to input city name. +  *Added ability to filter the result list according to input city name. 
-*Added Name property in GeocoderMatchResult.+  *Added Name property in GeocoderMatchResult.
  
  
Line 76: Line 76:
 Release date: 6/15/2010 Release date: 6/15/2010
  
-*Updated assembly version to 4.0.0.0; included strong-named and weak-named assemblies. Please see the latest post in the [[http://​gis.thinkgeo.com/​Support/​DiscussionForums/​tabid/​143/​afv/​topicsview/​aff/​16/​Default.aspx|Developer Blog]] for full details.+  ​*Updated assembly version to 4.0.0.0; included strong-named and weak-named assemblies. Please see the latest post in the [[http://​gis.thinkgeo.com/​Support/​DiscussionForums/​tabid/​143/​afv/​topicsview/​aff/​16/​Default.aspx|Developer Blog]] for full details.
  
  
Line 83: Line 83:
  
 ThinkGeo.MapSuite.MapSuiteGeocoder Namespace: ThinkGeo.MapSuite.MapSuiteGeocoder Namespace:
-*Added the IPMatchingPlugin.  +  ​*Added the IPMatchingPlugin.  
-*Added a new property to get the closest street number for the StreetMatchingPlugin.  +  *Added a new property to get the closest street number for the StreetMatchingPlugin.  
-*Several API additions. See the [[http://​gis.thinkgeo.com/​Support/​DiscussionForums/​tabid/​143/​aff/​17/​aft/​6067/​afv/​topic/​Default.aspx#​16707|API change]] log for complete details.  +  *Several API additions. See the [[http://​gis.thinkgeo.com/​Support/​DiscussionForums/​tabid/​143/​aff/​17/​aft/​6067/​afv/​topic/​Default.aspx#​16707|API change]] log for complete details.  
-*Updated the [[http://​gis.thinkgeo.com/​MapSuite3Docs/​Geocoder/​|API documentation]].+  *Updated the [[http://​gis.thinkgeo.com/​MapSuite3Docs/​Geocoder/​|API documentation]].
  
  
Line 93: Line 93:
  
 ThinkGeo.MapSuite.MapSuiteGeocoder Namespace: ThinkGeo.MapSuite.MapSuiteGeocoder Namespace:
-*Concluded public beta and moved to final release.  +  ​*Concluded public beta and moved to final release.  
-*Removed the Formalizer classes; moved the valid code to various plugins'​ classes.  +  *Removed the Formalizer classes; moved the valid code to various plugins'​ classes.  
-*Adjusted the class structure for all plugins.  +  *Adjusted the class structure for all plugins.  
-*Added complete set of VB sample applications.  +  *Added complete set of VB sample applications.  
-*Added new Silverlight sample applications with both C# and VB source code.  +  *Added new Silverlight sample applications with both C# and VB source code.  
-*Added four new plugins to this release: CensusTractDbfPlugin,​ CensusBlockDbfPlugin,​ CensusBlockGroupPlugin and PostCodeDbfPlugin.  +  *Added four new plugins to this release: CensusTractDbfPlugin,​ CensusBlockDbfPlugin,​ CensusBlockGroupPlugin and PostCodeDbfPlugin.  
-*Added new sample applications to demonstrate the new plugins, available in desktop, Web, and Silverlight versions.  +  *Added new sample applications to demonstrate the new plugins, available in desktop, Web, and Silverlight versions.  
-*Instituted comprehensive API checking and comparison processes for improved future transparency.  +  *Instituted comprehensive API checking and comparison processes for improved future transparency.  
-*Updated the [[http://​gis.thinkgeo.com/​MapSuite3Docs/​Geocoder/​|API documentation]] in accordance with new API changes. +  *Updated the [[http://​gis.thinkgeo.com/​MapSuite3Docs/​Geocoder/​|API documentation]] in accordance with new API changes.
- +
-[[Category:​Map Suite Geocoder]] [[Category:​Web GIS]] [[Category:​Desktop GIS]] [[Category:​GIS]] [[Category:​.NET]]+
  
map_suite_geocoder_features_bug_fixes_change_log.txt · Last modified: 2015/09/08 08:17 by admin