break list in two lines

pull/1198/head
Javier Arce 10 years ago
parent 4e932c0294
commit 340388a206

@ -271,7 +271,9 @@ var color_ramp_polyline = {
'color_ramp': { type: 'select', value: 'red', extra:['pink',
'red', 'black', 'green', 'blue',
'inverted_pink', 'inverted_red', 'inverted_black',
'inverted_green', 'inverted_blue', 'spectrum1', 'spectrum2', 'blue_states', 'purple_states', 'red_states', 'inverted_blue_states', 'inverted_purple_states', 'inverted_red_states'] },
'inverted_green', 'inverted_blue', 'spectrum1', 'spectrum2',
'blue_states', 'purple_states', 'red_states',
'inverted_blue_states', 'inverted_purple_states', 'inverted_red_states'] },
'line-opacity': { type: 'opacity', value: 0.8 }
}
};
@ -282,7 +284,9 @@ var color_ramp_polygon = {
'color_ramp': { type: 'select', value: 'red', extra:['pink',
'red', 'black', 'green', 'blue',
'inverted_pink', 'inverted_red', 'inverted_black',
'inverted_green', 'inverted_blue', 'spectrum1', 'spectrum2', 'blue_states', 'purple_states', 'red_states', 'inverted_blue_states', 'inverted_purple_states', 'inverted_red_states'] },
'inverted_green', 'inverted_blue', 'spectrum1', 'spectrum2',
'blue_states', 'purple_states', 'red_states',
'inverted_blue_states', 'inverted_purple_states', 'inverted_red_states'] },
'polygon-opacity': { type: 'opacity', value: 0.8 }
}
};
@ -293,7 +297,9 @@ var color_ramp_point = {
'color_ramp': { type: 'select', value: 'red', extra:['pink',
'red', 'black', 'green', 'blue',
'inverted_pink', 'inverted_red', 'inverted_black',
'inverted_green', 'inverted_blue', 'spectrum1', 'spectrum2', 'blue_states', 'purple_states', 'red_states', 'inverted_blue_states', 'inverted_purple_states', 'inverted_red_states'] },
'inverted_green', 'inverted_blue', 'spectrum1', 'spectrum2',
'blue_states', 'purple_states', 'red_states',
'inverted_blue_states', 'inverted_purple_states', 'inverted_red_states'] },
'marker-opacity': { type: 'opacity', value: 0.8 }
}
};
@ -567,7 +573,9 @@ cdb.admin.forms.density = {
'color_ramp': { type: 'select', value: 'red', extra:['pink',
'red', 'black', 'green', 'blue',
'inverted_pink', 'inverted_red', 'inverted_black',
'inverted_green', 'inverted_blue', 'spectrum1', 'spectrum2', 'blue_states', 'purple_states', 'red_states', 'inverted_blue_states', 'inverted_purple_states', 'inverted_red_states'] },
'inverted_green', 'inverted_blue', 'spectrum1', 'spectrum2',
'blue_states', 'purple_states', 'red_states',
'inverted_blue_states', 'inverted_purple_states', 'inverted_red_states'] },
'polygon-opacity': { type: 'opacity', value: 0.8 }
}
},

Loading…
Cancel
Save