Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. map.on('load', function() {
  2. map.addLayer({
  3. id: 'terrain-data',
  4. type: 'line',
  5. source: {
  6. type: 'vector',
  7. url: 'mapbox://mapbox.mapbox-terrain-v2'
  8. },
  9. 'source-layer': 'contour'
  10. });
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement