Project

General

Profile

« Previous | Next » 

Revision a05a5c32

Added by Andreas Kohlbecker about 10 years ago

editor part done for #4006 (remove general map parameters from distribution and occurrence map service methods)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/feature/FeatureDistributionDetailElement.java
107 107
		// image.calculateWidth() % 2 == 1 ? image.calculateWidth() + 1 :
108 108
		int width = image.calculateWidth();
109 109

  
110
		String bbox = null;
111
		String backLayer = null;
112

  
113 110
		List<Language> languages = Arrays.asList(new Language[]{CdmStore.getDefaultLanguage()});
114 111

  
115 112
		String parameter = CdmStore.getGeoService().getDistributionServiceRequestParameterString(getTaxonDescriptions(),
116
                false, false, null, presenceAbsenceTermColors, width, 0, bbox, backLayer, languages);
113
                false, false, null, presenceAbsenceTermColors, languages);
117 114

  
118 115
		String mapUriString = String.format("%s?%s&ms=1000&bbox=-180,-90,180,90&l=earth", accessPoint, parameter);
119 116
		return mapUriString;

Also available in: Unified diff