* Add filtering data in maps doc. Signed-off-by: carolxob <[email protected]> * Updates to procedural steps for drawing shapes to filter data. Signed-off-by: carolxob <[email protected]> * Added a question. Signed-off-by: carolxob <[email protected]> * Minor content updates based on meeting with UX. Signed-off-by: carolxob <[email protected]> * Major content additions after viewing demo. Signed-off-by: carolxob <[email protected]> * Major content updates based on demo. Signed-off-by: carolxob <[email protected]> * Content edits based on doc review feedback/ Signed-off-by: carolxob <[email protected]> * Edits from tech review feedback. Signed-off-by: carolxob <[email protected]> * Incorporated feedback from technical review. Signed-off-by: carolxob <[email protected]> * Updates from tech review feedback. Signed-off-by: carolxob <[email protected]> * Content updates. Signed-off-by: carolxob <[email protected]> * Minor update. Signed-off-by: carolxob <[email protected]> * Reconfigured the filter section Signed-off-by: Fanit Kolchina <[email protected]> * Minor rewording Signed-off-by: Fanit Kolchina <[email protected]> * Rewording Signed-off-by: Fanit Kolchina <[email protected]> * Fixes issue 3712 - adding labels to document layers Signed-off-by: Fanit Kolchina <[email protected]> * Reorders pages to accommodate the maps stats API Signed-off-by: Fanit Kolchina <[email protected]> * Implemented doc review comments Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/visualize/maps.md Co-authored-by: Nathan Bower <[email protected]> * Update _dashboards/visualize/maps.md Co-authored-by: Nathan Bower <[email protected]> * Update _dashboards/visualize/maps.md Co-authored-by: Nathan Bower <[email protected]> * Update _dashboards/visualize/maps.md Co-authored-by: Nathan Bower <[email protected]> --------- Signed-off-by: carolxob <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: Nathan Bower <[email protected]>
1.4 KiB
layout, title, grand_parent, parent, nav_order, redirect_from
| layout | title | grand_parent | parent | nav_order | redirect_from | |
|---|---|---|---|---|---|---|
| default | Configuring a Web Map Service (WMS) | Building data visualizations | Using coordinate and region maps | 30 |
|
{%- comment -%}The /docs/opensearch-dashboards/maptiles/ redirect is specifically to support the UI links in OpenSearch Dashboards 1.0.0.{%- endcomment -%}
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
enabledtotrueand 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. {: .note }