Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

julien-f/mb-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mb-proxy

Basic Mapbox proxy server.

Tiles are cached by the server to avoid too many downloads from Mapbox.

Install

  1. Download manually.

  2. Copy the configuration file from the template.

cd mb-proxy/server
cp config.json.dist config.json
  1. Edits the configuration.

  2. Installs dependencies and compiles the client.

cd mb-proxy/client
npm install
./gulp --production
  1. Installs dependencies and run the server.
cd mb-proxy/server
npm install
./bin/mb-proxy
  1. Opens your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published