Configuring a Web Map Service (WMS)
The Open Geospatial Consortium (OGC) Web Map Service (WMS) specification is an international specification for requesting dynamic maps on the web. OpenSearch Dashboards includes default map tiles. For specialized maps, you can configure a WMS on OpenSearch Dashboards following these steps:
- Log in to OpenSearch Dashboards at
https://<host>:<port>
. For example, you can connect to OpenSearch Dashboards by connecting to https://localhost:5601. The default username and password areadmin
. - Choose Management > Advanced Settings.
- Locate
visualization:tileMap:WMSdefaults
. Change
enabled
totrue
and add the URL of a valid WMS server, as shown in the following example:{
"enabled": true,
"url": "<wms-map-server-url>",
"options": {
"format": "image/png",
"transparent": true
}
}
Web map services may have licensing fees or restrictions, and you are responsible for complying with any such fees or restrictions.
当前内容版权归 OpenSearch 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 OpenSearch .