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

Next revision
Previous revision
Last revision Both sides next revision
map_suite_geocoder_features_bug_fixes_change_log [2015/08/20 03:08]
127.0.0.1 external edit
map_suite_geocoder_features_bug_fixes_change_log [2015/09/08 08:17]
admin
Line 1: Line 1:
 ====== Map_Suite_Geocoder_Features_&​_Bug_Fixes_Change_Log ====== ====== Map_Suite_Geocoder_Features_&​_Bug_Fixes_Change_Log ======
  
-{{article rating}} 
 =====Version 9.0.0.0===== =====Version 9.0.0.0=====
 Release date: 06/24/2015 Release date: 06/24/2015
Line 7: Line 6:
 ThinkGeo.MapSuite.MapSuiteGeocoder Namespace: ThinkGeo.MapSuite.MapSuiteGeocoder Namespace:
  
-*Remove the duplicate matched results. +  ​*Remove the duplicate matched results. 
-*Fixed a bug where some incorrect records are included in the query result under fuzzy mode.+  *Fixed a bug where some incorrect records are included in the query result under fuzzy mode.
  
 =====Version 8.0.0.160===== =====Version 8.0.0.160=====
Line 15: Line 14:
 ThinkGeo.MapSuite.MapSuiteGeocoder Namespace: ThinkGeo.MapSuite.MapSuiteGeocoder Namespace:
  
-*Improved the GeoCoder matched results that removing the duplicated records. +  ​*Improved the GeoCoder matched results that removing the duplicated records. 
-*Fixed a bug where some of the matched results are not correct with fuzzy mode. +  *Fixed a bug where some of the matched results are not correct with fuzzy mode. 
-*Upgraded the Proj4 library to version 4.8.+  *Upgraded the Proj4 library to version 4.8.
  
 =====Version 8.0.0.0===== =====Version 8.0.0.0=====
Line 24: Line 23:
 ThinkGeo.MapSuite.MapSuiteGeocoder Namespace: ThinkGeo.MapSuite.MapSuiteGeocoder Namespace:
  
-*Fix the bug where plenty of addresses can't be located under fuzzy mode with geocoder 2012 data. +  ​*Fix the bug where plenty of addresses can't be located under fuzzy mode with geocoder 2012 data. 
-*Fix the bug where it runs into the exception "​Unable to read beyond the end of the stream"​.+  *Fix the bug where it runs into the exception "​Unable to read beyond the end of the stream"​.
  
 =====Version 7.0.0.0===== =====Version 7.0.0.0=====
Line 32: 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 41: 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 57: 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 65: 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 77: 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 84: 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 94: 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