Project

General

Profile

feature request #9484

Updated by Andreas Müller about 3 years ago

The current default CondensedDistributionConfiguration uses the euro+med marker types for hidden and fallback areas as default for the list of hidden/fallback area marker types. 
 In future these marker types will probably be added edit to the CDM vocabularies. 

 To explicitly switch of this list is currently not possible because it is not possible in the dataportal to explitly not set the parameter. If no area is selected in the list an empty list is send to the webservice. 
 Therefore currently the webservices interpretates the empty list as "use default" which is not fully correct. 

 Once the dataportal distinguishes empty list and default configuration in the webservice (DescriptionListController.doGetDistributionInfo()) the second condition from  

 ~~~ 
 if(hiddenAreaMarkerTypeList != null && !hiddenAreaMarkerTypeList.isEmpty()){ 
 ~~~ 

 should be removed. 

Back