From 457febad4d2a1c873434f4abba8306969c6e1fb7 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 19 Mar 2010 12:26:54 +0000 Subject: [PATCH] Inclusão de layers do tipo chart na opção de identificação --- classesphp/classe_atributos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classesphp/classe_atributos.php b/classesphp/classe_atributos.php index c911973..8caa320 100644 --- a/classesphp/classe_atributos.php +++ b/classesphp/classe_atributos.php @@ -1183,7 +1183,7 @@ function identificaQBP2($tema,$x,$y,$map_file,$resolucao,$item="",$tiporetorno=" $ident = @$layer->queryByPoint($pt, 0, 0); //0.01); } //error_reporting(E_ALL); - if (($layer->type == MS_LAYER_POINT) || ($layer->type == MS_LAYER_LINE)) + if (($layer->type == MS_LAYER_POINT) || ($layer->type == MS_LAYER_LINE) || ($layer->type == MS_LAYER_CHART)) { $layer->set("toleranceunits",MS_PIXELS); $layer->set("tolerance",$resolucao); -- libgit2 0.21.2