Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "tilebelt", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "simple tile utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
tilebelt | ||
==== | ||
[![Build Status](https://travis-ci.org/mapbox/tilebelt.svg?branch=master)](https://travis-ci.org/mapbox/tilebelt) | ||
@@ -21,2 +22,3 @@ simple [tile](http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames) utilities | ||
##features | ||
function | description | ||
@@ -33,2 +35,7 @@ ---|--- | ||
quadkeyToTile(quadkey) | get the tile for a quadkey | ||
pointToTile(lon, lat, zoom) | get the tile for a point at a specified zoom level | ||
pointToTile(lon, lat, zoom) | get the tile for a point at a specified zoom level | ||
##tests | ||
```bash | ||
npm test | ||
``` |
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
8260
7
39