Random Color generator in Javascript
- by n00ki3
Hi there,
i am not an Javascript and i need a little help.
Given this function , i want to replace the color with an Random Color generator.
document.overlay = GPolyline.fromEncoded({color: "#0000FF",
weight: 10,
points: encoded_points,
zoomFactor: 32,
levels: encoded_levels,
numLevels: 4
});
Can anyone help me ?