Commit 0fa279183189073f3c2fcb7cc57648cad27644cf
1 parent
1145194e
Exists in
master
and in
6 other branches
#i3geo/i3geo#110 incluir novo link para utilitário para escolha de cor
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
utilitarios/index.js
... | ... | @@ -7,6 +7,10 @@ botoesIni = [ |
7 | 7 | "link":"http://colorbrewer2.com/", |
8 | 8 | "corpo": $trad("Colorbrewer",g_traducao_util) |
9 | 9 | }, |
10 | + { | |
11 | + "link":"http://tristen.ca/hcl-picker/#/hlc/4/1/302A0C/5FAD71", | |
12 | + "corpo": "Colorpicker for data" | |
13 | + }, | |
10 | 14 | { |
11 | 15 | "link":"http://tools.wmflabs.org/geohack/", |
12 | 16 | "corpo": "GeoHack" | ... | ... |