Commit fbd56adf3825f7b0d646f93cf4c37cb8c76b7d48
1 parent
a4b7b7fa
Exists in
master
and in
7 other branches
Correção na lista de propriedades do mapa na interface google maps
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
aplicmap/googlemaps.phtml
... | ... | @@ -169,6 +169,14 @@ g_3dmap = "3dmap.map"; |
169 | 169 | i3GEO.interface.ATUAL = "googlemaps"; |
170 | 170 | i3GEO.interface.IDCORPO = "contemImg"; |
171 | 171 | i3GEO.barraDeBotoes.BOTAOPADRAO = "identifica"; |
172 | + | |
173 | +i3GEO.configura.listaDePropriedadesDoMapa = { | |
174 | + "propriedades": [ | |
175 | + { text: "p10", url: "javascript:i3GEO.mapa.dialogo.gradeCoord()"}, | |
176 | + { text: "p12", url: "javascript:i3GEO.mapa.dialogo.autoredesenha()"} | |
177 | + ] | |
178 | +} | |
179 | + | |
172 | 180 | i3GEO.cria(); |
173 | 181 | i3GEO.inicia(); |
174 | 182 | </script> | ... | ... |