Re: MI-L Would anyone like to tackle this one?

2001-08-17 Thread David Andrews
Mark, simply add 2 new columns, one called eastings another called row_order (or whatever you want) to your table. Then issue the following mapbasic commands. Update table Set eastings = centroidx(obj) Select * from Primary_Roads order by eastings into sorted_table Update sorted_table set row_o

MI-L Would anyone like to tackle this one?

2001-08-17 Thread Mark . Percival
Listers, I have a series of shapes (polygons, points - whatever). I would like to update their 'id' by the position of their centroid within the world from west to east. Would be nice to have the option for north/south and so on. This is primarily for labelling purposes and would give a nice fi