unvt / charites

It is an application to style vector tiles easily
https://unvt.github.io/charites/
MIT License
54 stars 13 forks source link

merge multiple sprite files into a single sprite #30

Closed JinIgarashi closed 1 month ago

JinIgarashi commented 3 years ago

This might be related to https://github.com/unvt/charites/issues/29.

Combination of multiple style.json can be done manually, however currently there is no easy way to merge multiple source of sprite into a single sprite unless we generate sprite files from original SVG icons.

It would be great if charites have a feature to merge multiple sprite files although I am not very sure whether it is possible technically...

keichan34 commented 1 month ago

Since maplibre introduced multiple stylesheets per style.json, I think this is no longer needed. I built a simple service to merge stylesheets, but we've deprecated it in favor of that feature. What do you think?