Advertisement
_zvart

Sveta

May 26th, 2021 (edited)
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.30 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.4
  19.     }
  20.   },
  21.   {
  22.     "types": "polygon",
  23.     "elements": "geometry",
  24.     "tags": {
  25.       "any": [
  26.         "building"
  27.       ]
  28.     },
  29.     "stylers": [
  30.       {
  31.         "zoom": [
  32.           15
  33.         ],
  34.         "lightness": -0.01,
  35.         "saturation": 0.4
  36.       },
  37.       {
  38.         "zoom": [
  39.           16,
  40.           21
  41.         ],
  42.         "lightness": -0.02,
  43.         "saturation": 0.4
  44.       }
  45.     ]
  46.   },
  47.   {
  48.     "types": "polyline",
  49.     "elements": "geometry.fill",
  50.     "tags": {
  51.       "any": [
  52.         "road"
  53.       ]
  54.     },
  55.     "stylers": [
  56.       {
  57.         "zoom": [
  58.           0,
  59.           21
  60.         ],
  61.         "lightness": -0.09,
  62.         "saturation": 0.7,
  63.         "scale": 1.5
  64.       }
  65.     ]
  66.   },
  67.   {
  68.     "types": "polyline",
  69.     "elements": "geometry.outline",
  70.     "tags": {
  71.       "any": [
  72.         "road"
  73.       ]
  74.     },
  75.     "stylers": [
  76.       {
  77.         "zoom": [
  78.           0,
  79.           21
  80.         ],
  81.         "lightness": -0.2,
  82.         "saturation": 0.7,
  83.         "scale": 1.5
  84.       }
  85.     ]
  86.   }
  87. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement