We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to write up command line usage docs for TileMill.
Here is a start...
linux:
cd /usr/share/tilemill ./index.js --help
OSX:
cd /Applications/TileMill.app/Contents/Resources/ ./node ./index.js --help
Windows and TIleMill 0.10.1:
cd "C:\Program Files (x86)\TileMill-v0.10.0\tilemill" .\node.exe .\index.js --help
Windows and TIleMill 0.10.0 and older:
cd "C:\Program Files (x86)\TileMill-v0.10.0\tilemill" set PATH=node_modules\mapnik\lib\mapnik\lib;node_modules\zipfile\lib;%PATH% .\node.exe .\index.js --help
The text was updated successfully, but these errors were encountered:
set the custom PATH for windows in index.js to avoid having to set in…
455c06a
… the environment - refs #1742
set the PATH correctly on windows, using absolute paths to the mapnik…
b9475c8
… and zipfile libs - this actually works now and will obsolete the code at https://github.com/mapbox/tilemill-win-launcher/blob/f15a96cd1ba70ac38b5ecc1efa61f8562d6ccc0b/tilemill.cc#L209 - refs #1742
done in f5bfdf3, available at http://www.mapbox.com/tilemill/docs/manual/exporting/#exports_from_the_command_line
Sorry, something went wrong.
:D
No branches or pull requests
We need to write up command line usage docs for TileMill.
Here is a start...
linux:
cd /usr/share/tilemill ./index.js --help
OSX:
cd /Applications/TileMill.app/Contents/Resources/ ./node ./index.js --help
Windows and TIleMill 0.10.1:
Windows and TIleMill 0.10.0 and older:
The text was updated successfully, but these errors were encountered: