|
1 | 1 | ---
|
2 | 2 | title: TDS Web Map Service (WMS)
|
3 |
| -last_updated: 2021-08-06 |
| 3 | +last_updated: 2024-12-20 |
4 | 4 | sidebar: admin_sidebar
|
5 | 5 | toc: false
|
6 | 6 | permalink: adding_wms.html
|
@@ -52,12 +52,18 @@ WMS clients may not be able to directly use the THREDDS catalogs to find the WMS
|
52 | 52 | Additional server level WMS configuration options can be set in the `threddsConfig.xml` file (see the [WMS Service](../adminguide/tds_config_ref.html) section of the TDS Configuration File Reference documentation).
|
53 | 53 | Further WMS configuration properties are set in the wmsConfig.xml file.
|
54 | 54 | These properties are mainly related with styling of WMS images.
|
55 |
| -Similar to the `threddsConfig.xml file`, the WMS configuration file (wmsConfig.xml) is found in the `${tds.content.root.path}/thredds` directory. |
| 55 | +Similar to the `threddsConfig.xml` file, the WMS configuration file (wmsConfig.xml) is found in the `${tds.content.root.path}/thredds` directory. |
56 | 56 | A detailed description of the wmsConfig.xml file can be on the [Customizing WMS](customizing_wms.html) reference page.
|
57 | 57 |
|
58 | 58 | If you are installing a new TDS, you should find a default `wmsConfig.xml` file (along with other configuration files) in the `${tds.content.root.path}/thredds` directory after you first deploy the TDS.
|
59 | 59 | If a copy of the file is missing in the expected location, you can obtain a fresh copy from `${tomcat_home}/webapps/thredds/WEB-INF/altContent/startup/wmsConfig.xml`.
|
60 | 60 |
|
| 61 | +## Godiva3 configuration |
| 62 | + |
| 63 | +Godiva3 has a few configuration options that may be useful, such as changing the map size or adding new base layers. |
| 64 | +Similar to the `wmsConfig.xml` file, the Godiva3 configuration file (`godiva3.properties`) is found in the `${tds.content.root.path}/thredds` directory. |
| 65 | +Configuration options can be found in the [ncWMS documentation](https://reading-escience-centre.gitbooks.io/ncwms-user-guide/content/03-config.html#server){:target="_blank"}. |
| 66 | + |
61 | 67 | ## Change to CRS List in WMS GetCapabilities Documents
|
62 | 68 |
|
63 | 69 | The number of CRS listed in the WMS GetCapabilities documents has been reduced between TDS 4.1 and 4.2.
|
|
0 commit comments