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

Resolve the dependency with openmap.jar #2

Open
changun opened this issue Mar 14, 2014 · 2 comments
Open

Resolve the dependency with openmap.jar #2

changun opened this issue Mar 14, 2014 · 2 comments

Comments

@changun
Copy link
Contributor

changun commented Mar 14, 2014

openmap.jar is fat, but only used in the following three places:

  1. its Geo class is used to store the a coordinates.
  2. ConvexHull function is used in GeoDiamter module.
  3. The geo distance calculation in various places.

We may consider resolving the dependency with it by replicating these functions on our own.

@changun
Copy link
Contributor Author

changun commented May 21, 2014

openmap dependency is kept only for convex hull algorithm now.

@changun
Copy link
Contributor Author

changun commented May 28, 2014

have made a copy of openmap in the lifestreams repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant