Skip to content
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

Add MGRS coordinate format #3042

Closed
ysf-simsoft opened this issue May 29, 2020 · 0 comments · Fixed by #3062
Closed

Add MGRS coordinate format #3042

ysf-simsoft opened this issue May 29, 2020 · 0 comments · Fixed by #3062

Comments

@ysf-simsoft
Copy link
Contributor

Define in dictionary a geo location format.
At first, the two possible choices are lat/lon and MGRS.
Display location throughout the UI in the specified format.

We created a geo location field widget as part of #2984. It should be improved to support multiple formats:

anet.yml should specify which format should be used:

dictionary:
  SUPPORT_EMAIL_ADDR: support@example.com
  fields:
    location:
      format: MGRS

Part of epic #547

@ysf-simsoft ysf-simsoft self-assigned this May 29, 2020
@VassilIordanov VassilIordanov added this to the 2020 June milestone Jun 1, 2020
ysf-simsoft added a commit that referenced this issue Jun 15, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simple convert between MGRS
and Lat,Lon while displaying/editing coordinates.
ysf-simsoft added a commit that referenced this issue Jun 15, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simply convert between MGRS
and Lat,Lon while displaying/editing coordinates.
ysf-simsoft added a commit that referenced this issue Jun 15, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simply convert between MGRS
and Lat,Lon while displaying/editing coordinates.
ysf-simsoft added a commit that referenced this issue Jun 22, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simply convert between MGRS
and Lat,Lon while displaying/editing coordinates.
ysf-simsoft added a commit that referenced this issue Jun 28, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simply convert between MGRS
and Lat,Lon while displaying/editing coordinates.
ysf-simsoft added a commit that referenced this issue Jun 29, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simply convert between MGRS
and Lat,Lon while displaying/editing coordinates.
ysf-simsoft added a commit that referenced this issue Jul 6, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simply convert between MGRS
and Lat,Lon while displaying/editing coordinates.
ysf-simsoft added a commit that referenced this issue Jul 9, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simply convert between MGRS
and Lat,Lon while displaying/editing coordinates.
ysf-simsoft added a commit that referenced this issue Jul 24, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simply convert between MGRS
and Lat,Lon while displaying/editing coordinates.
ysf-simsoft added a commit that referenced this issue Jul 24, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simply convert between MGRS
and Lat,Lon while displaying/editing coordinates.
ysf-simsoft added a commit that referenced this issue Aug 22, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simply convert between MGRS
and Lat,Lon while displaying/editing coordinates.
ysf-simsoft added a commit that referenced this issue Sep 8, 2020
Coordinates are still stored as Lat,Lon format. No changes have been
made in backend or DB Schema. We simply convert between MGRS
and Lat,Lon while displaying/editing coordinates.
VassilIordanov added a commit that referenced this issue Sep 8, 2020
…format

GH 3042 Add MGRS coordinate format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants