-
Notifications
You must be signed in to change notification settings - Fork 685
[DOC] Restructure Dashboards TOC #2628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 12 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
2f2dfec
Organize TOC in logical order and delete viz type page
vagimeli fa0bd72
Copy edit to delete redundant bullets in quickstart intro
vagimeli 5f70fea
Format nav order
vagimeli 7bfb893
Copy edits
vagimeli 3c7be79
Format nav order
vagimeli 8962844
Format nav order
vagimeli 83bf504
Copy edit title to use gerund
vagimeli ab43dfc
Format nav order
vagimeli 743fa1c
Address doc review feedback
vagimeli 2461039
Update links
vagimeli 5be26f3
Copy edit
vagimeli ea71a8b
Update title
vagimeli 55e24fd
Update _dashboards/visualize/geojson-regionmaps.md
vagimeli 1f8fe8b
Update _dashboards/visualize/geojson-regionmaps.md
vagimeli bfbb30d
Copy edits
vagimeli 2dbb404
Copy edits
vagimeli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| --- | ||
| layout: default | ||
| title: Configuring a Web Map Service (WMS) | ||
| grand_parent: Building data visualizations | ||
| parent: Using coordinate and region maps | ||
| nav_order: 5 | ||
| redirect_from: | ||
| - /docs/opensearch-dashboards/maptiles/ | ||
| --- | ||
|
|
||
| {%- 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: | ||
|
|
||
| 1. Open and log in to OpenSearch Dashboards at `https://<host>:<port>`. Alternatively, you can connect to OpenSearch Dashboards by connecting to [https://localhost:5601](https://localhost:5601). The default username and password are `admin`. | ||
|
vagimeli marked this conversation as resolved.
Outdated
|
||
| 2. Choose **Management** > **Advanced Settings**. | ||
| 3. Locate `visualization:tileMap:WMSdefaults`. | ||
| 4. Change `enabled` to `true` and add the URL of a valid WMS server, as shown in the following example: | ||
|
|
||
| ```json | ||
| { | ||
| "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 } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.