14.0.0-next.0
版本发布时间: 2024-03-27 04:07:22
quentinlampin/ngx-openlayers最新发布版本:14.1.0-next.0(2024-04-29 20:43:51)
This version upgrades ol
dependency from 6.3.x
to 6.15.x
. As of openlayers 6.6.0
, types are now included in ol
dependency.
⚠ BREAKING CHANGES
-
ol
peer dep is now~6.15.1
-
DrawInteractionComponent
: inputtype
is now of typeType
-
SourceImageWMSComponent
: inputserverType
is now of typeServerType
-
OverlayComponent
: inputpositioning
is now of typePositioning
-
SourceTileWMSComponent
: inputprojection
is now of typeProjectionLike
and inputserverType
is now of typeServerType
-
SourceTileWMTSComponent
: inputrequestEncoding
is now of typeRequestEncoding
- all components inputs of type
Element
orNode
are now of typeHTMLElement
- all
olChangeActive
andpropertyChange
outputs are nowEventEmitter<ObjectEvent>
-
FormatMVTComponent
: inputfeatureClass
is now of typeFeatureClass
-
DragAndDropInteractionComponent
: inputformatConstructors
is now of typeFeatureFormat[]
-
LayerComponent
:prerender
andpostrender
inputs functions should now manage events of typeRenderEvent
-
SourceImageArcGISRestComponent
:attributions
input is now of typeAttributionLike
-
SourceTileWMTSComponent
:tileGrid
input is now of typeWMTSTileGrid
-
SourceUTFGridComponent
:tileJSON
input is now of typeConfig
-
StyleCircleComponent
:snapToPixel
andatlasManager
have been removed -
StyleIconComponent
:img
input is now of typeHTMLImageElement | HTMLCanvasElement
-
MapComponent
:prerender
output has been removed,precompose
output has been added.olClick
,dblClick
,pointerDrag
,pointerMove
,singleClick
outputs are now of typeEventEmitter<MapBrowserEvent<UIEvent>>
-
ViewComponent
:changeZoom
output has been removed