versatiles-org / versatiles-rs

VersaTiles - A toolbox for converting, checking and serving map tiles in various formats.
https://versatiles.org
MIT License
57 stars 2 forks source link

define pipelines using KDL #93

Closed MichaelKreil closed 1 month ago

MichaelKreil commented 1 month ago

currently we define a pipeline like this: step3 { step2 { step 1 } } instead define a pipeline like: step1; step2; step3