Advertisement
_zvart

contrast_day

May 25th, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. [
  2. {
  3. "stylers": {
  4. "lightness": -0.01
  5. }
  6. },
  7. {
  8. "types": "polygon",
  9. "tags": {
  10. "none": [
  11. "water",
  12. "landcover",
  13. "park"
  14. ]
  15. },
  16. "stylers": {
  17. "lightness": -0.01,
  18. "saturation": -0.3
  19. }
  20. },
  21. {
  22. "types": "polygon",
  23. "elements": "geometry",
  24. "tags": {
  25. "any": [
  26. "building"
  27. ]
  28. },
  29. "stylers": [{
  30. "zoom": [
  31. 15
  32. ],
  33. "lightness": -0.01,
  34. "saturation": 0.3
  35. },
  36. {
  37. "zoom": [
  38. 16,
  39. 21
  40. ],
  41. "lightness": -0.02,
  42. "saturation": 0.3
  43. }
  44. ]
  45. },
  46. {
  47. "types": "polyline",
  48. "elements": "geometry.fill",
  49. "tags": {
  50. "any": [
  51. "road"
  52. ]
  53. },
  54. "stylers": [{
  55. "zoom": [
  56. 0,
  57. 21
  58. ],
  59. "lightness": 0,
  60. "saturation": 0.2,
  61. "scale": 1.2
  62. }]
  63. },
  64. {
  65. "types": "polyline",
  66. "elements": "geometry.outline",
  67. "tags": {
  68. "any": [
  69. "road"
  70. ]
  71. },
  72. "stylers": [{
  73. "zoom": [
  74. 0,
  75. 21
  76. ],
  77. "lightness": -0.1,
  78. "saturation": 0.5,
  79. "scale": 1.2
  80. }]
  81. }
  82. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement