Commit 8aac82e0711e6ff5b4a8d4fb4950ca988212450d
1 parent
49e63557
Exists in
master
and in
7 other branches
--no commit message
Showing
3 changed files
with
3 additions
and
1 deletions
Show diff stats
admin/admin.db
No preview for this file type
classesphp/classe_alteraclasse.php
| ... | ... | @@ -305,7 +305,7 @@ $ignorar - valor que será ignorado na listagem final |
| 305 | 305 | if (count($valores) > 0){ |
| 306 | 306 | //rotina obtida do pacote TME |
| 307 | 307 | sort($valores); |
| 308 | - $valores = array_unique($valores); | |
| 308 | + //$valores = array_unique($valores); | |
| 309 | 309 | $numValues = count($valores); |
| 310 | 310 | $classNum = $numValues / $nclasses; // Number in each class |
| 311 | 311 | for ($i = 0; $i < $nclasses; $i++) { | ... | ... |
ferramentas/metaestat/index.js
| ... | ... | @@ -1129,6 +1129,7 @@ i3GEOF.metaestat = { |
| 1129 | 1129 | }; |
| 1130 | 1130 | if(cores == ""){ |
| 1131 | 1131 | i3GEO.janela.tempoMsg("Escolha as cores primeiro. Depois acione a opção de classificação novamente"); |
| 1132 | + $i("listaColourRampEditor").onchange = function(){i3GEOF.metaestat.editor.quartis();}; | |
| 1132 | 1133 | i3GEO.util.abreColourRamp("","listaColourRampEditor",5); |
| 1133 | 1134 | return; |
| 1134 | 1135 | } |
| ... | ... | @@ -1146,6 +1147,7 @@ i3GEOF.metaestat = { |
| 1146 | 1147 | }; |
| 1147 | 1148 | if(cores == ""){ |
| 1148 | 1149 | alert("Escolha as cores primeiro"); |
| 1150 | + $i("listaColourRampEditor").onchange = function(){i3GEOF.metaestat.editor.intervalosIguais();}; | |
| 1149 | 1151 | i3GEO.util.abreColourRamp("","listaColourRampEditor",5); |
| 1150 | 1152 | return; |
| 1151 | 1153 | } | ... | ... |