Project

General

Profile

bug #7396

Updated by Andreas Kohlbecker almost 6 years ago

## Symptom: 

 The in the Euro+Med portal (edit-test) map for [Saussurea pygmaea](http://test.e-taxonomy.eu/dataportal/preview/euromed/cdm_dataportal/taxon/39df37c9-a093-4d16-b8f9-58c58f826989?destination=cdm_dataportal/taxon/39df37c9-a093-4d16-b8f9-58c58f826989) is missing 

 This accounts for all tested data portal pages 

 ## Analysis: 

 The distributionInfoFor web service does not add the `ad` values to the query string: 
 
 http://160.45.63.175/cdmserver/euromed/portal/description/distributionInfoFor/39df37c9-a093-4d16-b8f9-58c58f826989.json?recipe=EuroPlusMed&statusOrderPreference=1&subAreaPreference=1&hiddenAreaMarkerType=0318c67d-e323-4e9c-bffb-bc0c7f8f9f40&part=mapUriParams 

 returns 

 ~~~ 
 {"condensedDistribution":null,"elements":[],"tree":null,"class":"DistributionInfoDTO","mapUriParams":"as=a:4daf4a,,0.1,&ad=&title=a:native"} 
 ~~~ 

 The condensed distribution and distribution tree are ok. 


 

 This is for sure a bug in the `EditGeoService`  

Back