-
Address search
Hi all!
I have downloaded a USA map with geodata and tried to use the address search option! Everything works fine, except the postal code search option!! I can not enter a postal code which has a zero in it. All numbers (1-9) are working fine, but if I try to enter a zero, nothing happens! Is this a bug or am I doing something wrong?
Thanks
BigBoy
-
Are you perhaps using a localization.txt? On line 21 (NUMBERS=...), instead of "00|00|00|9|", you should have "00|00|0|9|" at the end. This is indeed a bug.
(Btw., "00" is interpreted as NULL, as end of string, while "0" is interpreted as a digit.)
-
Hi Nieko!
Thx, it worked!