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

Simple fixes to mapdist() #133

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Simple fixes to mapdist() #133

wants to merge 2 commits into from

Conversation

mvkorpel
Copy link
Contributor

These are simple fixes to mapdist(), for example fixing issue #70.

I am aware that a set of more advanced updates is proposed in pull request #129, and this pull request does not play well with that. However, is it desirable to change the semantics of vector origins and destinations so that all pairs of origin-destination (from-to) are searched, as happens in #129? At present, with from=c("A", "B") and to=c("C", "D"), only routes A-C and B-D are searched, but #129 also searches A-D and B-C.

@scottmmjackson
Copy link
Collaborator

My vote is to take this over #129 for fixing the issue. I re-ran the issue submitter's example (thank you @avsmith for the reproducible example!) and confirmed this works.

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.

None yet

2 participants