0.1.7 • Published 4 years ago

@sansumbrella/mapbox-tilesets v0.1.7

Weekly downloads
16
License
BSD-3-Clause
Repository
github
Last release
4 years ago

tilesets-js

A utility library for uploading and tiling data using the Mapbox Tilesets API.

Usage

const { TilesetsAPI } = require("@sansumbrella/mapbox-tilesets");

const tilesets = new TilesetsAPI(username, accessToken);
await tilesets.uploadRecipe(recipe, "custom-tileset");
await tilesets.publish(`${username}.custom-tileset`);

Warning: The data upload endpoint is not idempotent. Every time you upload data, it is appended to your existing source.

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago