Skip to content
New issue

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

Add docker image #34

Open
HarelM opened this issue Mar 7, 2020 · 3 comments
Open

Add docker image #34

HarelM opened this issue Mar 7, 2020 · 3 comments

Comments

@HarelM
Copy link

HarelM commented Mar 7, 2020

Mapnik installation does not support windows anymore.
This means that this tool can't be installed on windows (As far as I could tell).
Creating a docker image of this command line tool can bypass this limitation for windows users.

@pthomas931
Copy link

It would appear the dependency chain is broken for this tool. However, it appears this fork works as intended: https://www.npmjs.com/package/@beyondtracks/spritezero-cli

@HarelM
Copy link
Author

HarelM commented Apr 13, 2020

@pthomas931 Thanks for the input, however, I'm looking for a solution to another fork of this repository that supports svgs and sdf.
In the meantime I found out that windows 10 has a built in capability of running linux and I was able to use that to create my sprite from svg files.
Thanks for the tip though :-)

@zbycz
Copy link

zbycz commented Mar 21, 2021

btw, I found docker image by @macteo and it works perfectly. Thanks to the author :)

I even managed to run it on Macbook Air M1, with preview version of docker.

Place your svg files in ./sprites/maki, and run this in current folder:
docker run --platform linux/amd64 -it -e FOLDER=maki -e THEME=makisprite -v ${PWD}:/data dolomate/spritezero

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants