Commit 8969e7f629911b90ac7524c423084b3cdd886268
1 parent
77ce98ce
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
8 additions
and
6 deletions
Show diff stats
ferramentas/metar/metarproxima.php
| ... | ... | @@ -77,13 +77,15 @@ if($xml == true){ |
| 77 | 77 | {$resultado .= "<p><b> Elevação: </b>".$t;} |
| 78 | 78 | |
| 79 | 79 | $r = $e->xpath('lat'); |
| 80 | - $y = $r; | |
| 81 | - foreach($r as $t) | |
| 82 | - {$resultado .= "<p><a title='Incluir no mapa' href='#' onmouseout='escondexy()' onmouseover='mostraxy()' onclick='insereponto()'><b> Latitude: </b>".$t;} | |
| 80 | + foreach($r as $t){ | |
| 81 | + $resultado .= "<p><a title='Incluir no mapa' href='#' onmouseout='escondexy()' onmouseover='mostraxy()' onclick='insereponto()'><b> Latitude: </b>".$t; | |
| 82 | + $y = $t; | |
| 83 | + } | |
| 83 | 84 | $r = $e->xpath('lng'); |
| 84 | - $x = $r; | |
| 85 | - foreach($r as $t) | |
| 86 | - {$resultado .= "<b> Longitude: </b>".$t."</a>";} | |
| 85 | + foreach($r as $t){ | |
| 86 | + $resultado .= "<b> Longitude: </b>".$t."</a>"; | |
| 87 | + $x = $t; | |
| 88 | + } | |
| 87 | 89 | |
| 88 | 90 | $r = $e->xpath('temperature'); |
| 89 | 91 | foreach($r as $t) | ... | ... |
menutemas/admin.db
No preview for this file type