Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 620 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 620 Bytes

carbon

image-tile-server to be integrated with onyx

limitations: Works with Node 8 only

As discussed here, node-mapbox-gl-native has some issue with Node 10. Please use Node 8. See also .node-version.

install

git clone [email protected]:hfu/carbon
cd carbon
npm install
vi config/default.hjson

use

vi config/default.hjson
npm run-script Xvfb
./pmstart.sh
# ...
./pmstop.sh

I renamed pmserve.sh to pmstart.sh since this time.