Proper lists for example resources

This commit is contained in:
Tim Schaub
2015-04-06 05:25:38 -06:00
parent 6d318dce78
commit 9f1e0f001a
9 changed files with 21 additions and 15 deletions

View File

@@ -5,7 +5,9 @@ shortdesc: "Example of using ol3 and d3 together."
docs: >
<p>The example loads TopoJSON geometries and uses d3 (<code>d3.geo.path</code>) to render these geometries to a canvas element that is then used as the image of an ol3 image layer.</p>
tags: "d3"
resources: "http://d3js.org/d3.v3.min.js,http://d3js.org/topojson.v1.min.js"
resources:
- http://d3js.org/d3.v3.min.js
- http://d3js.org/topojson.v1.min.js
---
<div class="row-fluid">
<div class="span12">