The minimum setup required for a WMS map engine is the capabilities URL for the service.
...
Code Block | ||||
---|---|---|---|---|
| ||||
<wms:mapengine id="test"> <url>http://server/wms/test</url> <tokens> <token name="VIEWPARAMS" value="${user.filter.status}" prefix="STATUS:" infix=","/> <token name="VIEWPARAMS" value="USER:${user.id}"/> <token name="RULELABELBACKFILL" value="false" legendOnly="true"/> <token name="RULELABELBACKFILL" value="true" layer="ward,busroutes"/> </tokens> </wms:mapengine> |
...
Note |
---|
As of version 1.3.7 of the WMS bundle, the password can be encrypted using the OSGi encrypt command. |
WMS 1.3.0
Don't "upgrade" to WMS 1.3.0 unless you really have to.
VersionĀ 2.15.16 of theĀ com.cohga.server.map.wms
bundle (released as part of Weave 2.5.21) improves support for WMS 1.3.0 by supporting map services that require their axis order to be swapped.
...