-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Description
Define icons to symbolize by Local Status.
Related items
(discussion started in Lang Map UI Scenarios doc)
(Ross): I find React's "FaPlaceOfWorship" icon not bad for a generic icon to symbolize all the Liturgical languages.
(Jason): Excellent. I should have pointed you to the built-in MB icons since there are fewer steps involved: https://labs.mapbox.com/maki-icons/ . They are super small but you can do "CMD + =" to zoom in, or go to the source page for a full alphabetized list then click a file name to see the icon: https://github.com/mapbox/maki/tree/master/icons
Your place of worship icon is actually in there, so we're set on that one. How about for the others?
- Historical: maybe https://github.com/mapbox/maki/blob/master/icons/watch-15.svg or https://github.com/mapbox/maki/blob/master/icons/town-hall-15.svg ??
- Non-Residential: maybe https://github.com/mapbox/maki/blob/master/icons/commercial-15.svg or https://github.com/mapbox/maki/blob/master/icons/village-15.svg or https://github.com/mapbox/maki/blob/master/icons/city-15.svg or https://github.com/mapbox/maki/blob/master/icons/town-15.svg or https://github.com/mapbox/maki/blob/master/icons/building-15.svg ??
- Reviving: I couldn't find any Maki icons for this, but I picture some kind of upward arrow or FaChartLine from react-icons
- Residential: presumably some kind of house, e.g. https://github.com/mapbox/maki/blob/master/icons/home-15.svg
If none of these are meeting your needs, feel free to say so and we can use react-icons as needed (assuming their licensing permits it).
(Ross):
- For Residential, totally good with https://github.com/mapbox/maki/blob/master/icons/home-15.svg.
- For Non-Residential (now changd to Institutional), I think I like https://github.com/mapbox/maki/blob/master/icons/building-alt1-15.svg
- For Reviving, good idea, but shouldn't be too stock-markety, maybe IoIosArrowUp?
- For Historical, I think https://github.com/mapbox/maki/blob/master/icons/town-hall-15.svg is ok.
- For Liturgical, I definitely think the house of worship is good, but I wonder if there will be confusion because in many cases religious institutions are marked as "Institutional" (since it's the language not the place that's being symbolized as "Liturgical"). My instinct is to try https://github.com/mapbox/maki/blob/master/icons/library-15.svg as being closer to the idea that these are book languages, actually.
How hard are these to change if necessary a little down the line?