New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@acalcutt/tileserver-gl-light

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acalcutt/tileserver-gl-light

Map tile server for JSON GL styles - serving vector tiles

  • 5.2.1-pre.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
decreased by-12.5%
Maintainers
1
Weekly downloads
 
Created
Source

TileServer GL light

Build Status Docker Hub

Vector maps with GL styles. Map tile server for Mapbox Android, iOS, GL JS, Leaflet, OpenLayers, etc. without server side rendering.

Quickstart

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

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

See also tileserver-gl which contains server side rendering.

Prepared vector tiles can be downloaded from OpenMapTiles.com.

Building docker image

You can build TileServer GL light image from source.

git clone https://github.com/acalcutt/tileserver-gl.git
cd tileserver-gl
node publish.js --no-publish
cd light
docker build -t tileserver-gl-light .

Download from OpenMapTiles.com or create your vector tile, and run following in directory contains your *.mbtiles.

docker run --rm -it -v $(pwd):/data -p 8000:80 tileserver-gl-light

Documentation

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

Keywords

FAQs

Package last updated on 13 Feb 2023

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