Commit 682f6aca3fcc8d174f1a66cd7a2392d03aa8e433
1 parent
d7b19f7d
Exists in
master
and in
7 other branches
Atualização para versão 3 da API do GM
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
aplicmap/googlemaps.phtml
... | ... | @@ -15,7 +15,7 @@ include_once("../ms_configura.php"); |
15 | 15 | } |
16 | 16 | </style> |
17 | 17 | <title>MMA - Mapa interativo</title> |
18 | -<script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2.x&key=<?php echo $googleApiKey; ?>"></script> | |
18 | +<script type="text/javascript" src="http://maps.google.com/maps?file=api&v=3&sensor=false&key=<?php echo $googleApiKey; ?>"></script> | |
19 | 19 | <script type="text/javascript" src="../classesjs/i3geo.js"></script> |
20 | 20 | |
21 | 21 | </head> | ... | ... |