mikebronner / nova-map-marker-field

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

parsing failed bad endian byte value 50 #59

Open haythoo opened 2 years ago

haythoo commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to edit resource
  2. Click on 'zoom map and select place', when selecting without zooming it is ok, but when zooming, the values saved in the database is long and causing errors
  3. save
  4. See error 'parsing failed: bad endian byte value XX' , XX sometime is 50, 41 or other number

Expected behavior A clear and concise description of what you expected to happen.

Screenshots Screen Shot 2021-12-07 at 10 44 29 AM

The first row is working fine, the second one is not working and causing the problem:

Screen Shot 2021-12-07 at 10 48 24 AM