diff --git a/admin/admin.db b/admin/admin.db
index 38908f1..eeacf1b 100644
Binary files a/admin/admin.db and b/admin/admin.db differ
diff --git a/aplicmap/dados/biomas.dbf b/aplicmap/dados/biomas.dbf
index ba54c00..3f58bb3 100644
Binary files a/aplicmap/dados/biomas.dbf and b/aplicmap/dados/biomas.dbf differ
diff --git a/ferramentas/identifica/index.js b/ferramentas/identifica/index.js
index 218e067..95ee833 100644
--- a/ferramentas/identifica/index.js
+++ b/ferramentas/identifica/index.js
@@ -939,7 +939,6 @@ i3GEOF.identifica = {
for(k=0;k";
+ //verifica se o texto possui tags de abertura e fechamento html
+ try{
+ if(textovalor && (textovalor.search(">") >= 0 || textovalor.search("<") >= 0)){
+ filtro = "";
+ }
+ //o mesmo problema pode ocorrer em raster, que possuem o nome da classe como valor
+ if(resultados[j][k].alias.search(">") >= 0 || resultados[j][k].alias.search("<") >= 0){
+ filtro = "";
+ }
+ }
+ catch(e){}
+
if(resultados[j][k].link === ""){
res += "
"+
diff --git a/temas/_llocali.map b/temas/_llocali.map
index 45d5e59..ab696ec 100644
--- a/temas/_llocali.map
+++ b/temas/_llocali.map
@@ -58,7 +58,7 @@ MAP
PROCESSING "POLYLINE_NO_CLIP=True"
PROCESSING "LABEL_NO_CLIP=True"
PROCESSING "POLYLINE_NO_CLIP=True"
- STATUS DEFAULT
+ STATUS OFF
TEMPLATE "none.htm"
TILEITEM "location"
TYPE POINT
--
libgit2 0.21.2