Commit 690d3a480637b3980e16088dc08abcc7cfe0b4de
1 parent
52c4c8b4
Exists in
master
and in
7 other branches
$1
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
classesphp/mapa_openlayers.php
... | ... | @@ -268,8 +268,8 @@ else{ |
268 | 268 | } |
269 | 269 | $cor = $classe0->getstyle(0)->color; |
270 | 270 | $cor->setrgb($c->red,$c->green,$c->blue); |
271 | - $cor = $classe0->getstyle(0)->outlinecolor; | |
272 | - $cor->setrgb($c->red,$c->green,$c->blue); | |
271 | + //$cor = $classe0->getstyle(0)->outlinecolor; | |
272 | + //$cor->setrgb($c->red,$c->green,$c->blue); | |
273 | 273 | $status = $l->open(); |
274 | 274 | $status = $l->whichShapes($mapa->extent); |
275 | 275 | while ($shape = $l->nextShape()) | ... | ... |