Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
61
rated 0 times [  63] [ 2]  / answers: 1 / hits: 69727  / 13 Years ago, tue, july 5, 2011, 12:00:00

I'm wondering if it is possible to display Google Maps in black/white or with a sepia filter. Can it be done with some Canvas magic? Or overlaying? Or some other method?


More From » html

 Answers
17

Check this fiddle out, I've desaturated all elements to create the black and white effect, for example:



{
featureType: road.highway,
elementType: geometry,
stylers: [
{ saturation: -100 },
{ lightness: -8 },
{ gamma: 1.18 }
]
}


You can style your maps using this wizard



or using Snazzy Maps which is very user-friendly.


[#91340] Monday, July 4, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mira

Total Points: 460
Total Questions: 108
Total Answers: 99

Location: American Samoa
Member since Fri, Aug 26, 2022
2 Years ago
mira questions
;