Detail View bug with negative latitude and longitude
Lupennat opened this issue · 1 comments
Lupennat commented
On Detail View, when both coordinates are negative location map is not displayed.
computed function 'locationIsSet' verify that at least one coordinate is > 0, it should verify that at least one is != 0.
mikebronner commented
Good catch! Thank you.