Commit 0b9c24419723c446fa2b1efdd10d010020ee9d34
1 parent
a2d2bcf9
Exists in
master
and in
7 other branches
Correcao na opcao de troca do name de um layer no sistema de adm
Showing
12 changed files
with
6 additions
and
46 deletions
Show diff stats
@@ -27,16 +27,7 @@ | @@ -27,16 +27,7 @@ | ||
27 | </natures> | 27 | </natures> |
28 | <filteredResources> | 28 | <filteredResources> |
29 | <filter> | 29 | <filter> |
30 | - <id>1433889485820</id> | ||
31 | - <name></name> | ||
32 | - <type>30</type> | ||
33 | - <matcher> | ||
34 | - <id>org.eclipse.ui.ide.multiFilter</id> | ||
35 | - <arguments>1.0-name-matches-false-false-pacotes</arguments> | ||
36 | - </matcher> | ||
37 | - </filter> | ||
38 | - <filter> | ||
39 | - <id>1433889485824</id> | 30 | + <id>1456666496860</id> |
40 | <name></name> | 31 | <name></name> |
41 | <type>30</type> | 32 | <type>30</type> |
42 | <matcher> | 33 | <matcher> |
@@ -45,7 +36,7 @@ | @@ -45,7 +36,7 @@ | ||
45 | </matcher> | 36 | </matcher> |
46 | </filter> | 37 | </filter> |
47 | <filter> | 38 | <filter> |
48 | - <id>1433889485827</id> | 39 | + <id>1456666496874</id> |
49 | <name></name> | 40 | <name></name> |
50 | <type>30</type> | 41 | <type>30</type> |
51 | <matcher> | 42 | <matcher> |
@@ -54,12 +45,12 @@ | @@ -54,12 +45,12 @@ | ||
54 | </matcher> | 45 | </matcher> |
55 | </filter> | 46 | </filter> |
56 | <filter> | 47 | <filter> |
57 | - <id>1433889485863</id> | 48 | + <id>1456666496883</id> |
58 | <name></name> | 49 | <name></name> |
59 | <type>30</type> | 50 | <type>30</type> |
60 | <matcher> | 51 | <matcher> |
61 | <id>org.eclipse.ui.ide.multiFilter</id> | 52 | <id>org.eclipse.ui.ide.multiFilter</id> |
62 | - <arguments>1.0-name-matches-false-false-.svn</arguments> | 53 | + <arguments>1.0-name-matches-false-false-.git</arguments> |
63 | </matcher> | 54 | </matcher> |
64 | </filter> | 55 | </filter> |
65 | </filteredResources> | 56 | </filteredResources> |
.settings/org.eclipse.wst.jsdt.ui.superType.container
100644 → 100755
admin/admin.db
No preview for this file type
admin/php/editormapfile.php
@@ -1704,7 +1704,7 @@ function alterarNomeTema(){ | @@ -1704,7 +1704,7 @@ function alterarNomeTema(){ | ||
1704 | $dbhw = null; | 1704 | $dbhw = null; |
1705 | $dbh = null; | 1705 | $dbh = null; |
1706 | } | 1706 | } |
1707 | - return "ok"; | 1707 | + return "ok"; |
1708 | } | 1708 | } |
1709 | function alterarTitulo() | 1709 | function alterarTitulo() |
1710 | { | 1710 | { |
@@ -1723,6 +1723,7 @@ function alterarTitulo() | @@ -1723,6 +1723,7 @@ function alterarTitulo() | ||
1723 | 1723 | ||
1724 | $mapa->save($mapfile); | 1724 | $mapa->save($mapfile); |
1725 | removeCabecalho($mapfile); | 1725 | removeCabecalho($mapfile); |
1726 | + $codigoLayer = $name; | ||
1726 | return "ok"; | 1727 | return "ok"; |
1727 | } | 1728 | } |
1728 | function pegaDispo() | 1729 | function pegaDispo() |
temas/_a.map
@@ -1,32 +0,0 @@ | @@ -1,32 +0,0 @@ | ||
1 | -MAP | ||
2 | - FONTSET "../symbols/fontes.txt" | ||
3 | - SYMBOLSET "../symbols/simbolosv6.sym" | ||
4 | - LAYER | ||
5 | - CONNECTION "" | ||
6 | - DATA "" | ||
7 | - METADATA | ||
8 | - "cache" "" | ||
9 | - "CLASSE" "SIM" | ||
10 | - "permitekmz" "SIM" | ||
11 | - "permitedownload" "SIM" | ||
12 | - "download" "SIM" | ||
13 | - "permiteogc" "SIM" | ||
14 | - "permitekml" "SIM" | ||
15 | - "cortepixels" "0" | ||
16 | - END # METADATA | ||
17 | - NAME "_a" | ||
18 | - STATUS DEFAULT | ||
19 | - TEMPLATE "none.htm" | ||
20 | - TILEITEM "location" | ||
21 | - TYPE LINE | ||
22 | - UNITS METERS | ||
23 | - CLASS | ||
24 | - NAME "" | ||
25 | - STYLE | ||
26 | - COLOR 0 0 0 | ||
27 | - SIZE 12 | ||
28 | - SYMBOL "linha" | ||
29 | - END # STYLE | ||
30 | - END # CLASS | ||
31 | - END # LAYER | ||
32 | -END # MAP |