bcgov / bcgov/ols-devkit

Enhance Address list editor to support reverse geocoding

Open
#185 0 comments 0 reactions 1 assignee Claimed by @cmhodgson View on GitHub
address list editor enhancement estimate needed
Dominant language
No language data
Stars
7
Forks
6
Avg merge
1d 16h
Merged PRs (30d)
1

Description

Add a Reverse Geocode button that only works when address or coordinate data is first loaded into the text box or after the user presses the New Address List button. To reverse geocode a list of addresses:

1. User loads a list of CSV delimited fields that include x and y fields. No other data besides x and y needs to be populated. For bonus points, recognize lat and latitude as the y column and lon and longitude as the x column. For double bonus points, reverse x and y if their roles are reversed in the input data.

2. User presses Reverse Geocode button. The system reverse geocodes the list and replaces the coordinate list with the geocoder results and grays out the Reverse Geocode button.

If the user doesn't like the resulting list of addresses, they can edit their coordinate list elsewhere, copy it to the clipboard, hit the New Address List button, paste in the coordinates, and hit the Reverse Geocode button again.

The rest of the ALE remains the same.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.