-
Notifications
You must be signed in to change notification settings - Fork 12
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
Show people in a region as a bulleted list within the popup #133
Comments
That's odd. There should be a list already: leaflet-blurred-location-display/src/ui/gridCenterRectangle.js Lines 74 to 90 in bb806bb
|
Aha! I think what happens is that it shows the count if there is no "url" property of the people. But on PublicLab.org, we do pass that. So it should be OK when run over there. I think we just need to release a new version here. |
Published as v1.3.1! https://www.npmjs.com/package/leaflet.blurred-location-display cc @daemon1024 |
We will need to reopen this. Ref publiclab/plots2#10033 (comment) it seems that the parsed_data you mentioned here, is only for temporary use.
we use it here, what we store in the markers object is leaflet-blurred-location-display/src/blurredLocationDisplay.js Lines 164 to 168 in d5cff82
is the leaflet marker object mapped to id. So there's no URL at all and hence no list of people names. |
Aha! Ok, excellent debugging! Hopefully we can solve this with a PR here and then through LEL to plots2 again? Great detective work, @daemon1024!!! |
Sure, I am on it. Can be assigned to me :) |
* add package json scripts to ease development * add url and title to marker object fixes #133 * document the need of additional fields * bump to v1.3.2
After fixing #123, it's showing that there are "2 people" but we should be instead showing a list of the people, like:
Originally posted by @jywarren in #123 (comment)
The text was updated successfully, but these errors were encountered: