mapbox-gl-draw-geodesic
Advanced tools
Comparing version 2.3.0-alpha.0 to 2.3.0
# Changelog | ||
## 2.3.0 | ||
- upgrade to mapbox-gl-draw 1.4.3 | ||
@@ -4,0 +6,0 @@ |
@@ -43,3 +43,2 @@ 'use strict'; | ||
} | ||
function isCircleByTypeAndProperties(type, properties$1) { | ||
@@ -63,3 +62,2 @@ return type === geojsonTypes.POLYGON && typeof properties$1[properties.CIRCLE_RADIUS] === 'number' && properties$1[properties.CIRCLE_RADIUS] > 0; | ||
} | ||
function getCircleRadius(geojson) { | ||
@@ -66,0 +64,0 @@ if (!isCircle(geojson)) { |
@@ -41,3 +41,2 @@ import MapboxDraw from '@mapbox/mapbox-gl-draw'; | ||
} | ||
function isCircleByTypeAndProperties(type, properties$1) { | ||
@@ -61,3 +60,2 @@ return type === geojsonTypes.POLYGON && typeof properties$1[properties.CIRCLE_RADIUS] === 'number' && properties$1[properties.CIRCLE_RADIUS] > 0; | ||
} | ||
function getCircleRadius(geojson) { | ||
@@ -64,0 +62,0 @@ if (!isCircle(geojson)) { |
@@ -99,3 +99,2 @@ (function (global, factory) { | ||
} | ||
function isCircleByTypeAndProperties(type, properties$1) { | ||
@@ -119,3 +118,2 @@ return type === geojsonTypes.POLYGON && typeof properties$1[properties.CIRCLE_RADIUS] === 'number' && properties$1[properties.CIRCLE_RADIUS] > 0; | ||
} | ||
function getCircleRadius(geojson) { | ||
@@ -122,0 +120,0 @@ if (!isCircle(geojson)) { |
{ | ||
"name": "mapbox-gl-draw-geodesic", | ||
"version": "2.3.0-alpha.0", | ||
"version": "2.3.0", | ||
"description": "Geodesic plugin for Mapbox GL Draw", | ||
@@ -37,10 +37,10 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "^7.23.0", | ||
"@babel/plugin-transform-runtime": "^7.22.15", | ||
"@babel/preset-env": "^7.22.20", | ||
"@babel/runtime": "^7.23.1", | ||
"@babel/core": "^7.23.5", | ||
"@babel/plugin-transform-runtime": "^7.23.4", | ||
"@babel/preset-env": "^7.23.5", | ||
"@babel/runtime": "^7.23.5", | ||
"@mapbox/mapbox-gl-draw": "^1.4.3", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^25.0.5", | ||
"@rollup/plugin-node-resolve": "^15.2.2", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
@@ -51,4 +51,4 @@ "jest": "^29.7.0", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^3.29.4", | ||
"rollup-plugin-visualizer": "^5.9.2" | ||
"rollup": "^4.6.1", | ||
"rollup-plugin-visualizer": "^5.9.3" | ||
}, | ||
@@ -55,0 +55,0 @@ "peerDependencies": { |
@@ -32,3 +32,3 @@ # mapbox-gl-draw-geodesic | ||
``` | ||
<script src="https://unpkg.com/mapbox-gl-draw-geodesic@2.2.5/dist/mapbox-gl-draw-geodesic.umd.min.js"></script> | ||
<script src="https://unpkg.com/mapbox-gl-draw-geodesic@2.3.0/dist/mapbox-gl-draw-geodesic.umd.min.js"></script> | ||
``` | ||
@@ -35,0 +35,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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1092957
2