Skip to content
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

Fix typos and punctuation in WMS settings #13146

Merged
merged 1 commit into from
Jul 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/core_plugins/tile_map/public/editors/tile_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<div class="vis-option-item form-group">
<p>WMS is an OGC standard for map image services. For more information, go <a href="http://www.opengeospatial.org/standards/wms">here</a>.</p>
<label>
WMS url* <kbn-info info="The URL of the WMS web service"></kbn-info>
WMS url* <kbn-info info="The URL of the WMS web service."></kbn-info>
</label>
<input type="text" class="form-control"
name="wms.url"
Expand Down Expand Up @@ -157,7 +157,7 @@

<div class="vis-option-item form-group">
<label>
WMS format* <kbn-info info="Usually image/png or image/jpeg. Use png if the server will return transparent layers"></kbn-info>
WMS format* <kbn-info info="Usually image/png or image/jpeg. Use png if the server will return transparent layers."></kbn-info>
</label>
<input type="text" class="form-control"
name="wms.options.format"
Expand All @@ -166,7 +166,7 @@

<div class="vis-option-item form-group">
<label>
WMS attribution <kbn-info info="Attribution string for the lower right corner<"></kbn-info>
WMS attribution <kbn-info info="Attribution string for the lower right corner."></kbn-info>
</label>
<input type="text" class="form-control"
name="wms.options.attribution"
Expand Down