Giter Club home page Giter Club logo

tessella's Introduction

tessella

npm version npm downloads build status docker pulls

tessella is a lightweight Node.js Mapbox Vector Tiles server. Inspired by tessera.

Installation

tessella requires node v7.6.0 or higher for ES2015 and async function support.

npm install tessella -g
npm install -g <tilelive modules...>

...or build from source

git clone https://github.com/urbica/tessella.git
cd tessella
yarn

Usage

Usage: tessella [options] [URI]

where [URI] is is tilelive URI to serve and [options] is any of:
 --port - port to run on (default: 4000)
 --socket - use Unix socket instead of port
 --version - returns running version then exits

Examples

MBTiles

npm install -g mbtiles
tessella mbtiles://./whatever.mbtiles

PostGIS

npm install -g tilelive-postgis
tessella postgis://localhost/test?table=tableName&geometry_field=geom

Using with Docker

docker run -d -p 4000:4000 <URI>

Where URI is is tilelive URI to serve.

tessella's People

Contributors

greenkeeperio-bot avatar stepankuzmin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.