mojodna/tessera

Exits without doing anything on tmsource

Closed this issue · 2 comments

when I do

npm install mapnik tilelive-tmsource tilelive-tmstyle tilejson tilelive-http tilelive-vector tessera
node_modules/tessera/server.js tmsource://./

nothing happens and tessera immediately exits with exit code 0.

I also tried node_modules/tessera/server.js tmsource:///home/pnorman/osm/meddo and PATH=pwd/node_modules/.bin/:$PATH node_modules/tessera/server.js tmsource://./, nothing changed.

server.js exports a function rather than being the main command entrypoint.

Try node_modules/.bin/tessera tmsource://./ instead.