-
Notifications
You must be signed in to change notification settings - Fork 18
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
Map filters #15
Comments
@ychoy Hello are you guys accepting contributions to this app? |
@ctram Hi Chris, yes. Did you want to contribute to this issue? |
@ychoy I do, do we have mockups/ideas for the UI or is it developers' choice? : ] |
How's it going @chrisjstott @ctram? I don't have mock ups but I hope that the UI will be consistent with the current style. My ideas:
|
@aelichung Following up on our conversation about this project. Do you think you can help with this issue? Ideas: When the person goes to the map, they see the filter buttons under the navbar, but above the map and listing. Filter by distance (<2 miles, <5 miles from an address), keyword (looking for words in description and title, unless you want to add keywords as an attribute), title, artist, city. I don't have any mockups yet but welcome your expertise and creativity on it. |
@ychoy Let me know if you have any feedback on this. I can continue to create a mobile mock/clickable prototype either tomorrow or next week. |
Prototype looks good! Thanks for working on this :) |
@1ec5 shared these resources on Slack: here’s some documentation on the Overpass turbo wizard’s query syntax: https://wiki.openstreetmap.org/wiki/Overpass_turbo/Wizard Here’s an example of creating a map w/ buttons to toggle layers on and off: https://docs.mapbox.com/mapbox-gl-js/example/toggle-layers/ (The key is to call Here’s how to plot GeoJSON on the map as part of the webpage rather than in Mapbox Studio: https://docs.mapbox.com/mapbox-gl-js/example/geojson-markers/ Create and style clusters: You could make the map interactive w/ a “Buffer distance” text box that does something like this:
|
This is indeed a really big feature. Here's a possible breakdown of tasks. If this looks good, I can make some separate issues to track them.
Some additional thoughts/potential features:
|
Anathea, thanks so much for your detailed notes and questions!
I don't think this exists.
Sounds good!
Yes!
These look good! |
The map needs filters that allow users to filter the list or the map.
For example, filter art/murals by title, by artist, by subject (if the artwork was organize with subject tags)
NOTE:
This is a big issue and be broken up into a list of tasks. There's some design ideas from Anne-Elise Chung(see the thread), and some suggestions for approach by Minh Nguyen (see the thread).
The text was updated successfully, but these errors were encountered: