Knowledge Base Article
KB10461 - The DK geocoding seems to be working fine, except that my addressees are sometimes found on the wrong side of the street. What's wrong?
Probably some street vectors in your data are organized in the opposite (wrong) direction. Change your numbering arrangement with something like this:
geoCoder.LFrom = "TORIGHT"
geoCoder.LTo = "FROMRIGHT"
geoCoder.RFrom = "TOLEFT"
geoCoder.RTo = "FROMLEFT
Created: 2003-11-21, Modified: 2005-09-14
|