blob: 5d5397fca4b285ef6a1d88a977373d9c9c548547 (
plain)
1
2
3
4
5
6
7
|
# Elm-mapbox code generator
The purpose of this tool is to close the loop with Mapbox Studio and have nice Elm code expressing a Map Style.
It is also an interesting sample of a highly complex JSON Decoder.
Of interest is the Code Generation library MyElm, which will likely be released as a standalone package at some point in the future.
|