Skip to content

Instantly share code, notes, and snippets.

@mason-stewart
Created July 5, 2011 18:59
Show Gist options
  • Select an option

  • Save mason-stewart/1065580 to your computer and use it in GitHub Desktop.

Select an option

Save mason-stewart/1065580 to your computer and use it in GitHub Desktop.
Matthew map
[
{
featureType: "landscape.natural",
elementType: "all",
stylers: [
{ hue: "#ffff00" },
{ lightness: 34 },
{ saturation: 64 }
]
},{
featureType: "poi",
elementType: "all",
stylers: [
{ lightness: 67 },
{ saturation: 0 }
]
},{
featureType: "road",
elementType: "all",
stylers: [
{ lightness: 46 },
{ saturation: -87 },
{ gamma: 1.29 }
]
},{
featureType: "transit",
elementType: "all",
stylers: [
{ saturation: -87 },
{ lightness: 46 },
{ gamma: 1.29 }
]
},{
featureType: "water",
elementType: "all",
stylers: [
{ gamma: 2.58 },
{ lightness: 16 },
{ hue: "#00e5ff" },
{ visibility: "on" },
{ saturation: 41 }
]
},{
featureType: "administrative",
elementType: "all",
stylers: [
{ lightness: 48 },
{ gamma: 1.26 },
{ saturation: -48 },
{ hue: "#bbff00" },
{ visibility: "simplified" }
]
},{
featureType: "landscape.man_made",
elementType: "all",
stylers: [
{ hue: "#ffe500" },
{ lightness: 9 }
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment