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