Fix the GPS coordinates notation. If you use W,E,N,S then you must not use MINUS in then coordinates.
Your platform adds MINUS in front of coordinates when it is WEST.
Example:
52.2414°N
-0.3772°W
This is WRONG. Correct:
52.2414°N
0.3772°W
Result: completely different location! Google maps does not end recognise these coordinates with MINUS. The Mapy.com uses MINUS as negative of West, effectively going to East. :)
Guys, this is easy to fix!
1
vote