-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
GeoPoint issue on PostgreSQL #3285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like this should be opened against the parse-dashboard repo instead. |
Please reopen this issue. I also get same issue on latest version (2.3.5). This bug is ony happen when update geopoint via cloud code or parse dashboard. But this bug is not triggered when save new row with geopoint. This bug is blocking me on project. EDIT: This bug is not triggered when I use MongoDB. |
Same as @pewh. My first project that used MongoDB doesn't experience this issue. Only the one that is using PostgreSQL. Still persist on Parse Server 2.3.5 and Parse Dashboard 1.0.25. |
@vferdiansyah thanks for the PR, there seems to be some failing tests |
Environment Setup
Server
Database
I'm using Parse Dashboard (v1.0.22) to enter my data. When I'm inputting a GeoPoint, at first everything looks good (see image below).
But after I refreshed my window, it seems like the latitude and longitude was reversed automatically somehow (see image below).
I'm using Google Maps in my app so I have to use coordinate.latitude as GMap's longitude and coordinate.longitude as GMap's latitude to make the map works.
Anyone experienced the same issue?
The text was updated successfully, but these errors were encountered: