Skip to content

Instantly share code, notes, and snippets.

@cbeddow
Created December 7, 2016 11:38
Show Gist options
  • Save cbeddow/de6269715e0742a804d0a8aa8fcca981 to your computer and use it in GitHub Desktop.
Save cbeddow/de6269715e0742a804d0a8aa8fcca981 to your computer and use it in GitHub Desktop.
{
"version": 8,
"sources": {
"mapillary-source": {
"tiles": [
"http://d25uarhxywzl1j.cloudfront.net/v0.1/{z}/{x}/{y}.mvt"
],
"type": "vector"
}
},
"layers": [{
"id": "mapillary-lines",
"type": "line",
"source": "mapillary-source",
"source-layer": "mapillary-sequences",
"interactive": true,
"minzoom": 0,
"maxzoom": 14,
"layout": {
"line-join": "round",
"line-cap": "round",
"visibility": "visible"
},
"paint": {
"line-opacity": 0.6,
"line-color": "#39AF64",
"line-width": 2
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment