-
Notifications
You must be signed in to change notification settings - Fork 819
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
Icon cleanup #2451
Icon cleanup #2451
Conversation
Really nice and important work! |
It also makes #2062 obsolete. Why some icons are renamed to include pixel size (like helipad.16.svg or post_box.12.svg)? This is not consistent with the rest (like pub.16.svg -> pub.svg). |
I have removed the standard size (14px) from the name, but left the non-standard sizes, so that it is easy to see which icons deviate from the common canvas size. |
+1 |
Oh, so I suspect pub.16.svg -> pub.svg name transition was done because the code was also fixed? If yes, I have no other issues with this PR. @math1985 Technical question - is it ready to be merged as it is or the commits should be joined into just one? |
Yes.
From my side I placed the commits deliberately into these chunks, so that changes could be left out, reverted and so on. But I guess it is fine either way. If we later want to change something it is easier if a part and not the whole bunch has to be changed. |
To me either is fine. |
amenity-points.mss and symbols/wilderness_hut.svg are ready for revision. I have now changed the file naming of wilderness_hut.svg (with icon produced by @nebulon42) following @nebulon42's convention in gravitystorm#2451. This commit also would like to help @jojo4u in testing his last update at gravitystorm#2459. I generated project.mml with Windows; I temporarily added the new yaml2mml.py, just to allow testing. Due to the inclusion of the new project.mml and new yaml2mml.py with this commit, please, do not merge by now.
amenity-points.mss and symbols/wilderness_hut.svg are ready for revision. I have now changed the file naming of wilderness_hut.svg (with icon produced by @nebulon42) following @nebulon42's convention in gravitystorm#2451. This commit also would like to help @jojo4u in testing his last update at gravitystorm#2459. I generated project.mml with Windows; I temporarily added the new yaml2mml.py, just to allow testing. Due to the inclusion of the new project.mml and new yaml2mml.py with this commit, please, do not merge by now. ______________________________________________________________________ **Rendering of tag tourism=wilderness_hut** Latest changes: - Use wilderness-hut.svg icon by @nebulon42 - Rebased to master ______________________________________________________________________ To summarize, the following different kind of huts have specific symbols now: - amenity=shelter (only shown at zoom >=16) - tourism=alpine_hut (not modified within this drop) - tourism=wilderness_hut (zoom>=13) Symbols: - wilderness_hut: symbols/wilderness_hut.svg (new) - alpine_hut: symbols/alpinehut.p.16.png (unmodified) - generic shelter: symbols/shelter.svg (unmodified)
Code completed amenity-points.mss and symbols/wilderness_hut.svg are ready for merge. Latest changes: - I have now changed the file naming of wilderness_hut.svg (with icon produced by @nebulon42) following @nebulon42's convention in gravitystorm#2451. - Rebased to master ______________________________________________________________________ To summarize, the following different kind of huts have specific symbols now: - amenity=shelter (only shown at zoom >=16) - tourism=alpine_hut (not modified within this drop) - tourism=wilderness_hut (zoom>=13) Symbols: - wilderness_hut: symbols/wilderness_hut.svg (new) - alpine_hut: symbols/alpinehut.p.16.png (unmodified) - generic shelter: symbols/shelter.svg (unmodified)
Code completed amenity-points.mss and symbols/wilderness_hut.svg are ready for merge. Latest changes: - I have now changed the file naming of wilderness_hut.svg (with icon produced by @nebulon42) following @nebulon42's convention in gravitystorm#2451. - Rebased to master ______________________________________________________________________ To summarize, the following different kind of huts have specific symbols now: - amenity=shelter (only shown at zoom >=16) - tourism=alpine_hut (not modified within this drop) - tourism=wilderness_hut (zoom>=13) Symbols: - wilderness_hut: symbols/wilderness_hut.svg (new) - alpine_hut: symbols/alpinehut.p.16.png (unmodified) - generic shelter: symbols/shelter.svg (unmodified)
Code completed amenity-points.mss and symbols/wilderness_hut.svg are ready for merge. Latest changes: - I have now changed the file naming of wilderness_hut.svg (with icon produced by @nebulon42) following @nebulon42's convention in gravitystorm#2451. - Rebased to master ______________________________________________________________________ To summarize, the following different kind of huts have specific symbols now: - amenity=shelter (only shown at zoom >=16) - tourism=alpine_hut (not modified within this drop) - tourism=wilderness_hut (zoom>=13) Symbols: - wilderness_hut: symbols/wilderness_hut.svg (new) - alpine_hut: symbols/alpinehut.p.16.png (unmodified) - generic shelter: symbols/shelter.svg (unmodified)
Fixes #2430
Fixes #2062
Various cleanup tasks regarding icons.
Just for the record, we are currently rendering 49 different shop icons (yes, quite some are from me).