Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@dlr-eoc/map-ol

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/map-ol - npm Package Compare versions

Comparing version 14.0.0 to 15.0.0-next.0

2

lib/map-ol.component.d.ts

@@ -75,3 +75,3 @@ import { OnInit, OnDestroy, AfterViewChecked, AfterViewInit, ElementRef, NgZone } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<MapOlComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MapOlComponent, "ukis-map-ol", never, { "layersSvc": { "alias": "layersSvc"; "required": false; }; "mapStateSvc": { "alias": "mapState"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; }, {}, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MapOlComponent, "ukis-map-ol", never, { "layersSvc": { "alias": "layersSvc"; "required": false; }; "mapStateSvc": { "alias": "mapState"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; }, {}, never, never, true, never>;
}
{
"name": "@dlr-eoc/map-ol",
"version": "14.0.0",
"version": "15.0.0-next.0",
"main": "src/public-api",

@@ -15,14 +15,14 @@ "license": "Apache-2.0",

"peerDependencies": {
"@angular/common": "^17.3.11",
"@angular/core": "^17.3.11",
"@cds/core": "^6.12.0",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@cds/core": "^6.13.0",
"rxjs": "~7.8.0"
},
"dependencies": {
"@dlr-eoc/services-map-state": "14.0.0",
"@dlr-eoc/services-layers": "14.0.0",
"@dlr-eoc/utils-maps": "14.0.0",
"@dlr-eoc/services-map-state": "15.0.0-next.0",
"@dlr-eoc/services-layers": "15.0.0-next.0",
"@dlr-eoc/utils-maps": "15.0.0-next.0",
"ol": "^v9.2.4",
"ol-mapbox-style": "^12.3.1",
"proj4": "^2.11.0",
"proj4": "^2.12.1",
"tslib": "^2.6.3"

@@ -29,0 +29,0 @@ },

export * from './lib/map-ol.service';
export * from './lib/map-ol.component';
export * from './lib/map-ol.module';

@@ -36,18 +36,2 @@ # @dlr-eoc/map-ol

#### add the following to the app.module.ts
```
import { MapOlModule } from '@dlr-eoc/map-ol';
import { LayerControlModule } from '@dlr-eoc/layer-control';
...
imports: [
...
MapOlModule,
LayerControlModule
]
```
#### add the following to a route-view.component.html

@@ -62,5 +46,5 @@ ```

```
import { LayersService } from '@dlr-eoc/services-layers';
import { MapOlComponent, MapOlService, IMapControls } from '@dlr-eoc/map-ol';
import { LayerControlComponent, LayersService } from '@dlr-eoc/layer-control';
import { MapStateService } from '@dlr-eoc/services-map-state';
import { IMapControls } from '@dlr-eoc/map-ol';

@@ -72,2 +56,11 @@ import { OsmTileLayer, EocLitemap, BlueMarbleTile } from '@dlr-eoc/base-layers-raster';

```
providers: [LayersService, MapStateService, MapOlService],
standalone: true,
imports: [
...
MapOlComponent,
LayerControlComponent
]
...
controls: IMapControls;

@@ -74,0 +67,0 @@ constructor(

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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