mikebronner / nova-map-marker-field

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

Fix "TypeError: Cannot create property 'latitude' on string" #62

Closed JaZo closed 2 years ago

JaZo commented 2 years ago

This fixes #44. It looks like these methods were forgotten in the fix for Nova 3.8.4 compatiblity (https://github.com/GeneaLabs/nova-map-marker-field/commit/eaa7e7af2d206695f7718745b26750481681a031).

N.B. I've included the built files in a separate commit so you can easily revert that if you like to do that yourself.