Here's a tough one for me: I'm trying to geocode points along gridlines where they intersect with streets. The MapInfo manual gives a huge hint on page 151 where it discusses creating points for intersections, however it is talking about the actual intersections of the streets themselves, not those that fall upon the gridlines. I have tried copying my gridlines to the actual table, creating two idenical tables and running the following SQL Select Query:
Select columns: STR1.STREET + "&&" + STR2.STREET >From tables: STR1, STR2 Where Condition: STR1.obj Intersects STR2.obj and STR1.STREET <> STR2.STREET Into table named Grid_Points Then ungeocoding the new table by clearing the "Table is mappable" box, and re-geocoding the table where Grid_Points (the result of the query looks like "1&&Washington St") match STR1.STREET ( which is, "Washington St." What am I doing wrong? Thanks in advance for any help, I will summerize your replies. Ryan Morgan Aerials Express --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 4087
