tilemill-project / tilemill

TileMill is a modern map design studio
https://tilemill-project.github.io/tilemill/
BSD 3-Clause "New" or "Revised" License
3.12k stars 528 forks source link

Export process died. #500

Closed stepankuzmin closed 13 years ago

stepankuzmin commented 13 years ago

I've update TileMill to 80b0bfee1dbb67cb0794b4568a60989d4225644c commit. All works fine, except export.

Then I try to export any map to any format, export process dies, says:

Started undefined NaN 12:NaNam — 0 sec Export process died.

sabman commented 13 years ago

Having the same issue as Stephan also on 80b0bfe using OSX

➜ node -v        
v0.4.8
yhahn commented 13 years ago

Yep, need to update the export worker to use the new tilelive API. Will update this ticket when it's in place.

yhahn commented 13 years ago

Exports are working now, you'll need to rebuild your tilemill hard

cd tilemill
git pull
rm -rf node_modules
npm install

Everything's moving very fast, expect breakage here and there for a while : )