Mercurial > dive4elements > river
comparison flys-artifacts/doc/howto_wmsartifact.txt @ 5350:2f6e6ae2fc56
Add small howto which consists mostly of the notes i took while
adding the HWSLines / Points wms artifacts
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 20 Mar 2013 16:42:52 +0100 |
parents | |
children | 7dcf604a4bf7 |
comparison
equal
deleted
inserted
replaced
5349:d43ef9f709cd | 5350:2f6e6ae2fc56 |
---|---|
1 Howto add a wmsartifact for the maps: | |
2 | |
3 - Add artifact similar to the existing ones in: | |
4 flys-artifacts/src/main/java/de/intevation/flys/artifacts/ | |
5 - Define facet name in: | |
6 flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java | |
7 - Modify datacage configuration (there is documentation in flys-artifacts/doc): | |
8 flys-artifacts/doc/conf/meta-data.xml | |
9 - Define the Factory used in the datacage configuration in: | |
10 flys-artifacts/doc/conf/conf.xml | |
11 - Define the facet for the Map: | |
12 flys-artifacts/doc/conf/artifacts/map.xml | |
13 - You might also want to add it to the floodmap in winfo: | |
14 flys-artifacts/doc/conf/artifacts/winfo.xml | |
15 - Add translations for the datacage elements in: | |
16 flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java | |
17 - English localization: | |
18 flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties | |
19 - German localization: | |
20 flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties | |
21 |