Hi all,
=20
I've this problem.
I have a street-map with Addresses and House numbers.
The type of the house numbers columns is Char. In these columns there
are many * symbol, meaning that the house numbering follows (without
knowing the last house number of an edge and the first house number of
the next edge) in the next edge of the same street.
If I try to change the column type to integer, every * turns into a 0
value.=20
=20
This is not the right way, because now I have ranges of house numbers
for a street like these:
EDGE 1; FromLeft 0; ToLeft 20; FromRight 0; ToRight 40
EDGE 2; FromLeft 20; ToLeft 0; FromRight 40; ToRight 0
EDGE 3; FromLeft 0; ToLeft 0; FromRight 0; ToRight 0
=20
where I had before changing the column type:
EDGE 1; FromLeft 0; ToLeft 20; FromRight 0; ToRight 40
EDGE 2; FromLeft 20; ToLeft *; FromRight 40; ToRight *
EDGE 3; FromLeft *; ToLeft *; FromRight *; ToRight *
=20
and the geocode doesn't work, because, for example, the house number 18
belongs to two different edges:=20
EDGE 1; FromLeft 0; ToLeft 20
EDGE 2; FromLeft 20; ToLeft 0
=20
=20
Any idea?
=20
Thanks,
=20
Marco Motta,
Italy.
_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.