Remi-C / interactive_map_tracking

A QGIS 2.6 plugin to track camera of user , AND/OR to autocommit/refresh edit on PostGIS vector layer
http://remi-c.github.io/interactive_map_tracking/
GNU General Public License v3.0
8 stars 4 forks source link

tracking : Error when srs=4326 and threshold is low #7

Closed Remi-C closed 9 years ago

Remi-C commented 9 years ago

To reproduce : create a shapefile of type polygon with user_id::text and w_time::text Set the shapefile srs to 4326 (WGS84). WGS84 unit is not meter but degree.

Setting the threshold to 1 or 0.1 or 0,1 slow down conserably the plugin, finally freezing qgis with one CPU fully occuped.

Remi-C commented 9 years ago

Precision : to reproduce ++ :

-> Infinite loop

Remi-C commented 9 years ago

@yoyonel : can you assign yourself plz, I can't do it

yoyonel commented 9 years ago

I think it's a temporary bugs (according with our current technology for saving/tracking the position). With the next realease (enqueue task & distributed costs), i'm pretty sure that the bug will vanish ^^

@Remi-C : can i close this one too ?

Remi-C commented 9 years ago

closed because not rlevant anmore