Fix typos and punctuation in WMS settings (#13146)

This commit is contained in:
Tim Roes 2017-07-28 15:17:06 +02:00 committed by GitHub
parent 3f54e94c86
commit d14da34032

View file

@ -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"