Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/conf.xml @ 1058:c37084f31c84
Implemented a MapInfo service that returns some basic information to create maps for specific rivers.
flys-artifacts/trunk@2528 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 23 Aug 2011 07:53:41 +0000 |
parents | eeebf8514c7f |
children | 107d44b3455d |
comparison
equal
deleted
inserted
replaced
1057:d4a5d3941cc0 | 1058:c37084f31c84 |
---|---|
42 description="Returns the main values of a river's gauge based on a start and end point of the river.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> | 42 description="Returns the main values of a river's gauge based on a start and end point of the river.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> |
43 <service-factory | 43 <service-factory |
44 name="metadata" | 44 name="metadata" |
45 service="de.intevation.flys.artifacts.services.MetaDataService" | 45 service="de.intevation.flys.artifacts.services.MetaDataService" |
46 description="The service provides some introspection into the database content.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> | 46 description="The service provides some introspection into the database content.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> |
47 <service-factory | |
48 name="mapinfo" | |
49 service="de.intevation.flys.artifacts.services.MapInfoService" | |
50 description="The service provides some basic information to create a WMS for a specific river.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> | |
47 </service-factories> | 51 </service-factories> |
48 | 52 |
49 </factories> | 53 </factories> |
50 | 54 |
51 <lifetime-listeners> | 55 <lifetime-listeners> |
104 <!-- Path to the template file of the meta data. --> | 108 <!-- Path to the template file of the meta data. --> |
105 <metadata> | 109 <metadata> |
106 <template>${artifacts.config.dir}/meta-data.xml</template> | 110 <template>${artifacts.config.dir}/meta-data.xml</template> |
107 </metadata> | 111 </metadata> |
108 | 112 |
109 <!-- The WMS layer that is displayed as background layer in floodmaps. --> | 113 <!-- The floodmap configuration for each supported river. Each element |
114 requires a srid, wms and background-wms. Those information are used for | |
115 creating a Map view.--> | |
110 <floodmap> | 116 <floodmap> |
111 <background-layer url="http://vmap0.tiles.osgeo.org/wms/vmap0" layer="basic"/> | 117 <river name="Saar"> |
112 <river-wms river="Saar" srid="31466" url="http://flys-devel.intevation.de/cgi-bin/saar-wms"/> | 118 <srid value="31466"/> |
113 <river-wms river="Mosel" srid="31466" url="http://flys-devel.intevation.de/cgi-bin/mosel-wms"/> | 119 <river-wms url="http://flys-devel.intevation.de/cgi-bin/saar-wms"/> |
114 <river-wms river="Elbe" srid="31466" url="http://flys-devel.intevation.de/cgi-bin/elbe-wms"/> | 120 <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> |
121 </river> | |
122 <river name="Mosel"> | |
123 <srid value="31466"/> | |
124 <river-wms url="http://flys-devel.intevation.de/cgi-bin/mosel-wms"/> | |
125 <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> | |
126 </river> | |
127 <river name="Elbe"> | |
128 <srid value="31466"/> | |
129 <river-wms url="http://flys-devel.intevation.de/cgi-bin/elbe-wms"/> | |
130 <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> | |
131 </river> | |
115 </floodmap> | 132 </floodmap> |
116 | 133 |
117 <rest-server> | 134 <rest-server> |
118 <!-- The port which the ArtifactDatabase will bind to. --> | 135 <!-- The port which the ArtifactDatabase will bind to. --> |
119 <port>8181</port> | 136 <port>8181</port> |