Skip to content

Instantly share code, notes, and snippets.

@allthesignals
Last active July 24, 2018 18:55
Show Gist options
  • Save allthesignals/5b2d4d23387496426fa4c2010fd4070d to your computer and use it in GitHub Desktop.
Save allthesignals/5b2d4d23387496426fa4c2010fd4070d to your computer and use it in GitHub Desktop.
{{log model}}
{{#mapbox-gl class='map-container' initOptions=(hash pitch=30) as |map|}}
{{#map.source options=(hash type='geojson' data=model) as |source|}}
{{source.layer layer=(hash
type='line'
paint=(hash line-color='#007cbf' line-width=10))}}
{{/map.source}}
{{/mapbox-gl}}
{{outlet}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment