Select to view content in your preferred language

Grayscale basemap

983
1
01-03-2017 05:56 AM
PavelKamenský
New Contributor II

Hello, do you have any widget who can do grayscale from your basemap?
Thanks

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Pavel,

   I do not know of any widgets for this but if you add this to your apps css\jimu.css file then it will grayscale the basemap:

#map_defaultBasemap_0>div>img {
  -webkit-filter: grayscale(1); /* Webkit */
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* W3C */
}‍‍‍‍‍