Doc typos
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: example.html
|
||||
title: Acessible Map
|
||||
title: Accessible Map
|
||||
shortdesc: Example of an accessible map.
|
||||
docs: >
|
||||
This page's `map` element has its `tabindex` attribute set to `"0"`, that makes it focusable. To focus the map element you can either navigate to it using the "tab" key or use the skip link. When the `map` element is focused the + and - keys can be used to zoom in and out and the arrow keys can be used to pan.
|
||||
|
||||
@@ -3,7 +3,7 @@ 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. The can be disabled by setting the `wrapX` option to `false`.
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user