From 67a5d20400989532808e04c449e686ac6d6e98da Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 29 Sep 2014 13:27:24 +0000 Subject: [PATCH] Novo exemplo de customização --- exemplos/cursodsv22.htm | 173 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ferramentas/atalhosedicao/template_mst.html | 21 ++++++++++++++++++++- ferramentas/buffer/exec.php | 2 +- 3 files changed, 194 insertions(+), 2 deletions(-) create mode 100755 exemplos/cursodsv22.htm diff --git a/exemplos/cursodsv22.htm b/exemplos/cursodsv22.htm new file mode 100755 index 0000000..bc55002 --- /dev/null +++ b/exemplos/cursodsv22.htm @@ -0,0 +1,173 @@ + + + + + +i3GEO - OpenLayers + + + + + +
+ + +
+
+
+
+
+ + + + + diff --git a/ferramentas/atalhosedicao/template_mst.html b/ferramentas/atalhosedicao/template_mst.html index 1e2a742..60111ce 100755 --- a/ferramentas/atalhosedicao/template_mst.html +++ b/ferramentas/atalhosedicao/template_mst.html @@ -1,3 +1,23 @@ +

{{{edicao}}}

@@ -17,5 +37,4 @@

- \ No newline at end of file diff --git a/ferramentas/buffer/exec.php b/ferramentas/buffer/exec.php index 5bcf56e..34981cb 100644 --- a/ferramentas/buffer/exec.php +++ b/ferramentas/buffer/exec.php @@ -21,7 +21,7 @@ Salva o mapa acrescentando um novo layer com o buffer. $m = new Analise($map_file,$tema,$locaplic,$ext); $retorno = $m->criaBuffer($distancia,$locaplic,$unir,$wkt,$multiplicar,$itemdistancia); $m->salva(); - $_SESSION["contadorsalva"]++; + //$_SESSION["contadorsalva"]++; //limpa selecao $qyfile = str_replace(".map",".qy",$map_file); if (file_exists($qyfile)) -- libgit2 0.21.2