Socket
Socket
Sign inDemoInstall

@dlr-eoc/base-layers-raster

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlr-eoc/base-layers-raster

This project includes a few often used layers in ukis mapping applications e.g. eoc_litemap, osm, ...


Version published
Maintainers
1
Created
Source

@dlr-eoc/base-layers-raster

This project includes a few often used layers in ukis mapping applications e.g. eoc_litemap, osm, ...

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

For examples see demo maps

add the following dependencies to the package.json
  • "@dlr-eoc/base-layers-raster"
add the following to map route/component
import { osm, eoc_litemap } from '@dlr-eoc/base-layers-raster';


const layer = new eoc_litemap({
    visible: true
});


this.layersSvc.addLayer(layer, 'Baselayers');

===

This library was generated with Angular CLI version 8.2.14.

Code scaffolding

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

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

Build

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

Running unit tests

Run ng test base-layers-raster 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 11 Jan 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc