Advertisement
delkuzo

Grey Map + RoadsLabel

Mar 21st, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. [{
  2. "featureType": "admin",
  3. "stylers": { "color": "#F6F6F4" }
  4. },
  5. {
  6. "featureType": "label.road.local",
  7. "stylers": {
  8. "color": "#575F6A",
  9. "outline-color": "#FFFFFF"
  10. }
  11. },
  12. {
  13. "featureType": "label.road.highway",
  14. "stylers": {
  15. "color": "#575F6A",
  16. "outline-color": "#FFFFFF"
  17. }
  18. },
  19. {
  20. "featureType": "road.highway",
  21. "stylers": {
  22. "color": "#C5C9CE",
  23. "outline-color": "#F6F6F4" }
  24. },
  25. {
  26. "featureType": "road.local",
  27. "stylers": {
  28. "color": "#C5C9CE",
  29. "outline-color": "#F6F6F4"
  30. }
  31. },
  32. {
  33. "featureType": "building.regular",
  34. "stylers": {
  35. "opacity": 0.75,
  36. "color": "#E8E8E8"
  37. }
  38. },
  39. {
  40. "featureType": "building.industrial",
  41. "stylers": {
  42. "opacity": 0.75,
  43. "color": "#E8E8E8"
  44. }
  45. },
  46. {
  47. "featureType": "building.stroy",
  48. "stylers": {
  49. "opacity": 0.75,
  50. "color": "#E8E8E8"
  51. }
  52. },
  53. {
  54. "featureType": "building.deserted",
  55. "stylers": {
  56. "opacity": 0.75,
  57. "color": "#E8E8E8"
  58. }
  59. },
  60. {
  61. "featureType": "building.sport",
  62. "stylers": {
  63. "color": "#E8E8E8"
  64. }
  65. },
  66. {
  67. "featureType": "fence",
  68. "stylers": {
  69. "opacity": 0.75,
  70. "color": "#E8E8E8"
  71. }
  72. },
  73. {
  74. "featureType": "hydro",
  75. "stylers": {
  76. "color": "#BADCFF"
  77. }
  78. },
  79. {
  80. "featureType": "vegetation",
  81. "stylers": {
  82. "color": "#D0E5C2"
  83. }
  84. },
  85. {
  86. "featureType": "urban-area.cemetery",
  87. "stylers": {
  88. "color": "#D0E5C2"
  89. }
  90. },
  91. {
  92. "featureType": "urban-area.animalpark",
  93. "stylers": {
  94. "color": "#D0E5C2"
  95. }
  96. },
  97. {
  98. "featureType": "urban-area.sport",
  99. "stylers": {
  100. "color": "#F6F6F4"
  101. }
  102. },
  103. {
  104. "featureType": "urban-area.bridge",
  105. "stylers": {
  106. "color": "#F6F6F4"
  107. }
  108. },
  109. {
  110. "featureType": "urban-area.hospital",
  111. "stylers": {
  112. "color": "#F6F6F4"
  113. }
  114. },
  115. {
  116. "featureType": "urban-area.edu",
  117. "stylers": {
  118. "color": "#F6F6F4"
  119. }
  120. },
  121. {
  122. "featureType": "urban-area.sportground",
  123. "stylers": {
  124. "color": "#F6F6F4"
  125. }
  126. },
  127. {
  128. "featureType": "urban-area.industrial",
  129. "stylers": {
  130. "color": "#F6F6F4"
  131. }
  132. },
  133. {
  134. "featureType": "urban-area.construction",
  135. "stylers": {
  136. "color": "#F6F6F4"
  137. }
  138. },
  139. {
  140. "featureType": "urban-area.residential",
  141. "stylers": {
  142. "color": "#F6F6F4"
  143. }
  144. },
  145. {
  146. "featureType": "urban-area",
  147. "stylers":
  148. { "color" : "#F6F6F4" }
  149. },
  150. {
  151. "featureType": "poi",
  152. "stylers": {
  153. "visibility": "off"
  154. }
  155. },
  156. {
  157. "featureType": "label.building",
  158. "stylers": {
  159. "visibility": "off"
  160. }
  161. },
  162. {
  163. "featureType": "label.hydro",
  164. "stylers": {
  165. "visibility": "off"
  166. }
  167. },
  168. {
  169. "featureType": "label.vegetation",
  170. "stylers": {
  171. "visibility": "off"
  172. }
  173. },
  174. {
  175. "featureType": "label.road.trafficlight",
  176. "stylers": {
  177. "visibility": "off"
  178. }
  179. },
  180. {
  181. "featureType": "label.urban-area",
  182. "stylers": {
  183. "visibility": "off"
  184. }
  185. },
  186. {
  187. "featureType": "label.transport.station.bus",
  188. "stylers": {
  189. "visibility": "off"
  190. }
  191. },
  192. {
  193. "featureType": "label.transport.station.waterway",
  194. "stylers": {
  195. "visibility": "off"
  196. }
  197. },
  198. {
  199. "featureType": "METRO.label",
  200. "stylers": {
  201. "visibility": "off"
  202. }
  203. },
  204. {
  205. "featureType": "label.roadnet",
  206. "stylers": {
  207. "visibility": "off"
  208. }
  209. },
  210. {
  211. "featureType": "poi.entrance",
  212. "stylers": {"visibility": "off"}
  213. },
  214. {
  215. "featureType": "transport.line.railway",
  216. "stylers": {"visibility": "off"}
  217. },
  218. {
  219. "featureType": "label.transport.station",
  220. "stylers": {"visibility": "off"}
  221. },
  222. {
  223. "featureType": "label.admin.district",
  224. "stylers": {"visibility": "off"}
  225. },
  226. {
  227. "featureType": "label.admin.locality",
  228. "stylers": {"visibility": "off"}
  229. },
  230. {
  231. "featureType": "label.relief",
  232. "stylers": {"visibility": "off"}
  233. },
  234. {
  235. "featureType": "road.local.direction",
  236. "stylers": {"visibility": "off"}
  237. },
  238. {
  239. "featureType": "road.highway.direction",
  240. "stylers": {"visibility": "off"}
  241. },
  242. {
  243. "featureType": "label.urban.cemetery",
  244. "stylers": {"visibility": "off"}
  245. },
  246. {
  247. "featureType": "label.poi.navi.fuel-station",
  248. "stylers": {"visibility": "off"}
  249. }
  250.  
  251. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement