Skip to content

Commit

Permalink
LugMap.Linux.it: corretto errore in generazione mappa
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Apr 2, 2014
1 parent 9b62036 commit 44d77e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappa/generator.php
Expand Up @@ -43,7 +43,7 @@ function shift_city ($city, $lon, $found_cities) {
*/
$occurrences = howMany ($city, $found_cities);
if ($occurrences != 0)
$lon = $lon + (3000 * $occurrences);
$lon = $lon + (0.001 * $occurrences);

return $lon;
}
Expand Down

0 comments on commit 44d77e5

Please sign in to comment.