unvt / charites

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

feat: add --sdf option to allow users to use SDF sprite in serve command #176

Closed JinIgarashi closed 11 months ago

JinIgarashi commented 11 months ago

@smellman

Description

closes #175

I tested with the following command to have confirmed SDF sprite is served as localhost

charites serve --sprite-input=test/data/icons --sdf test/data/style.yml

It would be nice if --sdf option is available in build command, but that is not urgent since sprite-one can be directly used to build sprite files, hence I only added this option for serve command

Type of Pull Request

Verify the followings

Refer to CONTRIBUTING.MD for more details.