issues
search
unvt
/
charites
It is an application to style vector tiles easily
https://unvt.github.io/charites/
MIT License
54
stars
13
forks
source link
Update convert command
#5
Closed
naogify
closed
3 years ago
naogify
commented
3 years ago
convert
コマンドの修正をしました。
分割した yml を 相対パスで include するように変更 (例:
!!inc/file layers/background.yml
)
シングルクォーテーションの正規表現を改善
https://github.com/geolonia/charites/blob/update-convert-command/src/commands/convert.ts#L33-L35
convert コマンドのテストを追加。
convert
コマンドの修正をしました。!!inc/file layers/background.yml
)