slippy-tile
Advanced tools
Comparing version 1.3.1 to 1.3.2
# Changelog | ||
## 1.3.2 - 2016-10-27 | ||
- Add WMTS 1.0.0 options `{TileColumn}`, `{TileRow}` & `{TileMatrix}` | ||
## 1.3.0 - 2016-10-25 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "slippy-tile", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Helps convert Slippy Map url tile schemas", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -60,6 +60,6 @@ [![Build Status](https://travis-ci.org/DenisCarriere/slippy-tile.svg?branch=master)](https://travis-ci.org/DenisCarriere/slippy-tile) | ||
- `{x}`: Tile Column | ||
- `{y}`: Tile Row | ||
- `{-y}`: Tile Row using TMS tile scheme | ||
- `{zoom}`: Zoom Level | ||
- `{x}` or `{TileColumn}`: Tile Column | ||
- `{y}` or `{TileRow}`: Tile Row for Google Maps Compatible scheme | ||
- `{-y}`: Tile Row for TMS scheme | ||
- `{zoom}` or `{TileMatrix}`: Zoom Level | ||
- `{bbox}`: GeoJSON Bounding Box | ||
@@ -145,6 +145,10 @@ - `{quadkey}`: Microsoft's Quadkey | ||
## 1.3.2 - 2016-10-27 | ||
- Add WMTS 1.0.0 options `{TileColumn}`, `{TileRow}` & `{TileMatrix}` | ||
## 1.3.0 - 2016-10-25 | ||
- Changed main function to `parse` | ||
- Reduce library file size 400% (268KB to 60KB) | ||
- Reduce library file size 550% (268KB to 48KB) | ||
@@ -151,0 +155,0 @@ ## 1.2.4 - 2016-10-21 |
26205
172