comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/inundationduration/InundationDurationState.java @ 9537:bf6b63208f34

Work on uinfo inundation duration calculation. Using proxy-wms to induce additional style information (work in progress).
author gernotbelger
date Wed, 17 Oct 2018 11:23:17 +0200
parents 992c188b7330
children 3955ecc1a516
comparison
equal deleted inserted replaced
9536:aa23225fd85f 9537:bf6b63208f34
106 facets.add(new DataFacet("wms_url", label + LABEL_URL_SEPARATOR + url, ComputeType.ADVANCE, hash, this.id)); 106 facets.add(new DataFacet("wms_url", label + LABEL_URL_SEPARATOR + url, ComputeType.ADVANCE, hash, this.id));
107 107
108 index++; // because super.computeAdvance adds the river theme with index 0 108 index++; // because super.computeAdvance adds the river theme with index 0
109 } 109 }
110 110
111 // tODO: create layer links: filter by "showLayerLink"
112
113 final Calculation report = res.getReport(); 111 final Calculation report = res.getReport();
114 if (report.hasProblems()) 112 if (report.hasProblems())
115 facets.add(new ReportFacet(ComputeType.ADVANCE, hash, this.id)); 113 facets.add(new ReportFacet(ComputeType.ADVANCE, hash, this.id));
116 114
117 return res; 115 return res;

http://dive4elements.wald.intevation.org