Fix typo in extent-constrained example
Co-Authored-By: jahow <olivier.guyot@camptocamp.com>
This commit is contained in:
@@ -3,7 +3,7 @@ layout: example.html
|
|||||||
title: Constrained Extent
|
title: Constrained Extent
|
||||||
shortdesc: Example of a view with a constrained extent.
|
shortdesc: Example of a view with a constrained extent.
|
||||||
docs: >
|
docs: >
|
||||||
This map has a view that is constrained in an extent. This is done using the `extent` view option. Please note that specifying `restrictOnlyCenter: true` would only apply the extent restriction to the view center.
|
This map has a view that is constrained in an extent. This is done using the `extent` view option. Please note that specifying `constrainOnlyCenter: true` would only apply the extent restriction to the view center.
|
||||||
tags: "view, extent, constrain, restrict"
|
tags: "view, extent, constrain, restrict"
|
||||||
---
|
---
|
||||||
<div id="map" class="map"></div>
|
<div id="map" class="map"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user