mapbox / node-tilejson

Tile source backend for online tile sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build status Coverage Status

node-tilejson

A javascript implementation of https://github.com/mapbox/tilejson-spec

install

npm install --save @mapbox/tilejson

API

This module mainly provides an API for use by tilelive: it implements methods that allow fetching of tiles and metadata given a TileJSON object.

Provides a metadata for online tile sources in json format.

About

Tile source backend for online tile sources

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 100.0%