PHP Classes

color map

Recommend this page to a friend!

      Map Builder  >  All threads  >  color map  >  (Un) Subscribe thread alerts  
Subject:color map
Summary:color map
Messages:2
Author:ceasar
Date:2012-07-18 07:44:30
Update:2012-07-18 20:29:41
 

  1. color map   Reply   Report abuse  
Picture of ceasar 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}
// ]
//}
];

  2. Re: color map   Reply   Report abuse  
Picture of Vagharshak Tozalakyan Vagharshak Tozalakyan - 2012-07-18 20:29:41 - In reply to message 1 from ceasar
Hello and thanks for the comment!

Will try to add that feature with the next update.