Imagine you have a simple (maybe shared) EXCEL sheet lising your coordinates. For each coordinate you want to check a feature in a layer or arial imagery. To make it efficient, it would be perfect to "click" and jump to that position in QGis (a running qgis with layers and styles loaded).
A VBA code or com-addin in that example could run a command to do that.
I need to achieve the following: call QGIS from another application and say "zoomWithCenter" and "zoomScale"
Is this possible? How?
I am running a QGIS on a windows machine.
I would like to view some layers with QGIS but the editing and tracking is done in another custom application.
It would be great to e.g. send a command line call (holding coordinates and zoom scale) from that other application to running QGIS in order to pan and zoom to a particular coordinate.
Maybe there is already a socket server and client available for qgis? That would even allow two way communication...