########################################################################################## GPXIN-23: Move calcDistance out of Experimental Features ########################################################################################## Issue Type: Task ----------------------------------------------------------------------------------------- Issue Information ==================== Priority: Major Status: Closed Resolution: Done (2017-07-04 12:39:12) Project: PHP GPXIngest (GPXIN) Reported By: btasker Assigned To: btasker Components: - Experimental Features Affected Versions: - 1.03 Targeted for fix in version: - 1.03 Time Estimate: 0 minutes Time Logged: 0 minutes ----------------------------------------------------------------------------------------- Issue Description ================== Distance calculations were implemented as an experimental feature in GPXIN-6 The performance penalty has now been investigated in GPXIN-22 and found to be minimal, so the class should be amended to enable _calcDistance_ by default. A means to suppress/disable it should also be implemented and tested. ----------------------------------------------------------------------------------------- Issue Relations ================ - relates to GPXIN-22: Measure impact of Distance Calculations - relates to GPXIN-6: Distance calculations - Causes GPXIN-37: Incorrect variable reference causes warnings ----------------------------------------------------------------------------------------- Activity ========== ----------------------------------------------------------------------------------------- 2017-07-04 12:39:12 ----------------------------------------------------------------------------------------- btasker changed status from 'Open' to 'Resolved' ----------------------------------------------------------------------------------------- 2017-07-04 12:39:12 ----------------------------------------------------------------------------------------- btasker added 'Done' to resolution ----------------------------------------------------------------------------------------- 2017-07-04 12:39:16 ----------------------------------------------------------------------------------------- btasker changed status from 'Resolved' to 'Closed' ----------------------------------------------------------------------------------------- 2017-07-04 12:39:30 git ----------------------------------------------------------------------------------------- -- BEGIN QUOTE -- Repo: PHP-GPX-Ingest Commit: 88d7f93ab6c0088005b7bbc2d6dcacfe2ee013b1 Author: B Tasker