Commit 8369c971f6a14db3cbf028f4072d45fed7a389f0

Authored by Edmar Moretti
1 parent 185c112b

--no commit message

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
classesphp/classe_mapa.php
... ... @@ -198,7 +198,8 @@ string - javascript com os parametros
198 198 "connectiontype"=>$ct,
199 199 "zoomtema"=>$zoomtema,
200 200 "contextoescala"=>$contextoescala,
201   - "etiquetas"=>($oLayer->getmetadata("TIP"))
  201 + "etiquetas"=>($oLayer->getmetadata("TIP")),
  202 + "identifica"=>($oLayer->getmetadata("IDENTIFICA"))
202 203 );
203 204 }
204 205 }
... ...