We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some benches have identical lat/longs:
On the main map, the bench icons overlap, so only one is visible:
Not sure if they can be clustered, or dithered.
The text was updated successfully, but these errors were encountered:
Multi-bench pop-up on unsplit cluster
55f0db2
Addresses #374 almost
Currently 4,808 benches have this problem.
SELECT `benchID`, `latitude`, `longitude` FROM `benches` WHERE (`latitude`, `longitude`) IN ( SELECT `latitude`, `longitude` FROM benches GROUP BY `latitude`, `longitude` HAVING COUNT(*) > 1 ) ORDER BY `benches`.`latitude` DESC
Sorry, something went wrong.
No branches or pull requests
Some benches have identical lat/longs:
On the main map, the bench icons overlap, so only one is visible:
Not sure if they can be clustered, or dithered.
The text was updated successfully, but these errors were encountered: