stamen / mapbox-gl-style-build

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

Consider support for import of mapbox styles via API into build system #24

Open dnomadb opened 1 year ago

dnomadb commented 1 year ago

[edit]: Currently, to add an existing style into the build system, you must reference a folder of styles.

An idea that was brought up was to potentially allow you to reference a single style via URL or the Mapbox API to more easily begin building with the build system without first setting up a local directory with the style json files.

Let's discuss whether this is a worthwhile additional convenience feature or not.

aparlato commented 1 year ago

@dnomadb could you clarify what this ticket is about? Are you specifically wanting to confirm the functionality of create-layer-templates in this repo to turn a Mapbox style into build system template files?

aparlato commented 1 year ago

Per conversation, I just edited the original post here.