Convert WMS examples to strapless template

This commit is contained in:
Tim Schaub
2015-11-17 09:56:33 -07:00
parent 9a35c08300
commit a94a00de1d
9 changed files with 31 additions and 61 deletions
+4 -8
View File
@@ -1,13 +1,9 @@
---
layout: example.html
title: Tiled WMS wrap 180° meridian example
layout: strapless.html
title: Tiled WMS Wrapping
shortdesc: Example of a tiled WMS layer that wraps across the 180° meridian.
docs: >
The `wrapX` option is set to `true` here so tiles will be wrapped around the x-axis.
By default, WMS tiles are reused across the 180° meridian. The can be disabled by setting the `wrapX` option to `false`.
tags: "wms, tile, dateline, wrap, 180"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
</div>
</div>
<div id="map" class="map"></div>