Convert S-T examples to strapless template
This commit is contained in:
+6
-12
@@ -1,18 +1,12 @@
|
||||
---
|
||||
layout: example.html
|
||||
title: Tissot indicatrix example
|
||||
layout: strapless.html
|
||||
title: Tissot Indicatrix
|
||||
shortdesc: Draw Tissot's indicatrices on maps.
|
||||
docs: >
|
||||
Example of [Tissot indicatrix](http://en.wikipedia.org/wiki/Tissot's_indicatrix)</a> maps. The map on the left is an EPSG:4326 map. The one on the right is EPSG:3857.
|
||||
tags: "tissot, circle"
|
||||
---
|
||||
<div class="row-fluid">
|
||||
<div class="span6">
|
||||
<h4>EPSG:4326</h4>
|
||||
<div id="map4326" class="map"></div>
|
||||
</div>
|
||||
<div class="span6">
|
||||
<h4>EPSG:3857</h4>
|
||||
<div id="map3857" class="map"></div>
|
||||
</div>
|
||||
</div>
|
||||
<h4>EPSG:4326</h4>
|
||||
<div id="map4326" class="map"></div>
|
||||
<h4>EPSG:3857</h4>
|
||||
<div id="map3857" class="map"></div>
|
||||
|
||||
Reference in New Issue
Block a user