-
Notifications
You must be signed in to change notification settings - Fork 34
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
Create a separate package for the icons #149
Comments
Sorry guys, I've been out of the project for a while. @tordans, thank you for creating the issue. I'm glad that the icon set is living his live now outside of the Map Machine project. @tyrasd, thank you for writing a readme about the icons and for deliberately placing the license. I was thinking about creating a separate repository for Röntgen icons, however, I switched to the new project, iconscript, which makes the icon set even more generated. So, my final plan was to put everything in three separate repositories:
As for the icons, it was planned to create a separate web page and make them downloadable through web interface as SVG files. Is this plan suits you or do you want the final SVG files to be in the GitHub repository in order to easily track commits or something like that? |
Generally speaking, a good model for iD/Rapid/GoMap etc. would be to have a Github repo for the icons that follows the structure that https://github.com/rapideditor/temaki uses, especially:
Alternatively, you could look into contributing the icons to temaki and we all use this one place. However, I would start by getting input by the maintainers if some of the icons are not a good fit for temaki; if so, having something separate is easer overall. |
Wow, looks pretty complex distribution for just some icons. For StreetComplete (which also uses iD icons), most convenient would be if there was a publicly accessible directory somewhere from which they could be downloaded by name. |
@tordans Sounds good!
Contributing to Temaki doesn't seem to me like good idea, because the overall style of Röntgen is slightly different and the process of creating and changing icons is more complex. @westnordost I definitely overengineered it. 🥲 Yes, there will be a web site with icons as well as a directory in a GitHub repository. |
Me neither but I am told for simple use cases it is straight forward. @tyrasd can maybe give a few hints… |
Personally I would be happy to alway get the one icon from the current package. Instead of using v1,v2 maybe just add a new icon instead. So there could be "tower.svg" and "tower-windows.svg" for a version that shows windows as well… |
@tordans Yeah, I thought about it and it seems like semver should deal with this problem. Do I understand it right, that if I want to drastically change the shape of the icon, I should just bump the major version of the whole package and this will be OK? For example, is it OK if those icons have the same name |
The id-tagging-schema project started using the Röntgen icons and with it several OSM editor projects now have pull the icons and package those that are used in presets as part of their apps.
My understanding is, that it is not easy to import just the icon set. In ideditor/schema-builder#75 (comment) the request was made to have a separate package for just the icons.
I created this issue to give this more prominence and track it more easily.
For more details on the technical side @tyrasd, @bryceco, @westnordost and other id-tagging-schema-consumers can give more insights.
The text was updated successfully, but these errors were encountered: