Skip to content

Commit

Permalink
[BUILD]
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Sep 16, 2024
1 parent bab9e24 commit b83b7b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/ol-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -42370,6 +42370,7 @@ ol.style.FlowLine = class olstyleFlowLine extends ol.style.Style {
* @param {number} options.rotation
* @param {boolean} options.rotateWithView
* @param {string} [options.declutterMode] Declutter mode "declutter" | "obstacle" | "none" | undefined
* @param {number} [options.scale=1]
* @param {number} [options.opacity=1]
* @param {number} [options.fontSize=1] size of the font compare to the radius, fontSize greater than 1 will exceed the symbol extent
* @param {string} [options.fontStyle] the font style (bold, italic, bold italic, etc), default none
Expand All @@ -42396,6 +42397,7 @@ ol.style.FontSymbol = class olstyleFontSymbol extends ol.style.RegularShape {
super ({
radius: options.radius,
fill: options.fill,
scale: options.scale,
rotation: options.rotation,
displacement: options.displacement,
rotateWithView: options.rotateWithView,
Expand Down
2 changes: 1 addition & 1 deletion dist/ol-ext.min.js

Large diffs are not rendered by default.

0 comments on commit b83b7b7

Please sign in to comment.