global-mercator
Advanced tools
Comparing version
@@ -65,2 +65,3 @@ "use strict"; | ||
* @returns {Tile} | ||
* @example | ||
* latLngToTile({lat: 45, lng: 90, zoom: 5}) | ||
@@ -95,2 +96,3 @@ * //=> Tile { tx: 23, ty: 20, zoom: 5 } | ||
* @returns {Tile} | ||
* @example | ||
* metersToTile({mx: 10000000, my: 5500000, zoom: 5}) | ||
@@ -97,0 +99,0 @@ * //=> Tile { tx: 23, ty: 20, zoom: 5 } |
@@ -97,2 +97,3 @@ import * as Debug from 'debug' | ||
* @returns {Tile} | ||
* @example | ||
* latLngToTile({lat: 45, lng: 90, zoom: 5}) | ||
@@ -127,2 +128,3 @@ * //=> Tile { tx: 23, ty: 20, zoom: 5 } | ||
* @returns {Tile} | ||
* @example | ||
* metersToTile({mx: 10000000, my: 5500000, zoom: 5}) | ||
@@ -129,0 +131,0 @@ * //=> Tile { tx: 23, ty: 20, zoom: 5 } |
{ | ||
"name": "global-mercator", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Global Mercator", | ||
@@ -14,3 +14,4 @@ "main": "index.js", | ||
"coverage": "./node_modules/nyc/bin/nyc.js ./node_modules/ava/cli.js", | ||
"lint": "./node_modules/tslint/bin/tslint index.ts test.ts" | ||
"lint": "./node_modules/tslint/bin/tslint index.ts test.ts", | ||
"patch": "npm version patch && npm publish" | ||
}, | ||
@@ -17,0 +18,0 @@ "repository": { |
@@ -88,5 +88,11 @@ <!-- Generated by documentation.js. Update this documentation by updating the source code. --> | ||
Returns **Tile** latLngToTile({lat: 45, lng: 90, zoom: 5}) | ||
**Examples** | ||
```javascript | ||
latLngToTile({lat: 45, lng: 90, zoom: 5}) | ||
//=> Tile { tx: 23, ty: 20, zoom: 5 } | ||
``` | ||
Returns **Tile** | ||
# latLngToGoogle | ||
@@ -119,5 +125,11 @@ | ||
Returns **Tile** metersToTile({mx: 10000000, my: 5500000, zoom: 5}) | ||
**Examples** | ||
```javascript | ||
metersToTile({mx: 10000000, my: 5500000, zoom: 5}) | ||
//=> Tile { tx: 23, ty: 20, zoom: 5 } | ||
``` | ||
Returns **Tile** | ||
# pixelsToMeters | ||
@@ -124,0 +136,0 @@ |
Sorry, the diff of this file is not supported yet
847946
0.02%23158
0.02%374
3.31%