Commit 3d36cd99a87b2486466caf69f88d2343d9927d8e
1 parent
733a4a02
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
ferramentas/telaremota/googlemaps1.php
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | <body onload="inicia()"> |
13 | 13 | <div id=googlemapsdiv style="width:100%;height:100%;"></div> |
14 | 14 | <script> |
15 | -<<<<<<< .mine | |
15 | + | |
16 | 16 | /* |
17 | 17 | Title: Interface GoogleMaps para a ferramenta tela remota |
18 | 18 | |
... | ... | @@ -52,7 +52,7 @@ GNU junto com este programa; se não, escreva para a |
52 | 52 | Free Software Foundation, Inc., no endereço |
53 | 53 | 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. |
54 | 54 | */ |
55 | -======= | |
55 | + | |
56 | 56 | /* |
57 | 57 | Title: Tela remota - Google Maps |
58 | 58 | |
... | ... | @@ -94,7 +94,7 @@ GNU junto com este programa; se não, escreva para a |
94 | 94 | Free Software Foundation, Inc., no endereço |
95 | 95 | 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. |
96 | 96 | */ |
97 | ->>>>>>> .r2067 | |
97 | + | |
98 | 98 | function inicia(){ |
99 | 99 | extentAnterior = ""; |
100 | 100 | contadorSalva = 0; | ... | ... |
ferramentas/telaremota/openlayers1.php
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | <body onload="inicia()"> |
13 | 13 | <div id=openlayers style="width:100%;height:100%;"></div> |
14 | 14 | <script> |
15 | -<<<<<<< .mine | |
15 | + | |
16 | 16 | /* |
17 | 17 | Title: Interface OpenLayers para a ferramenta tela remota |
18 | 18 | |
... | ... | @@ -52,7 +52,7 @@ GNU junto com este programa; se não, escreva para a |
52 | 52 | Free Software Foundation, Inc., no endereço |
53 | 53 | 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. |
54 | 54 | */ |
55 | -======= | |
55 | + | |
56 | 56 | /* |
57 | 57 | Title: Tela remota - OpenLayers |
58 | 58 | |
... | ... | @@ -94,7 +94,7 @@ GNU junto com este programa; se não, escreva para a |
94 | 94 | Free Software Foundation, Inc., no endereço |
95 | 95 | 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. |
96 | 96 | */ |
97 | ->>>>>>> .r2067 | |
97 | + | |
98 | 98 | function inicia(){ |
99 | 99 | extentAnterior = ""; |
100 | 100 | contadorSalva = 0; | ... | ... |