You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reproject-bbox.js
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ if (typeof merge !== "function") {
11
11
constCUSTOM_PROJECTION_ERROR=
12
12
"[reproject-bbox] You passed in a value of 32767 for {{%s}}, which means a custom non-standard projection. Please pass in a Well-Known Text or PROJ4JS String instead.";
13
13
14
-
functionreprojectBoundingBox({ bbox, density, from,proj4: _proj4, split =true, to }){
@@ -7634,7 +7645,7 @@ if (typeof merge !== "function") {
7634
7645
constCUSTOM_PROJECTION_ERROR=
7635
7646
"[reproject-bbox] You passed in a value of 32767 for {{%s}}, which means a custom non-standard projection. Please pass in a Well-Known Text or PROJ4JS String instead.";
7636
7647
7637
-
functionreprojectBoundingBox({ bbox, density, from,proj4: _proj4, split =true, to }){
0 commit comments