Skip to content

Commit

Permalink
Merge pull request #1069 from dkastl/patch-1
Browse files Browse the repository at this point in the history
Fixes typo "positionning" -> "positioning"
  • Loading branch information
Viglino authored Jun 6, 2024
2 parents 090d436 + 745c6ed commit 643e804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlay/PopupFeature.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import ol_ext_element from '../util/element.js'
* @param {function|undefined} options.onclose: callback function when popup is closed
* @param {function|undefined} options.onshow callback function when popup is shown
* @param {Number|Array<number>} options.offsetBox an offset box
* @param {ol.OverlayPositioning | string | undefined} options.positionning
* @param {ol.OverlayPositioning | string | undefined} options.positioning
* the 'auto' positioning var the popup choose its positioning to stay on the map.
* @param {Template|function} [options.template] A template with a list of properties to use in the popup or a function that takes a feature and returns a Template, default use all feature properties
* @param {ol.interaction.Select} options.select a select interaction to get features from
Expand Down

0 comments on commit 643e804

Please sign in to comment.