Socket
Socket
Sign inDemoInstall

@dlr-eoc/services-layers

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlr-eoc/services-layers - npm Package Versions

1234

7.1.0

Diff

Changelog

Source

7.1.0 (2020-06-03) (Schematics, OL-configuration, performance-monitoring)

Features

  • @dlr-eoc/core-ui: add tests for schematics to CI
  • @dlr-eoc/core-ui: Provide header component from core-ui module
  • @dlr-eoc/map-ol: Allow to pass OpenLayers options to IMapControls
  • demo-maps: Added new component performance, that measures FPS and change detection.
  • demo-maps: Added new route map7 that showcases drop in performance when displaying large vector datasets.
  • demo-maps: Added service LargeLayersService that allows users to load data from a WFS with a specified data-strategy (downloading full data, downloading only current viewport, using simplified geometry, not loading any properties) to compare how each strategy affects loading- and render-performance.

Refactoring

  • @dlr-eoc/core-ui: on ngAdd without routing setup a view component so not all code is placed in the App component - this

  • @dlr-eoc/core-ui: Start convert clr-theme to use custom css properties. If you must support IE11 see Setting up IE11 support.

  • @dlr-eoc/services-layers: Type for CustomLayer (type: 'custom') now optional on creation

  • demo-maps: Add more examples how to use CustomLayers for OpenLayers route-example-custom-layers

  • @dlr-eoc/map-ol:

    • Overview-Map Control now as default uses a Clarity Icon
    • Prepare for OpenLayers Types with ol@dev
    • Start to use custom css properties

Bug Fixes

  • demo-maps: workaround for header overflow #6

  • @dlr-eoc/layer-control: Layerentry expand icon not working in Edge Browser due to [dir].

  • @dlr-eoc/map-ol:

    • Fix Bug Attribution Control is displayed twice Issue #3
    • Fix Bug Issue #1 Layer Popup now working for BaseTile, BaseImage, BaseVector (Cluster, Vector, VectorTile)
  • @dlr-eoc/core-ui: Use the same types for 'ts' as @schematics/angular /**Types of property 'kind' are incompatible */

  • @dlr-eoc/services-ogc:

    • Used to depend on @boundlessgeo/jsonix, because this fork of @highsource/jsonix worked with angular8. However, that fork declared a couple of variables globally, which now no longer works with angular9 and the ES2015 target.
    • Created an own fork under @michaellangbein/jsonix that adresses both the global variables issue and allows building to es2015.
    • All imports of 'jsonix' have been updated to '@michaellangbein/jsonix'
    • As a consequence of using this package, the sourceIsEvt hack in src/index.html is no longer required and has been removed.
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