Skip to content

Commit

Permalink
Fix typos and punctuation in WMS settings (#13146)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored Jul 28, 2017
1 parent 3f54e94 commit d14da34
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit d14da34

Please sign in to comment.