API / geotoolkit / deviation / TrackMinMaxWidthStrategy / TrackMinMaxWidthStrategy
deviation.TrackMinMaxWidthStrategy.TrackMinMaxWidthStrategy
Type Aliases
Type Aliases
Ƭ Options: Object
options
| Name | Type | Description |
|---|---|---|
maxwidth? | number | maximum width of track for scaling on zoom in pixels |
minwidth? | number | minimum width of track for scaling on zoom in pixels |
scalewidth? | boolean | Defines if transformer can scale track's width on zooming, by default(=False) the transformer keeps the scale width same on zoom. |
widthscalex? | number | default scale by x position |
widthscaley? | number | default scale by y position |