![Picture of ceasar Picture of ceasar](/graphics/unknown.gif)
ceasar - 2012-07-18 07:44:30
Real nice :-)
Could you add also custom colors ?
for example
var stylez = [
{
featureType: "all",
elementType: "all",
stylers: [
{ hue: "#ff001a" },
{ gamma: 0.43 },
{ lightness: 19 },
{ saturation: -49 }
]
}
//Greyscale
//{
// featureType: 'all',
// stylers: [
// {saturation: -100},
// {gamma: 0.50}
// ]
//}
];