Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A plugin for the QGIS software which allows a bidirectional communication & interaction between WinCan VX and QGIS is available. The main purpose of this tool is:

...

Step-by-step guide

  1. The QGIS Desktop must be installed. Be sure that you use the 32Bit version
  2. Install pythonnet on QGIS Desktop
    1. Link https://github.com/WinCan/QGISPlugin with readme.cmd
      Run QGIS as Administator
      Run QGIS PythonConsole
      Install pythonnet
    2. Pythonenter python install command
      Image Added
      from pip._internal import main as pipmain; pipmain(['install', 'pythonnet'])
  3. Add the WinCan Plugins from the QGIS store.
    1. Launch QGIS Desktop
    2. Select Plugins\Manage and Install Plugins..
    3. Install Plugin Wincan 2QGEP and WinCan VX Integration
      Image Modified
    4. Confirm Add-In Installation

  4. In order to check whether your WinCan VX Plugin has been installed properly,
    1. A WinCan Icon is visible
      Image Modified



Info

Pythonnet Addon is required on QGIS. Install command 

from pip._internal import main as pipmain; pipmain(['install', 'pythonnet'])

...