-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Wrong date on map tooltip-photo-date #807
Comments
More details:
I see there are a few places where this is used: Maybe this operation is wrong: |
The files you are looking at are out dated and going to be removed #724. Anyhow I assume the reason for the wrong date is a factor of *1000 missing. This is due to the fact that we work with seconds since Jan 01 1970. (UTC), but the function converting the integer to a proper date string takes millisecond as input. |
maps/src/components/map/PhotosLayer.vue Line 233 in f34c4bc
There is the factor of 1000 missing |
Ok, I understand the issue. Thanks for solving it. |
Hi, I am having an issue with the dates shown on the map tooltip. It is always somewhere close to 1970:
image on map
The image date creation is correct if I search in the files details:
image details
The time shown on the time filter slider is correct:
time slider
The text was updated successfully, but these errors were encountered: