Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

slippy-tile

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slippy-tile - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

CHANGELOG.md
# 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 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc