Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Highways England junction lookup #2918

Merged
merged 1 commit into from
Mar 12, 2020
Merged

Add Highways England junction lookup #2918

merged 1 commit into from
Mar 12, 2020

Conversation

chrismytton
Copy link
Member

@chrismytton chrismytton commented Mar 11, 2020

This is taken from the sort-my-sign repo. It allows the user to search for motorways names and junction numbers, e.g. "M60, Junction 2", and then geocodes that using a SQLite database created from Highways England markerpost locations.

Fixes https:/mysociety/fixmystreet-commercial/issues/1797

@chrismytton chrismytton force-pushed the junction-lookup branch 2 times, most recently from 27f7695 to e569c68 Compare March 11, 2020 11:10
@chrismytton chrismytton requested a review from dracos March 11, 2020 11:16
@codecov
Copy link

codecov bot commented Mar 11, 2020

Codecov Report

Merging #2918 into master will decrease coverage by 0.03%.
The diff coverage is 55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2918      +/-   ##
==========================================
- Coverage   83.11%   83.08%   -0.04%     
==========================================
  Files         238      239       +1     
  Lines       15059    15079      +20     
  Branches     2805     2810       +5     
==========================================
+ Hits        12516    12528      +12     
- Misses       1641     1650       +9     
+ Partials      902      901       -1
Impacted Files Coverage Δ
perllib/FixMyStreet/Cobrand/UK.pm 74.28% <100%> (+0.29%) ⬆️
perllib/HighwaysEngland.pm 50% <50%> (ø)
perllib/FixMyStreet/DB/ResultSet/Problem.pm 92.15% <0%> (+0.98%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b93135...a59ffd1. Read the comment docs.

Copy link
Member

@dracos dracos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing code related (apart from missing imports), but a few wording suggestions and possible moves :)

CHANGELOG.md Outdated Show resolved Hide resolved
docs/install/manual-install.md Outdated Show resolved Hide resolved
perllib/HighwaysEngland.pm Outdated Show resolved Hide resolved
perllib/HighwaysEngland.pm Show resolved Hide resolved
t/app/controller/report_new.t Outdated Show resolved Hide resolved
t/app/controller/report_new.t Outdated Show resolved Hide resolved
Copy link
Member

@dracos dracos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛣

This is taken from the sort-my-sign repo. It allows the user to search
for motorways names and junction numbers, e.g. "M60, Junction 2", and
then geocodes that using a SQLite database created from Highways England
markerpost locations.
@chrismytton chrismytton merged commit a59ffd1 into master Mar 12, 2020
@github-pages github-pages bot temporarily deployed to github-pages March 12, 2020 13:26 Inactive
@chrismytton chrismytton mentioned this pull request Jun 3, 2021
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants