view artifacts/doc/howto_wmsartifact.txt @ 8443:df65f24af5bc

(issue1762) Use getValue to obtain dateRange values The getToValue was always the initial value regardless of what has been entered in the form. According to the documentation both getToValue and getFromValue should return the "initial value" of the form field. But wether this means the value before validation corrections or the value the field is initialized with (which is also not true in both cases as the field is set only after creation) It returned the real value for the from date but not for the to date. With an explicit getValue we workaround this issue.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 22 Oct 2014 17:33:43 +0200
parents 5aa05a7a34b7
children
line wrap: on
line source
Howto add a wmsartifact for the maps:

- Add artifact similar to the existing ones in:
    flys-artifacts/src/main/java/de/intevation/flys/artifacts/
- Define facet name in:
    flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java
- Modify datacage configuration (there is documentation in flys-artifacts/doc):
    flys-artifacts/doc/conf/meta-data.xml
- Define the Factory used in the datacage configuration in:
    flys-artifacts/doc/conf/conf.xml
- Define the facet for the Map:
    flys-artifacts/doc/conf/artifacts/map.xml
- You might also want to add it to the floodmap in winfo:
    flys-artifacts/doc/conf/artifacts/winfo.xml
- Add translations for the datacage elements in:
    flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java
- English localization:
    flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties
- German localization:
    flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties

You might also want a theme:
- Add a mapping from your Facet to the theme in:
    flys-artifacts/doc/conf/themes.xml
- Define the theme in:
    flys-artifacts/doc/conf/themes/default/floodmap.xml
    flys-artifacts/doc/conf/themes/second/floodmap.xml

http://dive4elements.wald.intevation.org