global-mercator
Advanced tools
Comparing version 1.2.1 to 1.2.2
[![Build Status](https://travis-ci.org/DenisCarriere/global-mercator.svg?branch=master)](https://travis-ci.org/DenisCarriere/global-mercator) | ||
[![Coverage Status](https://coveralls.io/repos/github/DenisCarriere/global-mercator/badge.svg?branch=master)](https://coveralls.io/github/DenisCarriere/global-mercator?branch=master) | ||
[![npm version](https://badge.fury.io/js/global-mercator.svg)](https://badge.fury.io/js/global-mercator) | ||
@@ -29,14 +30,2 @@ # Global Mercator (ES6 Module) | ||
## Tests | ||
```bash | ||
$ npm test | ||
``` | ||
## Documentation | ||
```bash | ||
$ npm run docs | ||
``` | ||
## Features | ||
@@ -68,2 +57,14 @@ | ||
| gridLevels | Creates a grid level pattern of arrays | ||
| gridCount | Counts the total amount of tiles from a given BBox | ||
| gridCount | Counts the total amount of tiles from a given BBox | ||
## Tests | ||
```bash | ||
$ npm test | ||
``` | ||
## Documentation | ||
```bash | ||
$ npm run docs | ||
``` |
{ | ||
"name": "global-mercator", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Tools to help with TMS, Quadkey & Google (XYZ) Tiles", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
[![Build Status](https://travis-ci.org/DenisCarriere/global-mercator.svg?branch=master)](https://travis-ci.org/DenisCarriere/global-mercator) | ||
[![Coverage Status](https://coveralls.io/repos/github/DenisCarriere/global-mercator/badge.svg?branch=master)](https://coveralls.io/github/DenisCarriere/global-mercator?branch=master) | ||
[![npm version](https://badge.fury.io/js/global-mercator.svg)](https://badge.fury.io/js/global-mercator) | ||
@@ -29,14 +30,2 @@ # Global Mercator (ES6 Module) | ||
## Tests | ||
```bash | ||
$ npm test | ||
``` | ||
## Documentation | ||
```bash | ||
$ npm run docs | ||
``` | ||
## Features | ||
@@ -68,4 +57,17 @@ | ||
| gridLevels | Creates a grid level pattern of arrays | ||
| gridCount | Counts the total amount of tiles from a given BBox<!-- Generated by documentation.js. Update this documentation by updating the source code. --> | ||
| gridCount | Counts the total amount of tiles from a given BBox | ||
## Tests | ||
```bash | ||
$ npm test | ||
``` | ||
## Documentation | ||
```bash | ||
$ npm run docs | ||
``` | ||
<!-- Generated by documentation.js. Update this documentation by updating the source code. --> | ||
# lngLatToMeters | ||
@@ -72,0 +74,0 @@ |
141215
669