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

Seperation of Symbols located at the same coordinates #47

Open
teemsaj opened this issue May 11, 2019 · 5 comments
Open

Seperation of Symbols located at the same coordinates #47

teemsaj opened this issue May 11, 2019 · 5 comments
Milestone

Comments

@teemsaj
Copy link

teemsaj commented May 11, 2019

aprs.fi is the biggest offender for this, it's almost impossible to view several stations with the same set of coordinates. APRSDirect does seperate the group out better though.

@ellenhp
Copy link
Owner

ellenhp commented May 11, 2019

Not sure how to do this with OSM, which I'd like to eventually support for offline maps, but I found this for google maps https://developers.google.com/maps/documentation/android-sdk/utility/marker-clustering

@ellenhp ellenhp added this to the Nice to have milestone May 11, 2019
@teemsaj
Copy link
Author

teemsaj commented May 11, 2019

I scrubbed through the video real quick, it looked like something like that works for when you are zoomed out of the map. As you zoom in, it starts showing the pin markers in different locations. Is that correct?

You've probably seen how APRSDirect does this, although it tends to not work 100% of the time.

@ellenhp
Copy link
Owner

ellenhp commented May 12, 2019

I'm not sure how that particular method would work, I'm just dropping it here for future me to look at. It would be probably be hard to do it how APRSDirect does. I could consolidate all the icons within a few meter radius and then have a custom UI that pops up deal with it. But actually spreading out the pins is probably not something google maps can deal with natively? At any rate, this is future me's problem.

@ellenhp
Copy link
Owner

ellenhp commented May 16, 2019

@ellenhp
Copy link
Owner

ellenhp commented May 20, 2019

I might have to fork the clustering library I'm using to do this, since it already has its hands pretty deep into the "moving markers around" cookie jar.

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

No branches or pull requests

2 participants