Advertisement
Guest User

Untitled

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