@dlr-eoc/map-cesium
Advanced tools
Changelog
12.0.0 (2023-12-12) (map-ol, map-cesium and map-maplibre)
^14.2.11
to ^16.2.1
automatic migrations are made by ng update. See update angular from 14.0-15.0 and 14.0-15.0.^13.17.0
to ^15.12.0
. See releases Breaking Changes. Fixes in styles have been made so update the styles folder from projects/core-ui/schematics/ng-add/files/src/styles
and also add class="content-area map-view"
for content areas that include a map.^6.6.7
to ~7.8.0
. Fixes of deprecations forkJoin(obs,obs)
to forkJoin([obs,obs])
and retryWhen()
to retry({count: number deley: ()=> })
and combineLatest()
to combineLatestWith()
and of<T>()
to of()
.@dlr-eoc/map-cesium:
Tgroupfiltertype
. Use Tgroupfiltertype = TFiltertypesUncap | TFiltertypes
and import them from @dlr-eoc/services-layers
.@dlr-eoc/map-ol:
Tgroupfiltertype
. Use Tgroupfiltertype = TFiltertypesUncap | TFiltertypes
and import them from @dlr-eoc/services-layers
.IPopupParams
is passed so you can use IPopupParams.color
and IPopupParams.mapEvent
. For the remaining properties, use IPopupParams.properties
, which contains feature properties and async data.MapOlService.addPopup
function are changed as follows addPopup(popupParams: IPopupParams, popupObj?: popup, html?: string, event?: 'click' | 'move', removePopups?: boolean)
.IPopupArgs
and IDynamicPopupArgs
have been removed. Use IPopupParams
nowIPopupParams
instead of IDynamicPopupArgs
- popup.dynamicPopup.getAttributes(params:IPopupParams)
notifier
is removed from MapOlService.setZoom(zoom: number)
@dlr-eoc/map-tools:
@dlr-eoc/utilities:
@dlr-eoc/map-maplibre:
@dlr-eoc/map-cesium:
@dlr-eoc/services-layers:
layer.popup
gets more types and uses IPopupParams
which will be applied to all popups.TFiltertypesUncap
to use with TFiltertypes
. So Tgroupfiltertype = TFiltertypesUncap | TFiltertypes
is usable in maps.@dlr-eoc/map-ol:
MapOlService.popupEvents: Subject<IPopupEvent>
. For this add asObservable: true
to a popup object, you will then be able to subscribe to the event instead of having a popup container being added to the map.IPopupEvent
is exposed.@dlr-eoc/map-tools: