From 690d3a480637b3980e16088dc08abcc7cfe0b4de Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 16 Jan 2014 11:57:24 +0000 Subject: [PATCH] $1 --- classesphp/mapa_openlayers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classesphp/mapa_openlayers.php b/classesphp/mapa_openlayers.php index b5d56c3..cfe53dd 100644 --- a/classesphp/mapa_openlayers.php +++ b/classesphp/mapa_openlayers.php @@ -268,8 +268,8 @@ else{ } $cor = $classe0->getstyle(0)->color; $cor->setrgb($c->red,$c->green,$c->blue); - $cor = $classe0->getstyle(0)->outlinecolor; - $cor->setrgb($c->red,$c->green,$c->blue); + //$cor = $classe0->getstyle(0)->outlinecolor; + //$cor->setrgb($c->red,$c->green,$c->blue); $status = $l->open(); $status = $l->whichShapes($mapa->extent); while ($shape = $l->nextShape()) -- libgit2 0.21.2