/**** Start of imports. If edited, may not auto-convert in the playground. ****/
var image = ee.Image("projects/sat-io/open-datasets/CA_FOREST/DISTANCE2SECOND");
/***** End of imports. If edited, may not auto-convert in the playground. *****/
var palette = ["#ff2a02",	"#ff3904",	"#fd4206",	"#fc4908",	"#fa4e0a",	"#f8530c",	"#f7570e",	"#f55b11",	"#f35e13",	"#f05f15",	"#ec5917",	"#e95719",	"#e5571b",	"#e2571c",	"#df571e",	"#db5820",	"#d85922",	"#d45b23",	"#d15e25",	"#cd6427",	"#cb5b27",	"#c75827",	"#c25628",	"#bd5528",	"#b75428",	"#b15529",	"#ac572d",	"#a85a30",	"#a55d34",	"#a26137",	"#9e5e37",	"#9b5c37",	"#975b38",	"#945a38",	"#915a38",	"#8d5b38",	"#8b5b38",	"#885d39",	"#865f39",	"#856439",	"#765037",	"#6d5136",	"#645234",	"#5c5332",	"#555531",	"#4e572f",	"#47582d",	"#405b2b",	"#395d2c",	"#33622e",	"#2d6432",	"#286435",	"#246439",	"#1f643c",	"#1b6440",	"#176443",	"#136446",	"#0f644a",	"#0b644d",	"#066450",	"#086451",	"#0a6451",	"#0c6452",	"#0e6452",	"#0f6453",	"#116453",	"#126454",	"#136454",	"#146454",	"#166455",	"#176455",	"#196456",	"#1a6457",	"#1c6457",	"#1d6458",	"#1f6458",	"#206459",	"#216459",	"#23645a",	"#24645a",	"#25645b",	"#26645b",	"#28645c",	"#29645c",	"#2a645d",	"#2c645d",	"#2d645e",	"#2e645e",	"#2f645e",	"#31645f",	"#32645f",	"#336460",	"#346461",	"#356461",	"#366462",	"#386462",	"#396463",	"#3a6463",	"#3b6464",	"#3c6464"]
Map.centerObject(image,4)
Map.addLayer(image,{min:1,max:100,'palette':palette},'Distance to Second Class')