A simplified touch optimized interface for QGIS.
Perfect for field work on portable touch devices.
Check the documentation
QField is an open source project, licensed under the terms of the GPLv2 or later. This means that it is free to use and modify and will stay like that.
We are very happy if this app helps you to get your job done or in whatever creative way you may use it.
If you found it useful, we will be even happier if you could give something back. A couple of things you can do are
- Rate the app ★★★★★
- [Tweet about it](https://twitter.com/share?text=Looking for a good tool for field work in GIS? Check out %23QField!)
- Write about your experience (please let us know!)
- Help with the documentation
- Translate the documentation or the app
- Sponsor a feature
- And just drop by to say thank you or have a beer with us next time you meet OPENGIS.ch at a conference
Build OSGeo4A
- Install Qt 5.6 dev libraries
- Build QGIS using Qt5
cd QField
cp config.pri.default config.pri
git submodule init
git submodule update
- adjust the paths in config.pri
- open QField.pro with QtCreator (installed during OSGeo4A installation)
- hit build