Hi, I installed a local Nominatim server. The reverse query returns an xml with the correct content but it starts with a space character. Surprisingly, web browsers don't handle it. Is there a way to remove this extra space? Thanks, Raz asked 06 Jan '14, 09:38 RazAlon |
One Answer:
Likely a whitespace issue in one of your PHP files. Make sure you did not add any whitespace before <?php in settings/local.php or other php files edited. This answer is marked "community wiki". answered 06 Jan '14, 11:37 Firefishy ♦♦ |
Bingo, it was indeed in local.php.
thanks a lot! Raz