Dirk-Lüder Kreie schrieb:
Florian Lohoff schrieb:
Hi,
on ROMA i am seeing requests where the bbox parameters decimal points
are actually ","
request for bbox -117,114258,-19,739411,-116,938477,-19,628519
This is not really valid and the client gets an error and no data and
thus will no do any work ...
Should be only unstable clients from Germany and other countries where
"," is the decimal separator.
The attached small hotfix fixes the problem for me. Should work until we
find a global solution :)
Christian
Index: tilesGen.pl
===================================================================
--- tilesGen.pl (revision 10480)
+++ tilesGen.pl (working copy)
@@ -810,7 +810,7 @@
$stdOut);
if ($locale ne "0") {
- setlocale(LC_ALL, $oldLocale);
+ setlocale(LC_ALL, 'C');
}
}
_______________________________________________
Tilesathome mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/tilesathome