Socket
Socket
Sign inDemoInstall

@dlr-eoc/services-layers

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlr-eoc/services-layers

This module is an interface to use our defined layer types in different mapping libraries. E.g. OpenLayers, Cesium, Leaflet, MapLibre. The conversion of the generalized layers to the map specific should be implemented in the corresponding component like i


Version published
Weekly downloads
12
decreased by-80.65%
Maintainers
0
Weekly downloads
 
Created
Source

@dlr-eoc/services-layers

The idea of the LayersService

It should be an interface to use our components with different mapping libraries e.g. OpenLayers, Cesium, Leaflet, MapLibre For example one layer control which is working with all the different maps and layertypes. The conversion from our generalized layers to the map specific should be implemented in the corresponding component like in @dlr-eoc/map-ol

The idea of the layerService

how to use this in a ukis-angular (@dlr-eoc/core-ui) project

import { LayersService } from '@dlr-eoc/services-layers';
constructor(public layersSvc: LayersService,...)
ngOnInit(){
  this.layersSvc.addLayer(layer, 'Baselayers');
}

It implements the base of handling ukis-layers and defines classes and types for Layers, LayerGroups, RasterLayers... There are actually three slots ('Baselayers' | 'Overlays' | 'Layers') to push layers so we can create a flat layer tree from that to give it to the corresponding map component. So if the mapping library does not handle groups it should also work.

The main functions you will work with are:

  • addLayer

  • updateLayer

  • removeLayer

  • addLayerGroup

  • updateLayerGroup

  • removeLayerGroup

  • removeLayerOrGroupById

  • getLayerOrGroupById

For examples see:

  • demo maps
  • layer-control

This module is used by components like:

  • @dlr-eoc/layer-control
  • @dlr-eoc/base-layers-raster
  • ...

===

This library was generated with Angular CLI version 8.2.14.

Code scaffolding

Run ng generate component component-name --project services-layers to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project services-layers.

Note: Don't forget to add --project services-layers or else it will be added to the default project in your angular.json file.

Build

Run ng build services-layers to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test services-layers to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Keywords

FAQs

Package last updated on 12 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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