unvt / charites

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

Can not run init command with --metadatajson-urls option #32

Closed naogify closed 2 years ago

naogify commented 2 years ago

When I run the command,

charites init style.yml --metadatajson-urls https://tileserver.example.com/metadata.json

then it shows error message.

error: missing required argument '--tilejson-urls'
JinIgarashi commented 2 years ago

@naogify fixed with #34 now. Could you confirm it?

naogify commented 2 years ago

@JinIgarashi Thank you! I approved it.