ST-Apps / PoGo-UWP

UWP Client for Pokemon Go
832 stars 340 forks source link

Gym lvl 0 (without any team) is not visible on the map #1744

Open jakubsuchybio opened 8 years ago

jakubsuchybio commented 8 years ago

Device info

The gym disappears from the map when its level lowers to 0 and the gym's team is Neutral. HOWEVER when you click on the place where the gym was it gets opened. So this is just some rendering issue (Asset or z-pos maybe)

Expected behavior

It should show the clean gym without any team on the map.

ghost commented 8 years ago

Neutral gym icon is named hint_gym_neutral.png but GymToIconConverter returns hint_gym.png

jakubsuchybio commented 8 years ago

Thx, will check it. Edit: You are right. I fixed it in my PR with gym support.