stamen / mapbox-gl-style-build

Build Mapbox GL styles by composing layers
MIT License
5 stars 3 forks source link

Template helper #15

Closed aparlato closed 1 year ago

aparlato commented 1 year ago

Closes https://github.com/stamen/mapbox-gl-style-build/issues/14

This PR alters existing custom scripts to set up the build system into a general helper script. To run the script in a repo after installing the package, see "Implementation" section in README:

create-layer-templates
    --in-dir=styles
    --out-dir=templates
    --base-path=styles/base-style.json
aparlato commented 1 year ago

Thanks @ebrelsford ! Just made updates, back to you!