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

tileserver-gl

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tileserver-gl

Map tile server for JSON GL styles - vector and server side generated raster tiles

  • 1.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
328
increased by64.82%
Maintainers
2
Weekly downloads
 
Created
Source

TileServer GL

Build Status Docker Hub

Vector and raster maps with GL styles. Map tile server for Mapbox Android, iOS, GL JS, Leaflet, OpenLayers, GIS via WMTS, etc. Server side rendering by Mapbox GL Native.

Quickstart

Use npm install -g tileserver-gl to install the package from npm.

Then you can simply run tileserver-gl zurich_switzerland.mbtiles to start the server for the given mbtiles.

Or you can use docker run -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl to run the server inside a docker container.

Alternatively, you can use tileserver-gl-light package instead, which is pure javascript (does not have any native dependencies) and can run anywhere, but does not contain rasterization features.

Prepared vector tiles can be downloaded from OSM2VectorTiles.

Documentation

You can read full documentation of this project at http://tileserver.readthedocs.io/.

FAQs

Package last updated on 25 Aug 2016

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

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