-
Notifications
You must be signed in to change notification settings - Fork 949
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
Incorrect artwork sizes in drawable folders #263
Comments
Only the map pins that were recently modified. You should use this tool to correctly resize the drawables: https://romannurik.github.io/AndroidAssetStudio/ |
@E3V3A, I am fixing your pins from 463fec0 right now, but need them in higher resolution. The problem is that you've apparently placed tiny pins in folders where the App expects high resolution Images (e. g. pictures of 44x44 in size do not belong in |
@SecUpwN
Here are the tricky parts:
Conclusion, canvas size doesn't matter apart the size of the file. The exact and relative icon sizes does. But here you go. |
@E3V3A, thanks for the instructions, I'm crafting these at the very moment. Would these work?
Please give me a hint if I misunderstood your instructions. EDIT: I will push now, please check! |
I haven't recompiled, but just from looking at them, I bet they are still too big, since the not-blue icons are all bigger than the blue one, when they should be < 33% of the blue one's size... (Which is how I tested before I made them all the same size.) |
@E3V3A, I do not get what to change. @tobykurien, would you please take a minute to correct it? |
@SecUpwN If you don't get what to change, why did you change it? Now the icons are HUGE. You should revert that icon PR... (Did you even test it on your own device?) |
Mhh, ok they are getting bigger when i zoom out. So i think we need to use the clustering feature of openStreetMap. No matter how small the icon are, it will always be to big as long as we show them all on the map and don't use the clustering. |
I did, that's why I answered. Now at the largest zoom-in factor, the green dots are the size of a house, and the blue bigger. What you have to account for are not the border of the canvas, but the relative diameters in pixels. Thus the green diameter should be < 30% of the blue one, possibly more. Of course this is not fixed, but that is kind of what I found look better on my device. So if you have a larger screen it will probably look better as the dots become relatively smaller. AND all icons even smaller than what they are now. |
With the way these pins are drawn at the moment, using a fixed overlay (?) that doesn't scale along with the map (shadow layer), the icons we always look huge. Which is probably why Michael of Antennas decided to use circles drawn instead of icons. I don't know if you can scale the icons with the map, only OSM expert can answer. Perhaps @ziem? Please see his response in my email.
|
To change it to vector/drawn icons would be a lot of work (for nothing than colored dots). |
@E3V3A, because I had a problem with the old Icons not respecting the
@He3556, I am very thankful you're digging into this, and a special THANKS flies out to @ziem, I've heard he will be coding the clustering of the Icons. Awesome thing, will wait for the pull request!
Time granted! 👍 @He3556, I will then just overwrite the other pins, this time with the correct ones. @E3V3A, do not wonder why the pins might not scale correctly after I pushed them. When we added the clustering from @ziem, those should work perfectly. A new test version will be available internally shortly. |
Sorry folks, another Issue. If @tobykurien or @Ueland can calrify some things to me, I will assign this to myself and solve this quickly, especially since I am currently working with GIMP anyhow. Here it is:
After checking 463fec0, I noticed that we are using different sizes in the
drawable
folders. But as far as I know Icons sizes really depend on what type of Icon it is and where it is placed within the App. With this Issue I would like to check and fix all of our Icons, map pins and anything else in thedrawable
folders.Resources:
Question for @tobykurien: After you've had a close look into our
drawables
, is it only the map pins that are incorrect, or also the menu Icons or anything else as well? Please post a list what needs to be fixed!The text was updated successfully, but these errors were encountered: