Fix typo in extent-constrained example

Co-Authored-By: jahow <olivier.guyot@camptocamp.com>
This commit is contained in:
Andreas Hocevar
2019-03-04 18:11:15 +01:00
committed by GitHub
parent 447266cbe8
commit 0995f95ef1

View File

@@ -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>