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

Task turn point type changes after importing .cup file #205

Open
MikeJaras opened this issue Oct 5, 2022 · 0 comments
Open

Task turn point type changes after importing .cup file #205

MikeJaras opened this issue Oct 5, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MikeJaras
Copy link

Describe the bug
When importing task from .cup files and then exporting it to .cup or .tsk, the turn point type changes.
It looks fine on the map but in the export file it changes.
Also the altitude of the turnpoint is changed.

example:
imported .cup file has
ObsZone=2,Style=1,R1=500m,A1=180
ObsZone=3,Style=3,R1=500m,Line=1

exported file get (R1)
ObsZone=2,Style=1,R1=500m,A1=180
ObsZone=3,Style=3,R1=250m,A1=180,Line=1

imported .cup file has
"Fornaboda Trav",,,5937.866N,01510.398E,95m,1,,,,
"Karbenning Ka",,,6000.534N,01604.848E,101m,1,,,,

exported file get (altitude)
"Fornaboda Trav",,,5937.866N,01510.398E,102m,1,,,,
"Karbenning Ka",,,6000.534N,01604.848E,0m,1,,,,

in .tsk file the type is also changed.

To Reproduce

  1. Go to 'Task'
  2. Click on 'Upload'
  3. Drag a .cup file to import box
  4. Verify the task looks as expected on map
  5. Then click on the export button .cup and then on button .tsk
  6. Compare content

Expected behavior
Content should be the same as in imported file and also same as on map.

**Device

@MikeJaras MikeJaras added the bug Something isn't working label Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants