Skip to content

Commit 1c340c3

Browse files
authored
Merge pull request #536 from mapforge-org/depfu/update/importmap/@turf/bbox-7.3.1
[js] Update @turf/bbox 7.3.0 → 7.3.1 (patch)
2 parents 0cbd92f + e1ba90e commit 1c340c3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

config/importmap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
pin "@turf/length", to: "@turf--length.js", preload: false # @7.3.0
8787
pin "@turf/area", to: "@turf--area.js", preload: false # @7.3.1
8888
pin "@turf/buffer", to: "@turf--buffer.js", preload: false # @7.3.0
89-
pin "@turf/bbox", to: "@turf--bbox.js", preload: false # @7.3.0
89+
pin "@turf/bbox", to: "@turf--bbox.js", preload: false # @7.3.1
9090
pin "@turf/center", to: "@turf--center.js", preload: false # @7.3.0
9191
pin "@turf/jsts", to: "@turf--jsts.js", preload: false # @2.7.2
9292
# dependencies of turf/buffer

vendor/javascript/@turf--bbox.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
// @turf/bbox@7.3.0 downloaded from https://ga.jspm.io/npm:@turf/bbox@7.3.0/dist/esm/index.js
2-
31
import{coordEach as t}from"@turf/meta";function n(n,i={}){if(n.bbox!=null&&true!==i.recompute)return n.bbox;const r=[Infinity,Infinity,-Infinity,-Infinity];t(n,(t=>{r[0]>t[0]&&(r[0]=t[0]);r[1]>t[1]&&(r[1]=t[1]);r[2]<t[0]&&(r[2]=t[0]);r[3]<t[1]&&(r[3]=t[1])}));return r}var i=n;export{n as bbox,i as default};
42

0 commit comments

Comments
 (0)