-
Notifications
You must be signed in to change notification settings - Fork 53
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
Support Bubbles on Map #239
Comments
Are you looking for Dorling Cartogram https://www.arcgis.com/home/item.html?id=b686a7679cb747e9825d1d1bb6b26046? |
Those could be helpful, but more looking for bubbles that vary based on a numeric value associated with that data. Consider, plotting the potholes in the city. It is useful to be able to plot the site of the circle to correspond to the number of potholes filled on the block. In the example below, the size of circle would be relatively larger From: Sean Carroll [mailto:notifications@github.com] Are you looking for Dorling Cartogram https://www.arcgis.com/home/item.html?id=b686a7679cb747e9825d1d1bb6b26046? — This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail (or the person responsible for delivering this document to the intended recipient), you are hereby notified that any dissemination, distribution, printing or copying of this e-mail, and any attachment thereto, is strictly prohibited. If you have received this e-mail in error, please respond to the individual sending the message, and permanently delete the original and any copy of any e-mail and printout thereof. |
@tomschenkjr can you reupload the image? can't see it. |
The bubbles have been implemented, but there is an issue where they plot according to when the queries finish rather than the order indicated by when the data set was added. As a work around (thanks @rladines for showing me this) you can turn off the top layer then turn it back on, and it will appear on top. |
For an internal City of Chicago project, we have found that it would be helpful to display bubbles representing volume of an incidence for a particular area on a map. We can utilize the size/color options that we have today and auto set the colors.
In the context of West Nile Virus:
- # of mosquitoes - blue
- # positive for WNV in red
- The size of the circles to auto size based on count of mosquitoes
- Need to validate the circle for positive results (Gene)
example:
Additional Considerations to discuss:
- week must equal the most recent week with data available AND season_year must equal the most recent year with data available OR
- The map should display the most recent year and week with the data available with the grid view displaying all available data (assuming that the user doesn't specify any other time frames in the filter).
This functionality should be available for other datasets in the future as well.
The text was updated successfully, but these errors were encountered: