mikebronner / nova-map-marker-field

Provides an visual interface for editing latitude and longitude coordinates.
MIT License
131 stars 36 forks source link

Detail View bug with negative latitude and longitude #69

Closed Lupennat closed 2 years ago

Lupennat commented 2 years ago

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 2 years ago

Good catch! Thank you.