Convert H-I examples to strapless template

This commit is contained in:
Tim Schaub
2015-11-15 14:58:10 -07:00
parent 88ec3b9f6c
commit 91a772a952
7 changed files with 37 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
---
layout: example.html
title: Image Filter Example
layout: strapless.html
title: Image Filters
shortdesc: Apply a filter to imagery
docs: >
<p>Layer rendering can be manipulated in <code>precompose</code> and <code>postcompose</code> event listeners.
@@ -10,11 +10,7 @@ tags: "filter, image manipulation"
cloak:
Ak-dzM4wZjSqTlzveKz5u0d4IQ4bRzVI309GxmkgSVr1ewS6iPSrOvOKhA-CJlm3: Your Bing Maps Key from http://bingmapsportal.com/ here
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
</div>
</div>
<div id="map" class="map"></div>
<select id="kernel" name="kernel">
<option>none</option>
<option selected>sharpen</option>