UNPKG
slippy-bbox
Version:
latest (1.0.0)
1.0.0
calculate a bounding box for a slippy map (x,y,zoom) coordinate
slippy-bbox
/
package.json
17 lines
(16 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"slippy-bbox"
,
"version"
:
"1.0.0"
,
"description"
:
"calculate a bounding box for a slippy map (x,y,zoom) coordinate"
,
"main"
:
"index.js"
,
"keywords"
:
[
"slippy"
,
"geo"
,
"gis"
,
"mbtile"
,
"bbox"
,
"bounding box"
,
"coordinates"
,
"wsen"
]
}