Unquoted strings for readability
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
template: "example.html"
|
||||
title: "Bind HTML input example"
|
||||
shortdesc: "Demonstrates two-way binding of HTML input elements to OpenLayers objects."
|
||||
template: example.html
|
||||
title: Bind HTML input example
|
||||
shortdesc: Demonstrates two-way binding of HTML input elements to OpenLayers objects.
|
||||
docs: >
|
||||
<p id="has-webgl" style="display: none">With the <a href="?renderer=webgl">WebGL renderer</a>, <strong>hue</strong>, <strong>saturation</strong>, <strong>contrast</strong> and <strong>brightness</strong> can also be controlled.</p>
|
||||
<div id="no-webgl" class="alert alert-warning" style="display: none">
|
||||
@@ -48,4 +48,4 @@ tags: "custom, control"
|
||||
<input id="resolution" type="number" min="0" step="250"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user