Silver Sponsoring FOSS4G 2019

At OPENGIS.ch we live and love open source.That is why we are extremely excited to announce that we are supporting FOSS4G 2019, 26 to 30 August in Bucharest. By supporting FOSS4G 2019 we hope to help the conference be an even bigger success and help more people discovering all the Weiterlesen

QGIS on the road live

We are extremely pleased to announce the QGIS on the road tour with three free events this spring all over Switzerland. Limited places available so act fast reserve your place for the location you want. Bern 24.09.19 13:40 (event held in German) Lucerne 22.10.19 13:40 (event held in German) Bellinzona Weiterlesen

QField 1.0 is here

Let’s get straight to the point It’s official, QField for QGIS 1.0 is out! Get it while it’s hot on the Playstore (qfield.org/get) or on GitHub We are incredibly pleased and proud of just having released such a jewel and are convinced that, thanks to all its features and conscious design Weiterlesen

QField RC5 – Last call for testing

We are really happy to announce the fifth and (hopefully) last 1.0 release candidate in QField’s history! This means that QField 1.0 is closer than ever. Get it while it’s hot on the Playstore (https://qfield.org/get) or on GitHub Thanks to all the feedback by the fantastic community we were able Weiterlesen

New Year's present – QField 1.0 RC1

It was a long and winding road but we are very excited to announce the General availability of QField 1.0 Release Candidate 1.
We ask you to help us test as much as possible this Release Candidate so that we can iron out as many bugs as possible before the final release of QField 1.0.

New Year’s present – QField 1.0 RC1

It was a long and winding road but we are very excited to announce the General availability of QField 1.0 Release Candidate 1.

We ask you to help us test as much as possible this Release Candidate so that we can iron out as many bugs as possible before the final release of QField 1.0.

Using Threads in PyQGIS3

While porting a plugin to QGIS3 I decided to also move all it’s threading infrastructure to QgsTasks. Here three possible variants to implement this.the first uses the static method QgsTask.fromFunction and is simpler to use. A great quick solution. If you want need control you can look at the second Weiterlesen