From 6a68c75d85aa991f6e6768543238bc0b5098bf71 Mon Sep 17 00:00:00 2001
From: Edmar Moretti
Date: Tue, 20 Nov 2012 03:01:11 +0000
Subject: [PATCH] Remoção da propriedade i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO Inclusão de opções para criar mapfiles vinculados ao sistea de metadados estatÃsticos
---
admin/admin.db | Bin 155648 -> 0 bytes
admin/js/arvore.js | 3 +++
admin/js/editormapfile.js | 14 +++++++++-----
admin/js/listatemas.js | 13 +++++++++----
admin/php/classe_arvore.php | 2 +-
admin/php/classe_metaestat.php | 7 ++++---
admin/php/editormapfile.php | 28 +++++++++++++++++++++++-----
admin/php/menutemas.php | 9 ++++++++-
atlas/geral.htm | 2 +-
classesjs/classe_arvoredecamadas.js | 2 ++
classesjs/classe_arvoredetemas.js | 10 ++++++++--
classesjs/classe_util.js | 2 +-
exemplos/aplic2.htm | 2 +-
exemplos/botoes5.htm | 2 +-
exemplos/botoes6.htm | 2 +-
exemplos/botoeshtm.htm | 2 +-
exemplos/camadas5.htm | 2 +-
exemplos/googlemapssanfona.phtml | 2 +-
exemplos/guias1.htm | 2 +-
exemplos/guias2.htm | 2 +-
exemplos/guias3.htm | 2 +-
exemplos/login.htm | 2 +-
exemplos/login1.htm | 2 +-
exemplos/login3.php | 2 +-
exemplos/menus1.htm | 2 +-
ferramentas/metaestat/analise.php | 8 ++++----
ferramentas/metaestat/editorlimites.php | 2 +-
interface/carto_ol.htm | 2 +-
interface/googleearth.phtml | 2 +-
interface/googlemaps.phtml | 2 +-
interface/googlemaps1.phtml | 2 +-
interface/googlemaps_t.htm | 2 +-
interface/googlemapsdebug.phtml | 2 +-
interface/minima.htm | 2 +-
interface/ol_parametros.php | 2 +-
interface/openlayers.htm | 2 +-
interface/openlayers1.htm | 2 +-
interface/openlayers_t.htm | 2 +-
interface/openlayersdebug.htm | 2 +-
interface/zerocalol.htm | 2 +-
temas/acidmap.map | 22 +++++++++++++---------
41 files changed, 113 insertions(+), 63 deletions(-)
diff --git a/admin/admin.db b/admin/admin.db
index 11bfb4d..bf7dda2 100644
Binary files a/admin/admin.db and b/admin/admin.db differ
diff --git a/admin/js/arvore.js b/admin/js/arvore.js
index 75b4b5d..af03fc2 100644
--- a/admin/js/arvore.js
+++ b/admin/js/arvore.js
@@ -804,6 +804,7 @@ function gravaDados(tipo,id)
{
if(tipo == "grupo")
{
+ var obj = document.getElementById("Eid_grupo");
var texto = obj.options[obj.selectedIndex].text;
var objpub = document.getElementById("Epublicado");
var publicado = objpub.options[objpub.selectedIndex].value;
@@ -819,6 +820,7 @@ function gravaDados(tipo,id)
}
if(tipo == "subgrupo")
{
+ var obj = document.getElementById("Eid_subgrupo");
var texto = obj.options[obj.selectedIndex].text;
var objpub = document.getElementById("Epublicado");
@@ -836,6 +838,7 @@ function gravaDados(tipo,id)
}
if(tipo == "tema")
{
+ var obj = document.getElementById("Eid_tema");
var texto = obj.options[obj.selectedIndex].text;
var objpub = document.getElementById("Epublicado");
diff --git a/admin/js/editormapfile.js b/admin/js/editormapfile.js
index 70e7cf1..c66604c 100644
--- a/admin/js/editormapfile.js
+++ b/admin/js/editormapfile.js
@@ -1446,12 +1446,15 @@ function montaEditorDispo(dados)
function montaEditorDados(dados)
{
- var idsForms = ["connection","data","tileitem","tileindex","type","tipooriginal"];
+ var idsForms = ["connection","data","tileitem","tileindex","type","tipooriginal","metaestat_id_medida_variavel"];
var idsMetaestat = ["connection","data","tileitem","tileindex","tipooriginal"];
var param = {
"linhas":[
{ajuda:"Indica se as definições da camada estão relacionadas ao sistema de metadados estatísticos. Se estiver, alguns parâmetros são obtidos de forma automática, como a conexão e o SQL de acesso aos dados.",
titulo:"Esse mapfile está integrado ao sistema de metadados estatísticos?",id:"",value:dados.metaestat,tipo:"text",div:"
"},
+ //TODO colocar icone para escolher o id
+ {ajuda:"ID da medida da variável que relaciona a camada ao sistema de metadados estatísticos. Só deve ser definido se o mapfile for integrado a esse sistema.",
+ titulo:"ID da variável no sistema de metadados estatísticos",id:"metaestat_id_medida_variavel",value:dados.metaestat_id_medida_variavel,tipo:"text",div:""},
{ajuda:"Type of connection. Default is local.",
titulo:"Connectiontype",id:"",value:"",div:"
",tipo:"text"},
{ajuda:"Aplica a conversão de caracteres nas ferramentas que obtém os dados descritivos referentes aos elementos do LAYER. Em alguns casos, a conversão pode provocar problemas de acentuação. Se isso ocorrer, na ferramenta tabela por exemplo, experimente marcar essa opção como 'nao'",
@@ -1485,7 +1488,7 @@ function montaEditorDados(dados)
{
ins += "Os seguintes 'alias' estão definidos em ms_configura como nomes de conexões: ";
ins += dados.postgis_mapa;
- ins += " Os campos em cores não são compatíveis com o tipo de conexão.
";
+ ins += "
";
}
if(dados.colunas != "" && dados.colunas != undefined)
{
@@ -1500,7 +1503,9 @@ function montaEditorDados(dados)
temp = "";
temp += core_combosimnao(dados.metaestat);
temp += " ";
+ //temp += " ";
$i("cMetaestat").innerHTML = temp;
+ //new YAHOO.widget.Button("parametrosMetaestat",{ onclick: { fn: parametrosMetaestat }});
}
if($i("cCache")){
temp = "";
@@ -1564,7 +1569,7 @@ function montaEditorDados(dados)
var valor = $i("metaestat").value,
d = [];
if(valor === "SIM"){
- d = [];
+ d = ["metaestat_id_medida_variavel"];
}
else{
core_desativaforms(idsForms);
@@ -1580,7 +1585,6 @@ function montaEditorDados(dados)
$i("connectiontype").onchange.call();
}
}
-
function montaEditorMetadados(dados)
{
var paramRaster = {
@@ -2011,7 +2015,7 @@ function salvarDadosEditor(tipo,codigoMap,codigoLayer,indiceClasse,indiceEstilo,
}
if(tipo == "conexao")
{
- campos = new Array("metaestat","cache","projection","type","connection","data","connectiontype","tileitem","tileindex","filteritem","filter","tipooriginal","convcaracter");
+ campos = new Array("metaestat_id_medida_variavel","metaestat","cache","projection","type","connection","data","connectiontype","tileitem","tileindex","filteritem","filter","tipooriginal","convcaracter");
par = "&codigoMap="+codigoMap+"&codigoLayer="+codigoLayer;
prog = "../php/editormapfile.php?funcao=alterarConexao";
}
diff --git a/admin/js/listatemas.js b/admin/js/listatemas.js
index 76f2c58..5948244 100644
--- a/admin/js/listatemas.js
+++ b/admin/js/listatemas.js
@@ -83,15 +83,20 @@ function montaDivTemas(i)
ins += "Tags (separe com espaço). Você pode digitar novos tags ou pegar da lista abaixo (opcional):";
ins += " ";
ins += "
Buscando...
";
- ins += "Tipo (preencha apenas se for do tipo WMS): ";
- ins += " ";
+ //tipoa_tema pode receber o valor META indicando que baseia-se no sistema de metadados estatisticos
+ //nesse caso, tipoa_tema e preenchido pelo editor de mapfile
+ ins += "
Tipo (preencha apenas se contiver layers do tipo WMS ou se for baseado no sistema METAESTAT): ";
+ ins += " ";
ins += "Normal ";
+ ins += "Vinculado ao METAESTAT ";
ins += "WMS
";
- ins += "Permite acesso via WMS/WFS? (nã restringe em temas do tipo gvSIG) ";
+ ins += "
Permite acesso via WMS/WFS? (não ocasiona restrição em temas do tipo gvSIG) ";
ins += "";
ins += core_combosimnao(i.ogc_tema);
ins += "
";
@@ -150,7 +155,7 @@ function gravaDadosTema(id)
if(($i("kml_tema").value).toLowerCase() == "nao")
{$i("kmz_tema").value = "NAO";}
}
- var campos = new Array("nome","desc","link","tags","tipo","ogc","download","kml","codigo","kmz");
+ var campos = new Array("tipoa","nome","desc","link","tags","tipo","ogc","download","kml","codigo","kmz");
var par = "";
for (var i=0;i$publicado,"nacessos"=>($recordset["nacessos"]),"tid"=>($recordset["codigo_tema"]),"nome"=>$this->converte($recordset["nome_tema"]),"link"=>$link,"download"=>$down,"ogc"=>$ogc,"kmz"=>$kmz);
+ return array("tipoa_tema"=>$recordset["tipoa_tema"],"publicado"=>$publicado,"nacessos"=>($recordset["nacessos"]),"tid"=>($recordset["codigo_tema"]),"nome"=>$this->converte($recordset["nome_tema"]),"link"=>$link,"download"=>$down,"ogc"=>$ogc,"kmz"=>$kmz);
}
/*
Function: execSQL
diff --git a/admin/php/classe_metaestat.php b/admin/php/classe_metaestat.php
index db95061..e8c93a4 100755
--- a/admin/php/classe_metaestat.php
+++ b/admin/php/classe_metaestat.php
@@ -354,7 +354,8 @@ class Metaestat{
//utiliza-se da mesma forma /*FAT*//*FAT*/ e /*FWT*//*FWT*/ para os filtros de tempo
//Layers adicionados aqui sao marcados com o metadata METAESTAT "SIM"
//O codigo_tipo_regiao e marcado com o metadata METAESTAT_CODIGO_TIPO_REGIAO
- //O id da medida da variavel e marcado com o metadata ID_MEDIDA_VARIAVEL
+ //O id da medida da variavel e marcado com o metadata METAESTAT_ID_MEDIDA_VARIAVEL
+ //outros metadados tambem sao utilizados, veja em admin/php/editormapfile.php
$arq = $this->dir_tmp."/".$this->nomecache.".map";
if(!file_exists($arq)){
if(empty($tipolayer)){
@@ -395,7 +396,7 @@ class Metaestat{
$dados[] = ' CLASSE "SIM"';
$dados[] = ' METAESTAT "SIM"';
$dados[] = ' METAESTAT_CODIGO_TIPO_REGIAO "'.$codigo_tipo_regiao.'"';
- $dados[] = ' ID_MEDIDA_VARIAVEL "'.$id_medida_variavel.'"';
+ $dados[] = ' METAESTAT_ID_MEDIDA_VARIAVEL "'.$id_medida_variavel.'"';
$dados[] = ' ITENS "'.implode(",",$sql["colunas"]).'"';
$dados[] = ' ITENSDESC "'.implode(",",$sql["alias"]).'"';
$dados[] = ' END';
@@ -535,7 +536,7 @@ class Metaestat{
$dados[] = ' TYPE TRUETYPE';
$dados[] = ' END';
$dados[] = ' END';
- $dados[] = "END";
+ $dados[] = "END";
}
$dados[] = "END";
$fp = fopen($arq,"w");
diff --git a/admin/php/editormapfile.php b/admin/php/editormapfile.php
index 816621d..a4495bc 100644
--- a/admin/php/editormapfile.php
+++ b/admin/php/editormapfile.php
@@ -1181,8 +1181,13 @@ function criarNovoMap()
$dados[] = ' METADATA';
$dados[] = ' TEMA "'.$nome.'"';
$dados[] = ' CLASSE "SIM"';
+ $tipoa_tema = "";
if(!empty($metaestat) && $metaestat == "SIM"){
$dados[] = ' METAESTAT "SIM"';
+ //para marcar no banco de dados de administracao
+ $tipoa_tema = "META";
+ //METAESTAT_CODIGO_TIPO_REGIAO
+ //ID_MEDIDA_VARIAVEL
}
$dados[] = ' END';
$dados[] = ' CLASS';
@@ -1203,7 +1208,7 @@ function criarNovoMap()
$nome = utf8_encode($nome);
$desc = utf8_encode($desc);
}
- $dbhw->query("INSERT INTO ".$esquemaadmin."i3geoadmin_temas (link_tema,kml_tema,kmz_tema,ogc_tema,download_tema,desc_tema,tipoa_tema,tags_tema,nome_tema,codigo_tema,it,es,en) VALUES ('','','', '','','','','','$nome','$codigo','$it','$es','$en')");
+ $dbhw->query("INSERT INTO ".$esquemaadmin."i3geoadmin_temas (link_tema,kml_tema,kmz_tema,ogc_tema,download_tema,desc_tema,tipoa_tema,tags_tema,nome_tema,codigo_tema,it,es,en) VALUES ('','','', '','','','$tipoa_tema','','$nome','$codigo','$it','$es','$en')");
$dbh = null;
$dbhw = null;
return "ok";
@@ -1590,6 +1595,7 @@ function pegaConexao()
if($dados["metaestat"] == ""){
$dados["metaestat"] = "NAO";
}
+ $dados["metaestat_id_medida_variavel"] = $layer->getmetadata("metaestat_id_medida_variavel");
$dados["colunas"] = implode(",",pegaItens($layer));
if($layer->connectiontype == 7 || $layer->connectiontype == 9){
@@ -1599,23 +1605,35 @@ function pegaConexao()
}
function alterarConexao()
{
- global $metaestat,$convcaracter,$cache,$tipooriginal,$filteritem,$filter,$projection,$type,$dir_tmp,$testar,$codigoMap,$codigoLayer,$locaplic,$connection,$connectiontype,$data,$tileitem,$tileindex;
+ global $esquemaadmin,$metaestat_id_medida_variavel,$metaestat,$convcaracter,$cache,$tipooriginal,$filteritem,$filter,$projection,$type,$dir_tmp,$testar,$codigoMap,$codigoLayer,$locaplic,$connection,$connectiontype,$data,$tileitem,$tileindex;
$mapfile = $locaplic."/temas/".$codigoMap.".map";
$mapa = ms_newMapObj($mapfile);
$layer = $mapa->getlayerbyname($codigoLayer);
//quando o layer estiver conectado com o METAESTAT, alguns parametros sao default
+ include("conexao.php");
+ //e necessario atualizar o banco de dados de administracao, por isso e feito a verificacao do registro ou nao do mapfile no banco
+ $sql = "SELECT * from ".$esquemaadmin."i3geoadmin_temas where codigo_tema = '$codigoMap'";
+ $dados = pegaDados($sql);
+ if(count($dados) == 0){
+ $dbhw->query("INSERT INTO ".$esquemaadmin."i3geoadmin_temas (tipoa_tema,nome_tema,codigo_tema,kml_tema,kmz_tema,ogc_tema,download_tema,tags_tema,link_tema,desc_tema) VALUES ('META','$codigoMap','$codigoMap','SIM','NAO','SIM','SIM','','','')");
+ }
if(strtoupper($metaestat) == "SIM"){
$connectiontype = 6;
$filteritem = "";
$filter = "";
$data = "";
- $connection = "";
+ $connection = "";
+ //echo "UPDATE ".$esquemaadmin."i3geoadmin_temas SET tipoa_tema='META' WHERE codigo_tema = '$codigoMap'";exit;
+ $dbhw->query("UPDATE ".$esquemaadmin."i3geoadmin_temas SET tipoa_tema='META' WHERE codigo_tema = '$codigoMap'");
+ $layer->setmetadata("metaestat","SIM");
+ $layer->setmetadata("METAESTAT_ID_MEDIDA_VARIAVEL",$metaestat_id_medida_variavel);
}
else{
$layer->setmetadata("METAESTAT_CODIGO_TIPO_REGIAO","");
- $layer->setmetadata("ID_MEDIDA_VARIAVEL","");
+ $layer->setmetadata("METAESTAT_ID_MEDIDA_VARIAVEL","");
+ $layer->setmetadata("metaestat","");
+ $dbhw->query("UPDATE ".$esquemaadmin."i3geoadmin_temas SET tipoa_tema='' WHERE codigo_tema = '$codigoMap'");
}
- $layer->setmetadata("metaestat",$metaestat);
$layer->set("connection",$connection);
if(ms_GetVersionInt() > 50201){
$layer->setconnectiontype($connectiontype);
diff --git a/admin/php/menutemas.php b/admin/php/menutemas.php
index ebd356a..d8dbdac 100644
--- a/admin/php/menutemas.php
+++ b/admin/php/menutemas.php
@@ -1067,6 +1067,7 @@ function alteraSubGrupos()
/*
Registra um mapfile na tabela de temas
*/
+//TODO testar isso pq acrescentei tipoa_tema
function registraTema()
{
global $codigo_tema,$esquemaadmin;
@@ -1078,7 +1079,7 @@ function registraTema()
$dados = pegaDados($sql);
if(count($dados) == 0)
{
- $dbhw->query("INSERT INTO ".$esquemaadmin."i3geoadmin_temas (nome_tema,codigo_tema,kml_tema,kmz_tema,ogc_tema,download_tema,tags_tema,link_tema,desc_tema) VALUES ('$codigo_tema','$codigo_tema','SIM','NAO','SIM','SIM','','','')");
+ $dbhw->query("INSERT INTO ".$esquemaadmin."i3geoadmin_temas (tipoa_tema,nome_tema,codigo_tema,kml_tema,kmz_tema,ogc_tema,download_tema,tags_tema,link_tema,desc_tema) VALUES ('','$codigo_tema','$codigo_tema','SIM','NAO','SIM','SIM','','','')");
}
$dbhw = null;
$dbh = null;
@@ -1137,6 +1138,12 @@ function alteraTemas()
$layer->setmetadata("permiteogc",strtolower($ogc));
$layer->setmetadata("permitekml",strtolower($kml));
$layer->setmetadata("permitekmz",strtolower($kmz));
+ //zera os metadados do sistema METAESTAT
+ if($tipoa != "META"){
+ $layer->setmetadata("METAESTAT_CODIGO_TIPO_REGIAO","");
+ $layer->setmetadata("METAESTAT_ID_MEDIDA_VARIAVEL","");
+ $layer->setmetadata("metaestat","");
+ }
if(count($nomes) == 1)
{
$layer->setmetadata("tema",$nomeo);
diff --git a/atlas/geral.htm b/atlas/geral.htm
index 0c07662..d97700c 100644
--- a/atlas/geral.htm
+++ b/atlas/geral.htm
@@ -148,7 +148,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/classesjs/classe_arvoredecamadas.js b/classesjs/classe_arvoredecamadas.js
index 93c00fc..9637096 100644
--- a/classesjs/classe_arvoredecamadas.js
+++ b/classesjs/classe_arvoredecamadas.js
@@ -1386,11 +1386,13 @@ i3GEO.arvoreDeCamadas = {
i3GEO.atualiza();
i3GEO.janela.fechaAguarde("redesenha");
};
+ /*
try{clearTimeout(tempoBotaoAplicar);}
catch(erro){
if(typeof(console) !== 'undefined'){console.error(erro);}
}
tempoBotaoAplicar = "";
+ */
if(tipo === "normal"){
i3GEO.php.ligatemas(temp,t[1].toString(),t[0].toString());
return;
diff --git a/classesjs/classe_arvoredetemas.js b/classesjs/classe_arvoredetemas.js
index 48de71b..b4cc20b 100644
--- a/classesjs/classe_arvoredetemas.js
+++ b/classesjs/classe_arvoredetemas.js
@@ -220,7 +220,7 @@ i3GEO.arvoreDeTemas = {
*/
ATIVATEMA: "",
/*
- Propriedade: ATIVATEMAIMEDIATO
+ Propriedade: ATIVATEMAIMEDIATO (depreciado)
Adiciona ao mapa o tema clicado imediatamente, sem a definicao de um temporizador ou necessidade de se clicar no botao "aplicar".
@@ -230,7 +230,7 @@ i3GEO.arvoreDeTemas = {
Default:
{false}
*/
- ATIVATEMAIMEDIATO: false,
+ ATIVATEMAIMEDIATO: true,
/*
Propriedade: IDSMENUS
@@ -1238,6 +1238,7 @@ i3GEO.arvoreDeTemas = {
kmz:temas[i].kmz,
download:temas[i].download,
permitecomentario:temas[i].permitecomentario,
+ tipoa_tema:temas[i].tipoa_tema,
bookmark:"sim",
expanded:false,
isLeaf:false,
@@ -1327,10 +1328,13 @@ i3GEO.arvoreDeTemas = {
if(i3GEO.arvoreDeTemas.ATIVATEMA !== "")
{clique = "onclick=\""+i3GEO.arvoreDeTemas.ATIVATEMA+"\"";}
else{
+ clique = "onclick='i3GEO.arvoreDeTemas.adicionaTemas([\""+tema.tid+"\"])'";
+ /*
if(i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO === false)
{clique = "onclick='i3GEO.util.criaBotaoAplicar(\"i3GEO.arvoreDeTemas.adicionaTemas\",\""+$trad("p14")+"\",\"i3geoBotaoAplicar\",this)'";}
else
{clique = "onclick='i3GEO.arvoreDeTemas.adicionaTemas([\""+tema.tid+"\"])'";}
+ */
}
html += clique;
if(i3GEO.arvoreDeTemas.TIPOBOTAO !== "download")
@@ -1740,10 +1744,12 @@ i3GEO.arvoreDeTemas = {
//
//zera o contador de tempo
//
+ /*
try{
clearTimeout(tempoBotaoAplicar);
}catch(e){}
tempoBotaoAplicar = "";
+ */
i3GEO.mapa.ativaTema("");
//
//pega os temas ativados na arvore de menus
diff --git a/classesjs/classe_util.js b/classesjs/classe_util.js
index 4b1fcfd..73d2ea0 100644
--- a/classesjs/classe_util.js
+++ b/classesjs/classe_util.js
@@ -254,7 +254,7 @@ i3GEO.util = {
return keys;
},
/*
- Function: criaBotaoAplicar
+ Function: criaBotaoAplicar (depreciado)
Cria um botao flutuante do tipo aplicar.
diff --git a/exemplos/aplic2.htm b/exemplos/aplic2.htm
index a266bff..8b398d4 100644
--- a/exemplos/aplic2.htm
+++ b/exemplos/aplic2.htm
@@ -163,7 +163,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/exemplos/botoes5.htm b/exemplos/botoes5.htm
index 9a1f9f2..a792875 100644
--- a/exemplos/botoes5.htm
+++ b/exemplos/botoes5.htm
@@ -130,7 +130,7 @@ i3GEO.Interface.BARRADEZOOMLEFT = 40;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/exemplos/botoes6.htm b/exemplos/botoes6.htm
index 08579c9..6d6766b 100755
--- a/exemplos/botoes6.htm
+++ b/exemplos/botoes6.htm
@@ -184,7 +184,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/exemplos/botoeshtm.htm b/exemplos/botoeshtm.htm
index e5efff4..61d8abe 100644
--- a/exemplos/botoeshtm.htm
+++ b/exemplos/botoeshtm.htm
@@ -109,7 +109,7 @@ i3GEO.barraDeBotoes.COMPORTAMENTO = "laranja"
i3GEO.idioma.IDSELETOR = "seletorIdiomas"
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
OpenLayers.ImgPath = "../pacotes/openlayers/img/"
i3GEO.inicia();
diff --git a/exemplos/camadas5.htm b/exemplos/camadas5.htm
index fd6c257..9820cd1 100644
--- a/exemplos/camadas5.htm
+++ b/exemplos/camadas5.htm
@@ -157,7 +157,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/exemplos/googlemapssanfona.phtml b/exemplos/googlemapssanfona.phtml
index f6a768b..8d4cc44 100644
--- a/exemplos/googlemapssanfona.phtml
+++ b/exemplos/googlemapssanfona.phtml
@@ -197,7 +197,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/exemplos/guias1.htm b/exemplos/guias1.htm
index 12b105c..c89c2a2 100644
--- a/exemplos/guias1.htm
+++ b/exemplos/guias1.htm
@@ -146,7 +146,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/exemplos/guias2.htm b/exemplos/guias2.htm
index 0d0ae7f..6ea83b3 100644
--- a/exemplos/guias2.htm
+++ b/exemplos/guias2.htm
@@ -206,7 +206,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/exemplos/guias3.htm b/exemplos/guias3.htm
index a8bb14c..974bbc1 100644
--- a/exemplos/guias3.htm
+++ b/exemplos/guias3.htm
@@ -120,7 +120,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/exemplos/login.htm b/exemplos/login.htm
index f4e1629..d4bfbd3 100644
--- a/exemplos/login.htm
+++ b/exemplos/login.htm
@@ -175,7 +175,7 @@
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
- i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/exemplos/login1.htm b/exemplos/login1.htm
index 6c8a766..515ad1d 100644
--- a/exemplos/login1.htm
+++ b/exemplos/login1.htm
@@ -175,7 +175,7 @@
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
- i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/exemplos/login3.php b/exemplos/login3.php
index c4b507e..221a2b9 100644
--- a/exemplos/login3.php
+++ b/exemplos/login3.php
@@ -186,7 +186,7 @@ if(empty($_SESSION["usuario"]) || ($_SESSION["usuario"] != $_COOKIE["i3geousuari
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
- i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/exemplos/menus1.htm b/exemplos/menus1.htm
index fc3379c..8b78fe8 100644
--- a/exemplos/menus1.htm
+++ b/exemplos/menus1.htm
@@ -151,7 +151,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/ferramentas/metaestat/analise.php b/ferramentas/metaestat/analise.php
index 1bbc02e..6b1ab2a 100644
--- a/ferramentas/metaestat/analise.php
+++ b/ferramentas/metaestat/analise.php
@@ -123,7 +123,7 @@ function mapaDeCalor($map_file,$tema){
$layer->set("status",MS_OFF);
$mapa->save($map_file);
$meta = new Metaestat();
- $medidavariavel = $meta->listaMedidaVariavel("",$layer->getmetadata("ID_MEDIDA_VARIAVEL"));
+ $medidavariavel = $meta->listaMedidaVariavel("",$layer->getmetadata("METAESTAT_ID_MEDIDA_VARIAVEL"));
include_once("../../classesphp/classe_analise.php");
$m = new Analise($map_file,$tema,$locaplic,$ext);
$retorno = $m->analiseDistriPt($locaplic,$dir_tmp,$R_path,50,"densidade","243,217,173","255,0,0","",0,true,"",2,$medidavariavel["colunavalor"]);
@@ -248,7 +248,7 @@ function classes2circulos($map_file,$tema,$tipo){
$nometemp = str_replace(basename($map_file),nomeRandomico(5).basename($map_file),$map_file);
$mapa->save($nometemp);
//$mapatemp = ms_newMapObj($nometemp);
- $medidavariavel = $meta->listaMedidaVariavel("",$layer->getmetadata("ID_MEDIDA_VARIAVEL"));
+ $medidavariavel = $meta->listaMedidaVariavel("",$layer->getmetadata("METAESTAT_ID_MEDIDA_VARIAVEL"));
include_once("../../classesphp/classe_alteraclasse.php");
$m = new Alteraclasse($nometemp,$layer->name,"","");
$valores = $m->pegaValores($m->mapa,$m->layer,$medidavariavel["colunavalor"],true,0);
@@ -330,7 +330,7 @@ function listaFiltroTempoRaiz($map_file,$nivel){
//pega os parametros de tempo
$filtros = array();
foreach($layers as $l){
- $id_medida_variavel = $l->getmetadata("ID_MEDIDA_VARIAVEL");
+ $id_medida_variavel = $l->getmetadata("METAESTAT_ID_MEDIDA_VARIAVEL");
if($id_medida_variavel != ""){
//pega os parametros que sao do tipo tempo (1, 2, e 3)
$parametros = $m->listaParametro($id_medida_variavel);
@@ -353,7 +353,7 @@ function analise_listaCamadasFiltroTempo($map_file){
//pega os parametros de tempo
$camadas = array();
foreach($layers as $l){
- $id_medida_variavel = $l->getmetadata("ID_MEDIDA_VARIAVEL");
+ $id_medida_variavel = $l->getmetadata("METAESTAT_ID_MEDIDA_VARIAVEL");
if($id_medida_variavel != ""){
//pega os parametros que sao do tipo tempo (1, 2, e 3)
$parametros = $m->listaParametro($id_medida_variavel);
diff --git a/ferramentas/metaestat/editorlimites.php b/ferramentas/metaestat/editorlimites.php
index 1ed35bf..30a842e 100644
--- a/ferramentas/metaestat/editorlimites.php
+++ b/ferramentas/metaestat/editorlimites.php
@@ -162,7 +162,7 @@ i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso.permiteLogin = true;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = true;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentario = false;
i3GEO.mapa.AUTORESIZE = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/interface/carto_ol.htm b/interface/carto_ol.htm
index 99de345..7bffa0e 100644
--- a/interface/carto_ol.htm
+++ b/interface/carto_ol.htm
@@ -126,7 +126,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/interface/googleearth.phtml b/interface/googleearth.phtml
index 3c3e387..1b99f13 100644
--- a/interface/googleearth.phtml
+++ b/interface/googleearth.phtml
@@ -159,7 +159,7 @@ if(navm)
i3GEO.barraDeBotoes.BOTAOPADRAO = "";
i3GEO.barraDeBotoes.AUTO = true;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.barraDeBotoes.AJUDA = true;
i3GEO.mapa.legendaHTML.incluiBotaoLibera = false;
i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso.permiteLogin = true;
diff --git a/interface/googlemaps.phtml b/interface/googlemaps.phtml
index adea3d7..e0b9781 100644
--- a/interface/googlemaps.phtml
+++ b/interface/googlemaps.phtml
@@ -171,7 +171,7 @@ i3GEO.Interface.BARRABOTOESTOP = 20;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = true;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
//para evitar a entrada de comentários na árvore de camadas, modifique a opção de cada tema individualmente no sistema de administração
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentario = true;
i3GEO.mapa.AUTORESIZE = true;
diff --git a/interface/googlemaps1.phtml b/interface/googlemaps1.phtml
index 84459f2..dcadf19 100644
--- a/interface/googlemaps1.phtml
+++ b/interface/googlemaps1.phtml
@@ -158,7 +158,7 @@ i3GEO.Interface.BARRABOTOESTOP = 20;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = true;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
//para evitar a entrada de comentários na árvore de camadas, modifique a opção de cada tema individualmente no sistema de administração
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentario = true;
i3GEO.mapa.AUTORESIZE = true;
diff --git a/interface/googlemaps_t.htm b/interface/googlemaps_t.htm
index 586597b..d5b96ac 100644
--- a/interface/googlemaps_t.htm
+++ b/interface/googlemaps_t.htm
@@ -152,7 +152,7 @@ i3GEO.barraDeBotoes.OFFSET = -10;
i3GEO.barraDeBotoes.TIPO = "olhodepeixe";
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
diff --git a/interface/googlemapsdebug.phtml b/interface/googlemapsdebug.phtml
index 63fdfcc..a72c591 100644
--- a/interface/googlemapsdebug.phtml
+++ b/interface/googlemapsdebug.phtml
@@ -150,7 +150,7 @@ i3GEO.Interface.BARRABOTOESTOP = 20;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = true;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
//para evitar a entrada de comentários na árvore de camadas, modifique a opção de cada tema individualmente no sistema de administração
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentario = true;
i3GEO.mapa.AUTORESIZE = true;
diff --git a/interface/minima.htm b/interface/minima.htm
index 8c7232b..331d5e0 100644
--- a/interface/minima.htm
+++ b/interface/minima.htm
@@ -130,7 +130,7 @@ i3GEO.barraDeBotoes.COMPORTAMENTO = "laranja";
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
OpenLayers.ImgPath = "../pacotes/openlayers/img/";
i3GEO.inicia();
diff --git a/interface/ol_parametros.php b/interface/ol_parametros.php
index a5c9114..901c22b 100644
--- a/interface/ol_parametros.php
+++ b/interface/ol_parametros.php
@@ -164,7 +164,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/interface/openlayers.htm b/interface/openlayers.htm
index 886193f..fd04f5d 100644
--- a/interface/openlayers.htm
+++ b/interface/openlayers.htm
@@ -222,7 +222,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/interface/openlayers1.htm b/interface/openlayers1.htm
index e514364..bb04f58 100644
--- a/interface/openlayers1.htm
+++ b/interface/openlayers1.htm
@@ -247,7 +247,7 @@ i3GEO.Interface.BARRADEZOOMLEFT = 40;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/interface/openlayers_t.htm b/interface/openlayers_t.htm
index bc909b2..55041ad 100644
--- a/interface/openlayers_t.htm
+++ b/interface/openlayers_t.htm
@@ -162,7 +162,7 @@ i3GEO.barraDeBotoes.TIPO = "olhodepeixe";
i3GEO.barraDeBotoes.OFFSET = -3;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
diff --git a/interface/openlayersdebug.htm b/interface/openlayersdebug.htm
index 95daefd..cd441bc 100644
--- a/interface/openlayersdebug.htm
+++ b/interface/openlayersdebug.htm
@@ -216,7 +216,7 @@ i3GEO.ajuda.ATIVAJANELA = false;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.Interface.ATIVAMENUCONTEXTO = false;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
diff --git a/interface/zerocalol.htm b/interface/zerocalol.htm
index 89d5742..2c45980 100644
--- a/interface/zerocalol.htm
+++ b/interface/zerocalol.htm
@@ -143,7 +143,7 @@ i3GEO.interface.ATIVAMENUCONTEXTO = true;
i3GEO.barraDeBotoes.TIPOAJUDA = "vertical";
i3GEO.barraDeBotoes.SOICONES = true;
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
-i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true;
+
OpenLayers.ImgPath = "../pacotes/openlayers/img/";
var ims = new OpenLayers.Layer.ArcGIS93Rest(
"ESRI Imagery World 2D",
diff --git a/temas/acidmap.map b/temas/acidmap.map
index 581e033..35d034e 100644
--- a/temas/acidmap.map
+++ b/temas/acidmap.map
@@ -2,25 +2,30 @@ MAP
FONTSET "../symbols/fontes.txt"
SYMBOLSET "../symbols/simbolos.sym"
LAYER
- CONNECTION "http://localhost:8080/geoserver/wms?VALUE_COLUMN=VALOR&SERVICE=AMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&FORMAT=image/png&EXCEPTIONS=application/vnd.ogc.se_inimage&TILED=true&TRANSPARENT=FALSE&VALUE_COLUMN=value&SIMPLIFY_METHOD=1&SIMPLIFY_SIZE=400&INTERVALS[]=10,20,45,70,100&INTERVALS_COLORS[]=0xffffff00,0xffb2,0xff00b2,0xffff00b2,0xff0000b2&RENDERER_TYPE=2&INTERPOLATION_STRATEGY=2&RADIUS=32"
- CONNECTIONTYPE WMS
+ CONNECTION ""
+ DATA ""
METADATA
- "wms_srs" "EPSG:4326"
+ "METAESTAT_ID_MEDIDA_VARIAVEL" "1"
"tipooriginal" ""
+ "wms_srs" "EPSG:4326"
"wms_exceptions_format" "application/vnd.ogc.se_xml"
+ "cache" ""
"CLASSE" "SIM"
- "wfs" "nao"
"permitekmz" "nao"
- "wms_force_separate_request" "1"
+ "wfs" "nao"
+ "METAESTAT_CODIGO_TIPO_REGIAO" ""
"TEXTO" "NAO"
- "formatosinfo" "text/plain,application/vnd.ogc.gml,text/html"
+ "wms_force_separate_request" "1"
"wms_name" "i3geo:locali"
+ "formatosinfo" "text/plain,application/vnd.ogc.gml,text/html"
"nomeoriginal" "i3geo:locali"
"permitedownload" "sim"
- "wms_format" "image/png"
+ "metaestat" "SIM"
"wms_formatlist" "image/png,application/atom xml,application/atom xml,application/openlayers,application/pdf,application/rss xml,application/rss xml,application/vnd.google-earth.kml,application/vnd.google-earth.kml xml,application/vnd.google-earth.kml xml,application/vnd.google-earth.kmz,application/vnd.google-earth.kmz xml,application/vnd.google-earth.kmz xml,atom,image/geotiff,image/geotiff8,image/gif,image/jpeg,image/png8,image/svg,image/svg xml,image/svg xml,image/tiff,image/tiff8,kml,kmz,openlayers,rss"
- "permiteogc" "sim"
+ "wms_format" "image/png"
"permitekml" "sim"
+ "permiteogc" "sim"
+ "convcaracter" ""
"tema" "Acid Maps"
"wms_server_version" "1.1.1"
"wms_style" ""
@@ -28,7 +33,6 @@ MAP
NAME "acidmap"
OFFSITE 255 255 255
STATUS OFF
- TILEITEM "location"
TYPE RASTER
UNITS METERS
END # LAYER
--
libgit2 0.21.2