Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Add support for providing geolocation coordinates on a coverage zone entry to improve routing accuracy #1188

Merged
merged 4 commits into from
Mar 24, 2016

Conversation

elsloo
Copy link
Contributor

@elsloo elsloo commented Mar 18, 2016

No description provided.

elsloo added 2 commits March 18, 2016 14:11
… CZ hit to occur when no matching CacheLocation exists as it now uses Geolocation to find the closest CacheLocation.
@@ -120,11 +131,16 @@ public static NetworkNode generateTree(final JSONObject json) {
}

public NetworkNode(final String str) throws NetworkNodeException {
this(str, null);
this(str, null, null);
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't really need this change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Technically true, however when written this way we have one less constructor to pass through to reach the one in the above change. That said, I don't feel strongly about it.

@trevorackerman trevorackerman merged commit 8f65284 into Comcast:master Mar 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants