UNPKG
geospatialdraw
Version:
latest (0.4.17)
0.6.0-alpha.13
0.6.0-alpha.12
0.6.0-alpha.11
0.6.0-alpha.10
0.6.0-alpha.9
0.6.0-alpha.8
0.6.0-alpha.7
0.6.0-alpha.6
0.6.0-alpha.5
0.6.0-alpha.4
0.6.0-alpha.3
0.6.0-alpha.2
0.6.0-alpha.1
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.17
0.4.15
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
Geospatial Map Drawing Library
github.com/connexta/geospatialdraw
connexta/geospatialdraw
geospatialdraw
/
target
/
webapp
/
coordinate-editor
/
delete-bbox-types.js
11 lines
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Indexes
=
void
0
;
var
Indexes
= {
north
:
3
,
south
:
1
,
west
:
0
,
east
:
2
, };
exports
.
Indexes
=
Indexes
;
//# sourceMappingURL=delete-bbox-types.js.map