Commit 7423d8cc authored by Tania Gómez's avatar Tania Gómez

edit styles

parent f1f418e9
......@@ -106,23 +106,23 @@ const getCentrosColor = s => {
// s == "Frijol" ? "#a80084" :
// "#aaff00"; //;
// }
const getPoblacionColor = s => {
return s > 6000 ? "#6b0601" :
s > 4000 ? "#9e4410" :
s > 2500 ? "#d68522" :
s > 1000 ? "#f7ba3e" :
s > 0 ? "#fcdd5d" :
"#ffffff";
}
// const getPoblacionColor = s => {
// return s > 6000 ? "#6b0601" :
// s > 4000 ? "#9e4410" :
// s > 2500 ? "#d68522" :
// s > 1000 ? "#f7ba3e" :
// s > 0 ? "#fcdd5d" :
// "#ffffff";
// }
const getDensidadColor = s => {
return s > 16000 ? "#633096" :
s > 11500 ? "#8c6fbd" :
s > 7000 ? "#a6a2eb" :
s > 2400 ? "#d2d3fa" :
s > 0 ? "#f1f0fc" :
"#ffffff";
}
// const getDensidadColor = s => {
// return s > 16000 ? "#633096" :
// s > 11500 ? "#8c6fbd" :
// s > 7000 ? "#a6a2eb" :
// s > 2400 ? "#d2d3fa" :
// s > 0 ? "#f1f0fc" :
// "#ffffff";
// }
const getHaciaColor = s => {
return s > 32000 ? "#00451c" :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment