Advertisement
Guest User

Untitled

a guest
May 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. [
  2. {
  3. "featureType": "all",
  4. "elementType": "geometry",
  5. "stylers": [
  6. {
  7. "color": "#dfac57"
  8. }
  9. ]
  10. },
  11. {
  12. "featureType": "all",
  13. "elementType": "labels.text.fill",
  14. "stylers": [
  15. {
  16. "gamma": 0.01
  17. },
  18. {
  19. "lightness": 20
  20. }
  21. ]
  22. },
  23. {
  24. "featureType": "all",
  25. "elementType": "labels.text.stroke",
  26. "stylers": [
  27. {
  28. "saturation": -31
  29. },
  30. {
  31. "lightness": -33
  32. },
  33. {
  34. "weight": 2
  35. },
  36. {
  37. "gamma": 0.8
  38. }
  39. ]
  40. },
  41. {
  42. "featureType": "all",
  43. "elementType": "labels.icon",
  44. "stylers": [
  45. {
  46. "visibility": "off"
  47. }
  48. ]
  49. },
  50. {
  51. "featureType": "administrative",
  52. "elementType": "all",
  53. "stylers": [
  54. {
  55. "visibility": "off"
  56. }
  57. ]
  58. },
  59. {
  60. "featureType": "landscape",
  61. "elementType": "geometry",
  62. "stylers": [
  63. {
  64. "lightness": "100"
  65. },
  66. {
  67. "saturation": "-100"
  68. }
  69. ]
  70. },
  71. {
  72. "featureType": "landscape",
  73. "elementType": "labels",
  74. "stylers": [
  75. {
  76. "visibility": "off"
  77. }
  78. ]
  79. },
  80. {
  81. "featureType": "poi",
  82. "elementType": "geometry",
  83. "stylers": [
  84. {
  85. "saturation": "-100"
  86. },
  87. {
  88. "lightness": "100"
  89. },
  90. {
  91. "visibility": "on"
  92. }
  93. ]
  94. },
  95. {
  96. "featureType": "poi",
  97. "elementType": "labels",
  98. "stylers": [
  99. {
  100. "visibility": "off"
  101. }
  102. ]
  103. },
  104. {
  105. "featureType": "poi",
  106. "elementType": "labels.text",
  107. "stylers": [
  108. {
  109. "visibility": "off"
  110. }
  111. ]
  112. },
  113. {
  114. "featureType": "poi.park",
  115. "elementType": "geometry",
  116. "stylers": [
  117. {
  118. "lightness": 20
  119. },
  120. {
  121. "saturation": -20
  122. }
  123. ]
  124. },
  125. {
  126. "featureType": "road",
  127. "elementType": "all",
  128. "stylers": [
  129. {
  130. "weight": "4.08"
  131. },
  132. {
  133. "invert_lightness": true
  134. }
  135. ]
  136. },
  137. {
  138. "featureType": "road",
  139. "elementType": "geometry",
  140. "stylers": [
  141. {
  142. "lightness": "-100"
  143. },
  144. {
  145. "saturation": "100"
  146. }
  147. ]
  148. },
  149. {
  150. "featureType": "road",
  151. "elementType": "geometry.stroke",
  152. "stylers": [
  153. {
  154. "saturation": 25
  155. },
  156. {
  157. "lightness": 25
  158. }
  159. ]
  160. },
  161. {
  162. "featureType": "road",
  163. "elementType": "labels",
  164. "stylers": [
  165. {
  166. "visibility": "off"
  167. }
  168. ]
  169. },
  170. {
  171. "featureType": "road.highway",
  172. "elementType": "all",
  173. "stylers": [
  174. {
  175. "saturation": "-96"
  176. }
  177. ]
  178. },
  179. {
  180. "featureType": "transit",
  181. "elementType": "all",
  182. "stylers": [
  183. {
  184. "saturation": "-100"
  185. },
  186. {
  187. "visibility": "off"
  188. }
  189. ]
  190. },
  191. {
  192. "featureType": "water",
  193. "elementType": "all",
  194. "stylers": [
  195. {
  196. "lightness": "-100"
  197. },
  198. {
  199. "saturation": "-34"
  200. }
  201. ]
  202. },
  203. {
  204. "featureType": "water",
  205. "elementType": "labels",
  206. "stylers": [
  207. {
  208. "visibility": "off"
  209. }
  210. ]
  211. }
  212. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement