You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

ol-ext

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ol-ext - npm Package Compare versions

Comparing version

to
4.0.21

6

control/FeatureList.js

@@ -1,4 +0,4 @@

import ol_geom_Geometry from 'ol/geom/Geometry'
import ol_control_Control from 'ol/control/Control'
import ol_ext_element from '../util/element';
import ol_geom_Geometry from 'ol/geom/Geometry.js'
import ol_control_Control from 'ol/control/Control.js'
import ol_ext_element from '../util/element.js';

@@ -5,0 +5,0 @@ /** Feature list control

@@ -11,3 +11,3 @@ /* Copyright (c) 2015 Jean-Marc VIGLINO,

// ol < 6 compatibility VectorImage is not defined
// import ol_layer_VectorImage from 'ol/layer/VectorImage'
// import ol_layer_VectorImage from 'ol/layer/VectorImage.js'
import ol_layer_Image from 'ol/layer/Image.js'

@@ -14,0 +14,0 @@ import ol_layer_Heatmap from 'ol/layer/Heatmap.js'

@@ -15,3 +15,3 @@ import ol_style_Style from 'ol/style/Style.js'

import ol_geom_Polygon from 'ol/geom/Polygon.js'
import ol_ext_element from '../util/element'
import ol_ext_element from '../util/element.js'

@@ -18,0 +18,0 @@ /** Interaction rotate

@@ -9,3 +9,3 @@ /* Copyright (c) 2019 Jean-Marc VIGLINO,

import {transformExtent as ol_proj_transformExtent} from 'ol/proj.js'
// import {intersects as ol_extent_intersects} from 'ol/extent'
// import {intersects as ol_extent_intersects} from 'ol/extent.js'

@@ -12,0 +12,0 @@ import ol_source_Geoportail from '../source/Geoportail.js'

{
"name": "ol-ext",
"version": "4.0.20",
"version": "4.0.21",
"description": "A set of cool extensions for OpenLayers (ol) in node modules structure",

@@ -5,0 +5,0 @@ "main": "dist/ol-ext.js",

@@ -175,4 +175,4 @@ import ol_geom_Geometry from 'ol/geom/Geometry.js'

// To use this module with ol/geom/Geometry
// import 'ol-ext/utils/cspline'
// import 'ol-ext/utils/cspline.js'
export default ol_coordinate_cspline

Sorry, the diff of this file is too big to display