New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dlr-eoc/user-info

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlr-eoc/user-info - npm Package Versions

2345

15.0.0

Diff

dlr-eoc-ukis
published 15.0.0-next.1 •

dlr-eoc-ukis
published 15.0.0-next.0 •

dlr-eoc-ukis
published 14.0.0 •

Changelog

Source

14.0.0 (2024-08-05) (map-cesium, angular update, @clr and @cds update)

Breaking Changes

  • Update angular from ^16.2.3 to ^17.3.11 Issue #232
  • Upadte @clr/angular from ^15.12.0 to ^17.2.1 Issue #232
  • Upadte @clr/ui from ^15.12.0 to ^17.2.1 Issue #232 Clients now have to set the clarity theme as described in their documentation (Step 3: Set the Theme)
  • Remove @clr/icons and replace it with the icons from @cds/core. Now each icon that is used must be imported into the component where it is in the template. See clarity documentation icons. Use import '@cds/core/icon/register.js'; in a main file of the application so that it is used only once.
  • Set node and npm compatibility for angular 17 (node: 20.15.1 and npm: 10.7.0)

Features

  • @dlr-eoc/map-cesium:
  • Added popup interface as an alternative to the infoBox. (In the long run the popup will replace the infoBox)
  • Adjustments for 3D scene lighting and support for imageBasedLighting luminanceAtZenith.
  • Added control option for the default globe color.
  • Added support for icon markers for point geojson features.
dlr-eoc-ukis
published 14.0.0-next.0 •

dlr-eoc-ukis
published 13.0.1-next.0 •

dlr-eoc-ukis
published 13.0.0 •

Changelog

Source

13.0.0 (2024-07-08) (services-map-state, map-ol, map-cesium and map-maplibre)

Breaking Changes

  • Update ol from ^7.3.0 to ^v9.2.4 Issue #225 @dlr-eoc/map-ol, @dlr-eoc/map-tools, @dlr-eoc/services-ogc, @dlr-eoc/utils-maps, @dlr-eoc/utils-ogc and demo-maps
  • @dlr-eoc/map-maplibre:
  • Move functions addUkisLayerMetadata and getUkisLayerMetadata from maplibre-layers.helpers to maplibre.helpers and remove hasUkisLayerMetadata.
  • Update maplibre-gl from v^3.3.0 to v^4.1.3 see maplibre-gl Breaking Changes.
  • @dlr-eoc/map-ol:
  • Move type IPopupEvent to @dlr-eoc/services-layers
  • @dlr-eoc/map-cesium:
  • Update cesium/engine from v^6.1.0 to v^10.0.0 and cesium/widgets from v^4.3.0 to v^7.0.0 see cesiumJS Breaking Changes.
  • Removed some external dependencies for cesium, as they are no longer required.

Features

  • @dlr-eoc/services-map-state:

    • Added viewAngle and rotation to mapState Issue #216.
    • Added optional notifier to setTime like in the setters setExtent, setViewAngle or setRotation.
    • Test for incorrect values in setters
  • @dlr-eoc/map-ol:

    • Adding support for mapState rotation #216
  • @dlr-eoc/map-cesium:

    • Adding support for mapState viewAngle and rotation
    • Added flyTo options for setViewAngle and setRotation
    • Added flyTo options for setNadirViewAngle - This can be useful if you switch the map to a 2D view and want to reset the ViewAngle before.
  • @dlr-eoc/map-maplibre:

  • Update "maplibre-gl-js" from 4.1.3 to 4.5.0 also see maplibre-gl.
  • Adding support for mapState viewAngle and rotation
  • Added new UKIS_METADATA.ignoreOpacity and UKIS_METADATA.ignoreVisibility which can be used in CustomLayer to prevent changing the opacity or visibility for some layers.
  • Added new function updateStyleLayerProperties(map: glMap, mllayer: TypedStyleLayer, layer: ukisLayer) to update paint, layout, maxzoom, minzoom, filter, source and source-layer from ukisLayers.
  • Added new function setUkisLayerMetadata(ml: TypedStyleLayer, meta: Partial<IukisMetadata>) and interface IukisMetadata.
  • shared-assets:
    • Add tilejson for open-map-style

Bug Fixes

  • @dlr-eoc/map-maplibre:
  • Fix wrong coordinate order from getExtent #216
  • Rename set/getBearing to set/getRotation because we want to have the same behavior as in openlayers and set/getBearing is expected differently in maplibre.
  • Fix create StyleLayer id in createCustomLayer and createStackedLayer.
  • Fix create default StyleLayers for GeoJson Data (test for MultiPolygon and MultiLineString).
  • Do not modify referenced objects when creating StyleLayers from CustomLayer or VectorLayer.options.style see also (cddf2fc6a83444851914ed6619bc8d5ada8ce485)
  • Fix add layer with the correct beforeId on update PaintProperty workaround for maplibre issue 3001.
  • Fix workaround that tried to get beforeId after layer was removed. Now use workaround only if map.getTerrain() is not not null.
  • Fix set layout.visibility in style of VectorLayer based on VectorLayer.visible.
  • Fix set VectorLayer.attribution from VectorLayer.options.style for TMS.
  • Fix set subdomains from VectorLayer in VectorLayer.options.style for TMS.
  • Fix return type of getUkisLayerMetadata.
  • @dlr-eoc/map-cesium:
    • Fix get entity.name for infoBox in none GeoJson layers
    • Get camera view and set Mapstate before destroy to preserve the last state for switching maps.
dlr-eoc-ukis
published 12.0.1-next.4 •

dlr-eoc-ukis
published 12.0.1-next.3 •

dlr-eoc-ukis
published 12.0.1-next.2 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc