-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added first working version for QGIS3 - loads properly but need to fix and ensure all works * renamed files and changed code to be compliant to the new API * Reformat code so that test can pass * fix for selecting feature when editng parcels * fix no database error * update API call * First iteration for porting to QGIS3 (#67) * added qgis projects and sql for creating database * updated metadata.txt, although how does it interact with metadata from Kartoza plugin repo? * renamed folders and updated the sql file removing tables which are not needed by the plugin. Disabbled beacons trigger to revert when Gavin confirms its working properly * added materialised views which I had deleted whilst testing failure for beacons delete * modified script to create tables properly * modified function for deleting beacons * added about tag * Modified metadata for upload to QGIS plugin repository * Removed database dumb from plugin * added licence info into the plugin * removed details that were duplicated in readme * modified toolbar name to cogo * fix lambda function error when editing parcel * added first working version for QGIS3 - loads properly but need to fix and ensure all works * renamed files and changed code to be compliant to the new API * Reformat code so that test can pass * fix for selecting feature when editng parcels * fix no database error * update API call
- Loading branch information
mazano
authored
Jan 22, 2019
1 parent
99b3f1d
commit 6d776b6
Showing
11 changed files
with
218 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
[general] | ||
name=CoGo Plugin | ||
description=A plugin to capture coordinates, bearings and distances and to use these to construct and manage land parcels. | ||
qgisMinimumVersion=2.14 | ||
qgisMaximumVersion=2.99 | ||
qgisMinimumVersion=2.99 | ||
qgisMaximumVersion=3.99 | ||
version=3.0 | ||
author=Kartoza | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.