Changes Gisgraphy Project

Release History

Version Date Description
1.0 2008-23-01 First release
2.0 2010-08-03 second release

Release 1.0 - 2008-23-01

Type Changes By
add First release. David Masclet

Release 2.0 - 2010-08-03

Type Changes By
update Add the ability to import openstreetmap database and use them in a web services David Masclet
add Python client David Masclet
update Some L10N improvement David Masclet
add Add the ability to change the locale David Masclet
update Improve XHTML on pages David Masclet
add Solr auto commit every 10000 docs or 300000 ms David Masclet
update Improve doc and site Tim King
update Solr logo update David Masclet
fix Geoloc service for ADM or Country throws an exception David Masclet
update Add some fields for geolocservice for Country and Adm (level) David Masclet
fix Pagination parameters 'from' and 'to' was not reset when closing popup David Masclet
add Add a page to describe the services David Masclet
fix Some features contains EnhancerByCGLIB when synchronize with solr David Masclet
update GeonameFeatureImporter : change the way Country are detect and updated David Masclet
update SolRSynchroniser : adm Parents are treated when Adm are sync David Masclet
fix Reset the response buffer before sending errors to avoid "getOutputStream() has already been called" David Masclet
add Add javascript capabilities for adding gisgraphy opensearch module David Masclet
fix Displayfeature won't throw if the country name is not known Search result won't throw if the country name is not known David Masclet
fix Unknow feature class / feature code (UNK_UNK) are considered as gisFeature, not as vineYard David Masclet
update Improve statistique page David Masclet
fix ImportFailure.jsp won't throw a NullPointerException David Masclet
fix Zipcode is of type string to correct the problem that zipcode which starts with zero are not well handled (e.g : 01234 was considered as 1234) David Masclet
add Log IP adress for Geoloc and Fulltext servlet call David Masclet
remove remove seters for GeolocResultDto and FulltextResultsDto David Masclet
update extract code that check XPath in AbstractIntegrationHttpSolrTestCase to a class called XpathChecker David Masclet
update 404 page send an 404 error status code instead of 200 David Masclet
fix Add an entry for UNK.UNK in features.properties David Masclet
add Add launch script for macintosh David Masclet
update Modify Launch script David Masclet
fix Fix Bug UTF-8 problem on non-Linux platforms : http://code.google.com/p/gisgraphy/issues/detail?id=1 David Masclet
add fix advanced search URL for reverse geocoding and street search remove the ability to search for 'no name street' Add how many times all the services has been called on the stats page David Masclet
update Remove some unused code and some alert() in js API David Masclet
update Servlet send an 500 status code when an error occurred instead of 200 David Masclet
update GeolocServiceException has been renamed to GeolocSearchException David Masclet
update AlternateNameSource is @Enumerated(EnumType.STRING) in AlternateName so, it is character varying(255) in the database David Masclet
add Add the ability to specify a google map api key David Masclet
add Add the ability to specify a google analytics code David Masclet
fix Geonames country importer does not ignore the fist line anymore David Masclet
add Add fulltext search for street names David Masclet
fix Reset import throw a 404 not found David Masclet
update Modify importerManager.isAlreadydone (it is now managed by a file that act as a flag) David Masclet
update Change importer rollback implementation : the rollback drop and recreate all necessary tables dynamically David Masclet
update GeonamesprocessorException has been renamed to ImporterException David Masclet
update Index for geonames database and openstreetmap are done by the importer,no need to run the script manually David Masclet
update Docs and installation guides have been updated to reflect forum questions David Masclet
add solRsynchroniser will retry on error (3 times by default). it may avoid 'Connection Reset' Exception David Masclet
fix reset import throw a 404 not found exception David Masclet
fix autocompletion of street names starts when at least 2 char are typed David Masclet
fix Tests of (featureCodeTest) was dependant of the locale of the machine David Masclet
update When do an Ajax request for street name autocompletion : Cancel the last Ajax requests, only one request done simultaneously David Masclet
update Lazy street names autocompletion : we doesn't make ajax request if number of suggestions is < number of max results expected (Thats mean that the result is already present in the suggestions) David Masclet
update Add new links on statistics page David Masclet
update to be clearer the option importerConfig.countriesFileName has been renamed to importerConfig.countriesFileName David Masclet
update to be clearer the option importerConfig.countriesFileName has been renamed to importerConfig.countriesFileName David Masclet
fix http://code.google.com/p/gisgraphy/issues/detail?id=8 : street search webservice should be accent insensitive David Masclet
fix fix advanced search URL for reverse geocoding and street search David Masclet
update remove the ability to search for 'no name street' David Masclet
update Localize legend of status import David Masclet
fix http://code.google.com/p/gisgraphy/issues/detail?id=10 : memory leak (DBCP/ prepareStatement pool) David Masclet
update update struts2 to 2.1.8 to be able to disable ognl cache to eat less memory David Masclet
fix fix issue http://code.google.com/p/gisgraphy/issues/detail?id=11 : create boudingbox method in distance restriction sometimes return bad values David Masclet
fix fix issue http://code.google.com/p/gisgraphy/issues/detail?id=12 : Street find webservice returns wrong street David Masclet
update street webservice does not sort the result by distance_sphere(middle of the street, point) anymore. It sort by distance (not distance sphere) between the line and the point David Masclet
update streetType is stored as a string not an integer David Masclet
fix FIX bug : display Search for streetnames in Russian fails http://code.google.com/p/gisgraphy/issues/detail?id=13 David Masclet
fix file will be extracted even if retrieve file is false David Masclet
fix An error page is display if the importerMetadata directory is not available and we can't determine if the import is done or not David Masclet
fix GeonamesAlternateNameImporter ignored Countrycode null and empty (no alternatename without countrycode was inserted) David Masclet
fix alternateName importer use extracted files, so alternatenames will be imported this order : country, adm1, adm2, others. and all the features will have the adm1 and adm2 and country alternatenames in solr (solr is not relationnal and we need to have alle the adm / countries alternate names first) David Masclet
update zipcode is not a field anymore, but a list associated to gisfeature David Masclet