-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[BUG] Map shows some pictures on Null Island #2991
Comments
So you are expected to not show assets that have lat/long = 0,0? |
The only content I have right now I'd rather not share, Ill see if I find another example |
No, I mean if assets have lat/lon at Null island, then you expect they are not shown on the map, correct? |
oh, yes I do. They should be hidden on the map. |
Got it, thank you |
I believe that there should be an option as to whether they are shown on the map or not. Currently not all of my images are showing up on the map (Still processing all the machine learning), and it is useful for debugging purposes to know if they are missing or at null island? But default should be to not show, with the option to show hidden inside the "Map Settings". |
I suppose this makes sense. |
…p#2991 Only hide if lat lon are BOTH 0
The bug
Some photos in my library have location data for Null Island. It is the exact center point of the map.
![image](https://private-user-images.githubusercontent.com/44261356/249255933-9e084b55-8666-4d14-8a84-58b2cd88648e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDA1ODIsIm5iZiI6MTczOTYwMDI4MiwicGF0aCI6Ii80NDI2MTM1Ni8yNDkyNTU5MzMtOWUwODRiNTUtODY2Ni00ZDE0LThhODQtNThiMmNkODg2NDhlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA2MTgwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY5NDA3MzVjNTNmNzY3Y2ViOGQ1ODc1ZjA2N2ZiNGQ1NTllZGFkNzJkOTY0YWQyN2RhMGJiYmYxZmY5NDI4M2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KRdjt8dQUcz_p57ZfHqFuC_ioVI5AN4I3JFk4zotj2Y)
Pictures can have location data of 0 longitude, 0 latitude when the data gets stripped out or something went wrong trying to get the location when taking the picture.
The OS that Immich Server is running on
Alpine Linux, but it is dockerized, another image creator
Version of Immich Server
v1.64.0
Version of Immich Mobile App
v1.64.0 build.87
Platform with the issue
Your docker-compose.yml content
Your .env content
I put the environment vars in the docker compose file
Reproduction steps
Additional information
Immich should detect that 0,0 location data and just not show those photos on the Map.
The text was updated successfully, but these errors were encountered: