Commit 457febad4d2a1c873434f4abba8306969c6e1fb7
1 parent
ae856032
Exists in
master
and in
7 other branches
Inclusão de layers do tipo chart na opção de identificação
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
classesphp/classe_atributos.php
... | ... | @@ -1183,7 +1183,7 @@ function identificaQBP2($tema,$x,$y,$map_file,$resolucao,$item="",$tiporetorno=" |
1183 | 1183 | $ident = @$layer->queryByPoint($pt, 0, 0); //0.01); |
1184 | 1184 | } |
1185 | 1185 | //error_reporting(E_ALL); |
1186 | - if (($layer->type == MS_LAYER_POINT) || ($layer->type == MS_LAYER_LINE)) | |
1186 | + if (($layer->type == MS_LAYER_POINT) || ($layer->type == MS_LAYER_LINE) || ($layer->type == MS_LAYER_CHART)) | |
1187 | 1187 | { |
1188 | 1188 | $layer->set("toleranceunits",MS_PIXELS); |
1189 | 1189 | $layer->set("tolerance",$resolucao); | ... | ... |