|
From: Michael B. <mic...@gm...> - 2010-02-18 12:00:29
|
Hi Martin, > Why I am worried about the order hmm > don`t now how to explain but I am ;-) ! I wonder why it is`t the order I > added it to my Featurecollection! I don't know what's happening with your own app but I still don't think you should worry :-) Spatial indexing means that the order of records in the shapefile shouldn't make too much difference to the access time for some spatial operation such as finding features that lie within a given area. You can sort the shapefile table on any attribute(s) that you like when querying it. Michael |