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

A simple question for simple answer: where are measurements and range rings stored? #1211

Open
okopanja opened this issue Nov 30, 2024 · 1 comment

Comments

@okopanja
Copy link

A simple question for a simple answer: where are measurements and range rings stored?
It appears they are outside of the flightplan.

@albar965
Copy link
Owner

They are stored in the file C:\Users\YOURUSERNAME\AppData\Roaming\ABarthel\little_navmap.ini in section [Map]. The key for range rings is RangeMarkers1 (LNM 3.0.X, the number can change between versions).

Measurement lines are stored in the key DistanceMarkers1.

You can edit the .ini with a text editor and copy the full lines with the key to save or copy the rings or measurement lines.

Example:

[Map]
...
DistanceMarkers1=@Variant(\0\0\0\x7f\0\0\0\x1bQList<map::DistanceMarker>\0\0\0\0\x1\xff\xff\xff\xff\0\xff\xff\0\0\0\0\0\0\0\0\x41\v\x81\xd4\x42H\xad\xf0\0\0\0\0\x41\f\x8f\xd4\x42G\x9bZ\0\0\0\0@@\xfd\x2\0\0\0\0)
RangeMarkers1=@Variant(\0\0\0\x7f\0\0\0\x18QList<map::RangeMarker>\0\0\0\0\x1\0\0\0\0\0\0\0\x1\x44\xe1\0\0\x41\n*\xb9\x42Hu(\0\0\0\0\x1\xff\xff\xff\xff\0\0\0\0\0\0)
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants