New issue 94 by mesca...@gmail.com: Export GPS - order data by time
http://code.google.com/p/beegis/issues/detail?id=94
When the gps log is exported in shapefile point format, points should be
ordered by time. Now fid is not coerent with time order.
Sorry about that, but doesn't seem to be a BeeGIS thing. I checked and the
points are first ordered by id and then by time. So if the order is lost,
it should be a shapefile problem. I don't think featurecollections assure
to have an order on the ifd (which is an internal uDig id).