Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. [
  2. {
  3. "featureType": "administrative",
  4. "elementType": "all",
  5. "stylers": [
  6. {
  7. "visibility": "off"
  8. }
  9. ]
  10. },
  11. {
  12. "featureType": "administrative.country",
  13. "elementType": "geometry.stroke",
  14. "stylers": [
  15. {
  16. "visibility": "on"
  17. },
  18. {
  19. "color": "#F7F5F2"
  20. },
  21. {
  22. "weight": 0.8
  23. }
  24. ]
  25. },
  26. {
  27. "featureType": "water",
  28. "elementType": "all",
  29. "stylers": [
  30. {
  31. "color": "#F7F5F2"
  32. }
  33. ]
  34. },
  35. {
  36. "featureType": "landscape",
  37. "elementType": "all",
  38. "stylers": [
  39. {
  40. "color": "#DDD4CB"
  41. }
  42. ]
  43. },
  44. {
  45. "featureType": "poi",
  46. "elementType": "all",
  47. "stylers": [
  48. {
  49. "color": "#DDD4CB"
  50. }
  51. ]
  52. },
  53. {
  54. "featureType": "road",
  55. "elementType": "all",
  56. "stylers": [
  57. {
  58. "visibility": "off"
  59. }
  60. ]
  61. },
  62. {
  63. "featureType": "transit",
  64. "elementType": "all",
  65. "stylers": [
  66. {
  67. "visibility": "off"
  68. }
  69. ]
  70. },
  71. {
  72. "featureType": "all",
  73. "elementType": "labels",
  74. "stylers": [
  75. {
  76. "visibility": "off"
  77. }
  78. ]
  79. }
  80. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement