Advertisement
Guest User

Untitled

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