comparison artifacts/src/main/java/org/dive4elements/river/utils/ArtifactMapfileGenerator.java @ 9738:afad1fac70fb 3.2.x

Cleanup mapfile templating a bit _ Update names and titles _ Skip wms_onlineresource because it's set automatically _ Contact information is optional according to WMS specification
author Tom Gottfried <tom@intevation.de>
date Mon, 25 Jul 2022 16:21:34 +0200
parents 0a5239a1e46e
children 308a0d822d18
comparison
equal deleted inserted replaced
9737:0c4736d5dd4a 9738:afad1fac70fb
51 51
52 @Override 52 @Override
53 protected String getMapserverTemplatePath() { 53 protected String getMapserverTemplatePath() {
54 return RiverUtils.getXPathString( 54 return RiverUtils.getXPathString(
55 RiverUtils.XPATH_FLOODMAP_MAPSERVER_TEMPLATE_PATH); 55 RiverUtils.XPATH_FLOODMAP_MAPSERVER_TEMPLATE_PATH);
56 }
57
58 @Override
59 public String getMapserverUrl() {
60 return RiverUtils.getXPathString(
61 RiverUtils.XPATH_FLOODMAP_MAPSERVER_URL);
62 } 56 }
63 57
64 /** 58 /**
65 * Method which starts searching for meta information file and mapfile 59 * Method which starts searching for meta information file and mapfile
66 * generation. 60 * generation.

http://dive4elements.wald.intevation.org