Commit 1e12ea5
authored
Update GeoLocationForPhoneGap.js
position sometimes returns longitude or latitude with more than 8 decimal places. The longitude and latitude have to be saved to a decimal field, which as 8 decimal places maximum, so this will return an error. By fixing the longitude and latitude to 8 fixed places, this issue can be avoided.
https://mendixsupport.zendesk.com/agent/tickets/613001 parent f950eea commit 1e12ea5
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments