Socket
Socket
Sign inDemoInstall

@dlr-eoc/services-map-state

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-map-state

This module is an interface to handle zoom, center, extent and time of maps. The idea is similar to @dlr-eoc/services-layers.


Version published
Weekly downloads
11
decreased by-59.26%
Maintainers
1
Weekly downloads
 
Created
Source

@dlr-eoc/services-map-state

The MapStateService should be an interface to handle zoom, center, extent and time of maps. The idea is similar to @dlr-eoc/services-layers.

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

import { MapStateService } from '@dlr-eoc/services-map-state';
constructor(public mapStateSvc: MapStateService,...)
ngOnInit(){
  this.mapStateSvc.setExtent([-14, 33, 40, 57]);
}

For examples see:

  • demo maps
  • map-ol

This module is used by components like:

  • @dlr-eoc/map-ol
  • @dlr-eoc/map-tools
  • @dlr-eoc/layer-control
  • ...

It implements a basic 'state' for the map like:

  • zoom
  • center
  • options
  • extent
  • time

for more details see map-state

===

This library was generated with Angular CLI version 8.2.14.

Code scaffolding

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

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

Build

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

Running unit tests

Run ng test services-map-state 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 14 Jul 2023

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