Socket
Book a DemoInstallSign in
Socket

@ccrpc/subwaytile

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ccrpc/subwaytile

Unobtrusive tile server for MBTiles

latest
npmnpm
Version
0.3.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Subway Tile

Unobtrusive tile server for MBTiles.

Usage

subwaytile [data_root] [tile_uris]
npm start -- [data_root] [tile_uris]

Example

subwaytile /data https://a.tile.example.com https://b.tile.example.com

Given a tileset with the path /data/research/landuse.mbtiles and the above configuration, the endpoints are:

# TileJSON
http://localhost:8080/research/landuse.json

# Tiles
https://a.tile.example.com/research/landuse/{z}/{x}/{y}.pbf
https://b.tile.example.com/research/landuse/{z}/{x}/{y}.pbf

Credits

Subway Tile was developed by Matt Yoder for the Champaign County Regional Planning Commission.

License

Subway Tile is available under the terms of the BSD 3-clause license.

Keywords

tile

FAQs

Package last updated on 04 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts