mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix typos and punctuation in WMS settings (#13146)
This commit is contained in:
parent
3f54e94c86
commit
d14da34032
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue