Skip to content

un-vector-tile-toolkit/produce-gsc-osm-46

Repository files navigation

note

This is for osm data (new one)

install and preparation

git clone https://github.com/un-vector-tile-toolkit/produce-gsc-osm-46
cd produce-gsc-osm-46
npm install
vi config/default.hjson

run (whole)

node index.js

run (priority tiles -update everyday)

node index_everyday.js

run (other tiles)

node index_XXXday.js

Update as scheduled task

It woudl be a good idea to use crontab.
You may need to use ssh-key if you want to upload the tile to an independent hosting server.

crontab -e  

(edit the crontab as you like)  
mm hh * * * cd /home/xxxx/produce-gsc-osm-46; ./work_every.sh

About

"produce-gsc-osm" was modified to make mbtile module 4, 5 and 6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages