Commit bbd9509acab6461adf12ccea6a02e16758df2614
1 parent
510b8741
Exists in
master
and in
7 other branches
Correção no uso da extensão geográfica #66
Showing
3 changed files
with
15 additions
and
15 deletions
Show diff stats
.settings/org.eclipse.php.core.prefs
1 | eclipse.preferences.version=1 | 1 | eclipse.preferences.version=1 |
2 | -include_path=0;/i3Geo 7.0 | 2 | +include_path=0;/i3Geo 7 |
3 | org.eclipse.php.core.taskCaseSensitive=enabled | 3 | org.eclipse.php.core.taskCaseSensitive=enabled |
4 | org.eclipse.php.core.taskPriorities=NORMAL,HIGH,NORMAL,NORMAL,LOW,HIGH | 4 | org.eclipse.php.core.taskPriorities=NORMAL,HIGH,NORMAL,NORMAL,LOW,HIGH |
5 | org.eclipse.php.core.taskTags=TODO,FIXME,XXX,@todo,ZODO,XODO | 5 | org.eclipse.php.core.taskTags=TODO,FIXME,XXX,@todo,ZODO,XODO |
ferramentas/animagif/index.js
@@ -135,7 +135,7 @@ i3GEOF.animagif = | @@ -135,7 +135,7 @@ i3GEOF.animagif = | ||
135 | temp = $i("i3GEOANIMAGIFcache").getElementsByTagName("select")[0]; | 135 | temp = $i("i3GEOANIMAGIFcache").getElementsByTagName("select")[0]; |
136 | temp.value = camada.ferramentas.animagif.cache; | 136 | temp.value = camada.ferramentas.animagif.cache; |
137 | temp = $i("i3GEOANIMAGIFextensao"); | 137 | temp = $i("i3GEOANIMAGIFextensao"); |
138 | - temp.value = camada.ferramentas.animagif.extensao; | 138 | + temp.value = camada.ferramentas.animagif.mapext; |
139 | temp = $i("i3GEOANIMAGIFlegenda").getElementsByTagName("select")[0]; | 139 | temp = $i("i3GEOANIMAGIFlegenda").getElementsByTagName("select")[0]; |
140 | temp.value = camada.ferramentas.animagif.legenda; | 140 | temp.value = camada.ferramentas.animagif.legenda; |
141 | temp = $i("i3GEOANIMAGIFtransparencia").getElementsByTagName("select")[0]; | 141 | temp = $i("i3GEOANIMAGIFtransparencia").getElementsByTagName("select")[0]; |
@@ -245,7 +245,7 @@ i3GEOF.animagif = | @@ -245,7 +245,7 @@ i3GEOF.animagif = | ||
245 | + "<div class='i3GeoTituloJanela'>animagif </span><a class=ajuda_usuario target=_blank href='" | 245 | + "<div class='i3GeoTituloJanela'>animagif </span><a class=ajuda_usuario target=_blank href='" |
246 | + i3GEO.configura.locaplic | 246 | + i3GEO.configura.locaplic |
247 | + "/ajuda_usuario.php?idcategoria=5&idajuda=130' ><b> </b></a></div>"; | 247 | + "/ajuda_usuario.php?idcategoria=5&idajuda=130' ><b> </b></a></div>"; |
248 | - janela = i3GEO.janela.cria("380px", "320px", "", "", "", titulo, "i3GEOF.animagif", false, "hd", cabecalho, minimiza, "", true); | 248 | + janela = i3GEO.janela.cria("380px", "380px", "", "", "", titulo, "i3GEOF.animagif", false, "hd", cabecalho, minimiza, "", true); |
249 | divid = janela[2].id; | 249 | divid = janela[2].id; |
250 | i3GEOF.animagif.aguarde = $i("i3GEOF.animagif_imagemCabecalho").style; | 250 | i3GEOF.animagif.aguarde = $i("i3GEOF.animagif_imagemCabecalho").style; |
251 | $i("i3GEOF.animagif_corpo").style.backgroundColor = "white"; | 251 | $i("i3GEOF.animagif_corpo").style.backgroundColor = "white"; |
@@ -292,7 +292,7 @@ i3GEOF.animagif = | @@ -292,7 +292,7 @@ i3GEOF.animagif = | ||
292 | + $i("i3GEOANIMAGIFh").value | 292 | + $i("i3GEOANIMAGIFh").value |
293 | + '","cache":"' | 293 | + '","cache":"' |
294 | + $i("i3GEOANIMAGIFcache").getElementsByTagName("select")[0].value | 294 | + $i("i3GEOANIMAGIFcache").getElementsByTagName("select")[0].value |
295 | - + '","extensao":"' | 295 | + + '","mapext":"' |
296 | + $i("i3GEOANIMAGIFextensao").value | 296 | + $i("i3GEOANIMAGIFextensao").value |
297 | + '","legenda":"' | 297 | + '","legenda":"' |
298 | + $i("i3GEOANIMAGIFlegenda").getElementsByTagName("select")[0].value | 298 | + $i("i3GEOANIMAGIFlegenda").getElementsByTagName("select")[0].value |
@@ -366,7 +366,7 @@ i3GEOF.animagif = | @@ -366,7 +366,7 @@ i3GEOF.animagif = | ||
366 | temp = $i("i3GEOANIMAGIFcache").getElementsByTagName("select")[0]; | 366 | temp = $i("i3GEOANIMAGIFcache").getElementsByTagName("select")[0]; |
367 | par += "&cache=" + temp.value; | 367 | par += "&cache=" + temp.value; |
368 | temp = $i("i3GEOANIMAGIFextensao"); | 368 | temp = $i("i3GEOANIMAGIFextensao"); |
369 | - par += "&extensao=" + temp.value; | 369 | + par += "&mapext=" + temp.value; |
370 | temp = $i("i3GEOANIMAGIFlegenda").getElementsByTagName("select")[0]; | 370 | temp = $i("i3GEOANIMAGIFlegenda").getElementsByTagName("select")[0]; |
371 | par += "&legenda=" + temp.value; | 371 | par += "&legenda=" + temp.value; |
372 | temp = $i("i3GEOANIMAGIFtransparencia").getElementsByTagName("select")[0]; | 372 | temp = $i("i3GEOANIMAGIFtransparencia").getElementsByTagName("select")[0]; |
@@ -378,7 +378,7 @@ i3GEOF.animagif = | @@ -378,7 +378,7 @@ i3GEOF.animagif = | ||
378 | 378 | ||
379 | i3GEO.janela.cria( | 379 | i3GEO.janela.cria( |
380 | (parseInt($i("i3GEOANIMAGIFw").value,10) + 50) + "px", | 380 | (parseInt($i("i3GEOANIMAGIFw").value,10) + 50) + "px", |
381 | - (parseInt($i("i3GEOANIMAGIFh").value,10) + 50) + "px", | 381 | + (parseInt($i("i3GEOANIMAGIFh").value,10) + 150) + "px", |
382 | i3GEO.configura.locaplic+"/ferramentas/animagif/index.php?" + par + "&tema=" + i3GEOF.animagif.tema, | 382 | i3GEO.configura.locaplic+"/ferramentas/animagif/index.php?" + par + "&tema=" + i3GEOF.animagif.tema, |
383 | "", | 383 | "", |
384 | "", | 384 | "", |
temas/_llocalianimagif.map
@@ -6,29 +6,29 @@ MAP | @@ -6,29 +6,29 @@ MAP | ||
6 | DATA "/var/www/i3geo/aplicmap/dados/locali.shp" | 6 | DATA "/var/www/i3geo/aplicmap/dados/locali.shp" |
7 | METADATA | 7 | METADATA |
8 | "METAESTAT_ID_MEDIDA_VARIAVEL" "" | 8 | "METAESTAT_ID_MEDIDA_VARIAVEL" "" |
9 | - "cache" "SIM" | ||
10 | "TIP" "TIPO,NOMELOC,ANOCRIA" | 9 | "TIP" "TIPO,NOMELOC,ANOCRIA" |
11 | - "LTEMPOITEMDESCRICAO" "TIPO" | 10 | + "cache" "SIM" |
12 | "CLASSE" "SIM" | 11 | "CLASSE" "SIM" |
13 | - "animagif" '{"colunat":"ANOCRIA","tipocolunat":"numero","tempo":"40","w":"500","h":"500","cache":"sim","extensao":"-114.697265 -46.735195 21.181642 17.864415","legenda":"nao","transparente":"sim","operador":"","nulos":"-","auto":"sim","exec":"nao"}' | 12 | + "LTEMPOITEMDESCRICAO" "TIPO" |
13 | + "animagif" "" | ||
14 | "LTEMPOITEMINICIO" "ANOCRIA" | 14 | "LTEMPOITEMINICIO" "ANOCRIA" |
15 | - "LTEMPOITEMTIP" "ANOCRIA" | ||
16 | "permitekmz" "sim" | 15 | "permitekmz" "sim" |
17 | - "LTEMPOITEMTITULO" "NOMELOC" | 16 | + "LTEMPOITEMTIP" "ANOCRIA" |
18 | "ITENSDESC" "Município,TIPO,Localidade,ANOCRIA" | 17 | "ITENSDESC" "Município,TIPO,Localidade,ANOCRIA" |
19 | - "TILES" "SIM" | 18 | + "LTEMPOITEMTITULO" "NOMELOC" |
20 | "ITENSLINK" ",,," | 19 | "ITENSLINK" ",,," |
20 | + "TILES" "SIM" | ||
21 | "METAESTAT_CODIGO_TIPO_REGIAO" "" | 21 | "METAESTAT_CODIGO_TIPO_REGIAO" "" |
22 | - "LTEMPOFORMATODATA" "iso8601" | ||
23 | "permitedownload" "sim" | 22 | "permitedownload" "sim" |
23 | + "LTEMPOFORMATODATA" "iso8601" | ||
24 | "permitecomentario" "SIM" | 24 | "permitecomentario" "SIM" |
25 | "metaestat" "" | 25 | "metaestat" "" |
26 | "download" "SIM" | 26 | "download" "SIM" |
27 | "itembuscarapida" "NOMELOC" | 27 | "itembuscarapida" "NOMELOC" |
28 | "ITENS" "NOMEMUN,TIPO,NOMELOC,ANOCRIA" | 28 | "ITENS" "NOMEMUN,TIPO,NOMELOC,ANOCRIA" |
29 | - "transitioneffect" "NAO" | ||
30 | - "permiteogc" "sim" | ||
31 | "permitekml" "sim" | 29 | "permitekml" "sim" |
30 | + "permiteogc" "sim" | ||
31 | + "transitioneffect" "NAO" | ||
32 | "TEMA" "Localidades (usar com animagif) para teste" | 32 | "TEMA" "Localidades (usar com animagif) para teste" |
33 | "cortepixels" "30" | 33 | "cortepixels" "30" |
34 | "LTEMPOCONVENCODE" "SIM" | 34 | "LTEMPOCONVENCODE" "SIM" |