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
0
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 12.0.1-next.4 to 13.0.0

5

lib/map-ol.component.d.ts

@@ -7,5 +7,4 @@ import { OnInit, OnDestroy, AfterViewChecked, AfterViewInit, ElementRef, NgZone } from '@angular/core';

import Map from 'ol/Map';
import olVectorSource from 'ol/source/Vector';
import olGeometry from 'ol/geom/Geometry';
import olVectorLayer from 'ol/layer/Vector';
import { FeatureLike } from 'ol/Feature';
import * as i0 from "@angular/core";

@@ -65,3 +64,3 @@ export interface IMapControls {

*/
updateGeojsonLayerParamsWith(oldLayer: olVectorLayer<olVectorSource<olGeometry>>, newGeojsonLayer: VectorLayer): void;
updateGeojsonLayerParamsWith(oldLayer: olVectorLayer<FeatureLike>, newGeojsonLayer: VectorLayer): void;
private updateWmsLayerParamsWith;

@@ -68,0 +67,0 @@ private updateWmtsLayerParamsWith;

4

lib/map-ol.service.d.ts

@@ -10,3 +10,3 @@ import { ApplicationRef, EnvironmentInjector } from '@angular/core';

import olVectorSource from 'ol/source/Vector';
import olFeature from 'ol/Feature';
import olFeature, { FeatureLike } from 'ol/Feature';
import olProjection from 'ol/proj/Projection';

@@ -366,3 +366,3 @@ import { Options as olProjectionOptions } from 'ol/proj/Projection';

*/
getFeaturesExtent(features: olFeature<any>[], geographic?: boolean): TGeoExtent;
getFeaturesExtent(features: FeatureLike[], geographic?: boolean): TGeoExtent;
/** USED in map-ol.component */

@@ -369,0 +369,0 @@ /**

{
"name": "@dlr-eoc/map-ol",
"version": "12.0.1-next.4",
"version": "13.0.0",
"main": "src/public-api",

@@ -20,7 +20,7 @@ "license": "Apache-2.0",

"dependencies": {
"@dlr-eoc/services-map-state": "12.0.1-next.4",
"@dlr-eoc/services-layers": "12.0.1-next.4",
"@dlr-eoc/utils-maps": "12.0.1-next.4",
"ol": "^7.3.0",
"ol-mapbox-style": "^9.2.1",
"@dlr-eoc/services-map-state": "13.0.0",
"@dlr-eoc/services-layers": "13.0.0",
"@dlr-eoc/utils-maps": "13.0.0",
"ol": "^v9.2.4",
"ol-mapbox-style": "^12.3.1",
"proj4": "^2.9.0",

@@ -27,0 +27,0 @@ "tslib": "^2.4.0"

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