bcgov / ols-devkit

Developer Tool Kit using the BC Address Geocoder, BC Route Planner and the Geomark Web Service
Apache License 2.0
6 stars 5 forks source link

ALE: Score and Precision value locations in result #201

Closed BK01 closed 2 years ago

BK01 commented 2 years ago

The address list editor interface as well as CSV export are showing the score values under the precision field, and the precision values under the score field.

For example, the JS file below shows the 'SCORE_VAL' as corresponding to column #4.. https://github.com/bcgov/ols-devkit/blob/gh-pages/ale/js/ale.js

..which has a 'precision' heading in the GUI and CSV export. https://bcgov.github.io/ols-devkit/ale/

cmhodgson commented 2 years ago

Apparently I accidentally re-ordered those column headings when I did the changes to support CHSA: https://github.com/bcgov/ols-devkit/commit/60b897d3bb5acf837d440a6b60abd7a6b30a22ff#diff-aa4da491efd2718f275549bbdb7d47aeb7381cfbe08ff06f6ed5cf3cbc94793f

Here is a PR to fix it: https://github.com/bcgov/ols-devkit/pull/202