Guest User

Untitled

a guest
Dec 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. {
  2. "version": 8,
  3. "name": "cyan line",
  4. "layers": [
  5. {
  6. "id": "road",
  7. "type": "line",
  8. "source-layer":"road",
  9. "paint": {
  10. "line-color": "#0099cc",
  11. "line-width": [
  12. "interpolate",
  13. ['exponential', 2],
  14. ['zoom'],
  15. 5,1,
  16. 20,8
  17. ]
  18. }
  19. }
  20. ]
  21. }
Add Comment
Please, Sign In to add comment