asascience / ott-coops

Project Tracking for OTT Co-Ops
1 stars 0 forks source link

Longitude display is inverted #388

Closed kvmartin001 closed 2 years ago

kvmartin001 commented 2 years ago

In some places in the app, the longitude is displayed with a "W" next to it, but Mapbox's internal longitude is in degrees East (negative = western hemisphere).

-71.3019 here... image

...should really be 71.3019 https://www.google.com/maps/place/41%C2%B030'26.6%22N+71%C2%B018'06.8%22W/@41.4976265,-71.3171531,12.69z/data=!4m5!3m4!1s0x0:0xd32cfe6da58691ea!8m2!3d41.5074!4d-71.3019

We can either multiply the lng by -1 or change the "W" to "E". I think the convention is to show degrees West.

This appears in the Observation drawer, new lat/lng display, and probably more places.