services-layers 15.0.0-next.0
Install from the command line:
Learn more about npm packages
$ npm install @dlr-eoc/services-layers@15.0.0-next.0
Install via package.json:
"@dlr-eoc/services-layers": "15.0.0-next.0"
About this version
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
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:
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.
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 yourangular.json
file.
Run ng build services-layers
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test services-layers
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
Details
- services-layers
- dlr-eoc
- 25 days ago
- Apache-2.0
- 4 dependencies
Assets
- services-layers-15.0.0-next.0.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0