10 lines
348 B
HTML
10 lines
348 B
HTML
---
|
|
layout: example.html
|
|
title: Tiled WMS Wrapping
|
|
shortdesc: Example of a tiled WMS layer that wraps across the 180° meridian.
|
|
docs: >
|
|
By default, WMS tiles are reused across the 180° meridian. This behavior can be disabled by setting the `wrapX` option to `false`.
|
|
tags: "wms, tile, dateline, wrap, 180"
|
|
---
|
|
<div id="map" class="map"></div>
|