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