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 * Fix setup database and materialised views not working properly * Changed version number fro QGIS * Fix database startup scripts (#70) * 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 * Fix setup database and materialised views not working properly * Changed version number fro QGIS * Application of styles for layers * modified sample script * Fix various issues (#71) * 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 * beacon on top of parcel * fix error on editing bearing and distance * 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 * Port to QGIS 3 (#69) * 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 * Fix setup database and materialised views not working properly * Changed version number fro QGIS * Application of styles for layers * modified sample script * Align develop (#72) * 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 * beacon on top of parcel * fix error on editing bearing and distance * 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 * Port to QGIS 3 (#69) * 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 * Fix setup database and materialised views not working properly * Changed version number fro QGIS * Application of styles for layers * modified sample script * update api for selecting features (#74) * Modified descriptions and added manual as PDF * changed version number
- Loading branch information