mikebronner/nova-map-marker-field

Detail View bug with negative latitude and longitude

Lupennat opened this issue · 1 comments

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.

Good catch! Thank you.