You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@
13
13
- Removed `pipes` and moved it to new library `@dlr-eoc/ngx-ukis-utilities`[Issue #267](https://github.com/dlr-eoc/ukis-frontend-libraries/issues/267).
14
14
15
15
### Bug Fixes
16
+
***@dlr-eoc/map-maplibre:**
17
+
- Replaced `TypedStyleLayer` with `StyleLayer` because `TypedStyleLayer` is not exported anymore.
conststyleLayers=layerSpecifications.map(ls=>map.getLayer(ls.id))asTypedStyleLayer[];//Temp fix of : Property ... of exported class expression may not be private or protected
115
+
conststyleLayers=layerSpecifications.map(ls=>map.getLayer(ls.id))asStyleLayer[];//Temp fix of : Property ... of exported class expression may not be private or protected
116
116
117
117
return{
118
118
layerSpecifications,
@@ -132,7 +132,7 @@ export class MapMaplibreService {
conststyleLayers=layerSpecifications.map(ls=>map.getLayer(ls.id))asTypedStyleLayer[];//Temp fix of : Property ... of exported class expression may not be private or protected
135
+
conststyleLayers=layerSpecifications.map(ls=>map.getLayer(ls.id))asStyleLayer[];//Temp fix of : Property ... of exported class expression may not be private or protected
136
136
return{
137
137
layerSpecifications,
138
138
styleLayers
@@ -191,7 +191,7 @@ export class MapMaplibreService {
0 commit comments