Advertisement
MastroPino

Untitled

Jul 1st, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. [
  2. {
  3. "featureType": "administrative.country",
  4. "elementType": "all",
  5. "stylers": [
  6. {
  7. "visibility": "simplified"
  8. }
  9. ]
  10. },
  11. {
  12. "featureType": "administrative.province",
  13. "elementType": "all",
  14. "stylers": [
  15. {
  16. "visibility": "simplified"
  17. }
  18. ]
  19. },
  20. {
  21. "featureType": "administrative.locality",
  22. "elementType": "all",
  23. "stylers": [
  24. {
  25. "visibility": "simplified"
  26. }
  27. ]
  28. },
  29. {
  30. "featureType": "administrative.neighborhood",
  31. "elementType": "all",
  32. "stylers": [
  33. {
  34. "visibility": "simplified"
  35. }
  36. ]
  37. },
  38. {
  39. "featureType": "administrative.land_parcel",
  40. "elementType": "all",
  41. "stylers": [
  42. {
  43. "visibility": "simplified"
  44. }
  45. ]
  46. },
  47. {
  48. "featureType": "landscape",
  49. "elementType": "all",
  50. "stylers": [
  51. {
  52. "visibility": "simplified"
  53. }
  54. ]
  55. },
  56. {
  57. "featureType": "landscape.man_made",
  58. "elementType": "all",
  59. "stylers": [
  60. {
  61. "visibility": "on"
  62. }
  63. ]
  64. },
  65. {
  66. "featureType": "poi",
  67. "elementType": "all",
  68. "stylers": [
  69. {
  70. "visibility": "on"
  71. }
  72. ]
  73. },
  74. {
  75. "featureType": "road",
  76. "elementType": "all",
  77. "stylers": [
  78. {
  79. "visibility": "on"
  80. }
  81. ]
  82. },
  83. {
  84. "featureType": "road",
  85. "elementType": "labels",
  86. "stylers": [
  87. {
  88. "visibility": "simplified"
  89. }
  90. ]
  91. },
  92. {
  93. "featureType": "road.highway",
  94. "elementType": "all",
  95. "stylers": [
  96. {
  97. "visibility": "simplified"
  98. }
  99. ]
  100. },
  101. {
  102. "featureType": "road.arterial",
  103. "elementType": "all",
  104. "stylers": [
  105. {
  106. "visibility": "simplified"
  107. }
  108. ]
  109. },
  110. {
  111. "featureType": "transit",
  112. "elementType": "all",
  113. "stylers": [
  114. {
  115. "visibility": "simplified"
  116. }
  117. ]
  118. },
  119. {
  120. "featureType": "transit",
  121. "elementType": "labels.icon",
  122. "stylers": [
  123. {
  124. "visibility": "off"
  125. }
  126. ]
  127. },
  128. {
  129. "featureType": "water",
  130. "elementType": "all",
  131. "stylers": [
  132. {
  133. "visibility": "on"
  134. }
  135. ]
  136. }
  137. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement