From 921fd0fa0a6c6820d63af3f8b619346967eb1423 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 18 Feb 2015 13:25:59 +0000 Subject: [PATCH] - --- classesphp/classe_mapa.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classesphp/classe_mapa.php b/classesphp/classe_mapa.php index f38518f..44893b4 100644 --- a/classesphp/classe_mapa.php +++ b/classesphp/classe_mapa.php @@ -2057,7 +2057,8 @@ class Mapa else {$shape = $s->getshape(0);} */ - $shape = $s->getshape(0); + //$shape = $s->getshape(0); + $shape = $s->getshape(new resultObj(0)); $t = $shape->type; $tipo = MS_LAYER_POLYGON; if ($t == 0) -- libgit2 0.21.2