Version 4.06
Release notes for Version 4.06 of Konect.
Note:Â Coming releases will be issued under our new release management schedule. Under the new schedule notice of the upcoming release will be provided at least one week before the date the release is scheduled for.
New Features | |||
---|---|---|---|
Affects | Description | Details | Reference |
Konect Manager | Konect Manager can now import records from GIS files into datasets based on the value of a user specified unique ID field. Konect manager will now produce a log file for all imports. | Previously the appending and updating of records in datasets by importing a GIS file was based entirely on the value of the konect system field '_id'. This release allows the user to select any field within a dataset to be used for selecting records for updating and appending. The selected field should be one that contains unique values. The konect system field '_id' can still be used if it exists in the import file. Please note: if an external id field is chosen any records without a value for the field will be skipped during the import. A log file of the import is generated in the folder C:\Users\<user_name>\AppData\Roaming\Global GBM\Konect\Konect Manager where <user_name> is the name of the user. The format of the name of the log file is 'IMPORTLOG_<dataset>.<extension of import file> where <dataset> is the name of the affected dataset and <extension of import file> is the same extension as the import file. For example, if the MapInfo file 'TEST_DATA.TAB' is imported into a dataset called 'MyDataSet', the log file will be 'IMPORTLOG_MyDataSet.TAB'. The log file has extra columns/fields added to it which detail how each imported record was processed. | KO-473, KO-465 |
Fixes/Updates | |||
Affects | Description | Details | Reference |
Konect Manager | Konect Manager does not support MapInfo Pro Extended format TAB files. | The 64 bit version of MapInfo Pro V15.2 introduced the Extended TAB file format that allows the creation and editing of TAB files greater than 2 Gbytes in size. The new type of TAB file is recognised by the text 'Type NATIVEX' in the .TAB file. Konect Manager does not support this new NATIVEX format and any attempts to import a NATIVEX TAB file will fail. Note that MapInfo Pro V15.2 (64 bit) and later can save a NATIVEX TAB file in the old format provided it is less than 2 GBytes in size. Thus if a NATIVEX TAB file needs to be read into Konect, use MapInfo Pro to first save the file to the old format and then import the old format file. | KO-528 |
Konect Manager | List editing in the Catalogue/Lists tab has changed to ensure integrity between parent and child lists. NOTE: only edit parent lists in the Catalogue/Lists tab and not in the Forms editor tab. |
| KO-381 |
Konect App | Sync logging for photos | When taking a project offline, or syncing a project that is offline, additional debug log messages are written to the app messages pertaining to photos. The log messages will describe how many photos are required for the sync, how many photos have been synced, and when all the photos have been synced. | KO-599 |
Konect App | Geographical attribute fields are updated when the feature is modified | When using the edit feature tool to move points, lines or regions any geographical attribute fields are recalculated and updated in the form data when the geometry is being saved. | KO-512, KS-392 |
Konect App | Defaults being applied to hidden list fields on dependent visibility changes is now fixed | If a list field is dependent on another field and that field is changed such that the list field is still hidden, a default value was still being applied. The list field will not remain empty. | KO-617, KS-449 |