QGIS Python Plugins Repository
Interactive Map Tracking
A QGIS 2.6 plugin to track camera of user , AND/OR to autocommit/refresh edit on PostGIS vector layer
# About #
This plugin has 2 components that can be activated/desactivated configured trough the GUI.
Detailed user doc : https://github.com/Remi-C/interactive_map_tracking/wiki
#Features #
* First feature is to __track camera position__ of the user.
- Each time the user move the camera, it is _saved_ in a vector layer along with user_id and current time.
If a user is editing something, it allows him to know _where_ the edit was already done.
- If the vector layer is a PostGIS layer, _multiple users_ can simultaneously edit the layer, so that each user knows where the other user are editing, and have been editing.
* The second feature only acts on __PostGIS vector layer__.
- When a selected PostGIS vector layer is edited, the edition is __immediatly saved__ and send to the database, and the screen is __refreshed__.
- This allows to work with PostGIS layers that use __triggers to recompute geometry__ on the fly.
- Author
- Lionel Atty, IGN, SIDT || Remi Cura, IGN THALES
- Maintainer
- remic
- Tags
- vector , feature , editing , postgis , database , attribute edit , statistics , field , geometry , metadata , layers , autocommit , concurrent editing , tracking , autorefresh , trigger , camera , mapcanvas , events , real time
- Plugin home page
- http://remi-c.github.io/interactive_map_tracking
- Tracker
- Browse and report bugs
- Code repository
- https://github.com/Remi-C/interactive_map_tracking
- Latest stable version
- 2.0.0
- Plugin ID
-
893