Import Custom Locations - iFly Wish-List - iFly EFB

iFly GPS Forum

We have a new Forum!  Go here to get started: https://adventurepilot.community.forum.  
The new forum is easier to use and much more capable than the old, we hope you will join our community! 

Below is a copy of the old forum. This will remain available for a short period so you can access and review the information contained here. To continue a conversation, or start a new one, please register and create a post at our new forum location.
HomeHomeDiscussionsDiscussionsiFly Wish-ListiFly Wish-ListImport Custom LocationsImport Custom Locations
Previous
 
Next
New Post
6/27/2012 12:31 AM
 

Is there any way to import or export custom locations? It would be really nice to be able to edit these elsewhere and import them.

Love all the new features in 7. Well done everyone!

Thanks,

Paul

 
New Post
6/28/2012 2:57 PM
 

Currently no, but this is on our todo list for a future release.

BTW, (this may not be what your needing) we're working on a feature so you can convert large quantities of lat/lon points for use on the iFly. I envision a process where you upload a shape file to our website, it processes the data and allows you to download a binary file that can be copied directly to your iFly. This will be useful for folks that fly survey missions. There may be a fee for the conversion to cover the development cost of this feature, since it's such a niche need.

Thanks,
Walter


Walter Boyd
President, Adventure Pilot
 
New Post
6/28/2012 3:30 PM
 

Thanks Walter,

That would be great. If those could be loaded as custom locations, it would work perfectly. The use case for me is that I'm planning on flying LA to Oshkosh via Route 66 to Chicago. Just want to be able to load a bunch of town and intersection custom locations along the road that are not part of the active flight plan, but are just there for reference.

(Another option would be to use the same file format for custom locations as for saved routes. The saved routes file format is elegant, compact and wonderfully simple to just load with airports, waypoints, altitudes, etc directly without going through the interface. :-) )

 
New Post
7/2/2012 12:34 PM
 

Any chance you'd be willing to share the specs on the file format for the custom locations? It doesn't appear to conform to any of the formats supported by gpsbabel.

Just for fun, I spent a bit of time over the weekend looking through it with a hex editor and I think that I got about 80% of the structure, but I can't figure out how you've encoded the lat/long in the 16 bytes in the location record. (I know. I'm a geek.)

Paul

 
New Post
7/2/2012 2:21 PM
 

Fellow geek, this is a bin-serialized collection of .NET objects - so correct, not a standard format of any sort. And the serialization process itself is not standard as we used something that is both extremely fast and slightly forward/backward compatible, unlike typical BIN serialized objects. So describing the structure wouldn't be easy. Further, if you have more than a hand full of custom locations they are split into a quad tree structure for fast lat/lon range lookups. The QuadTrees class is a nested recursive class, that is also difficult to describe in binary terms. So long story short...no, can't do that.


Walter Boyd
President, Adventure Pilot
 
Previous
 
Next
HomeHomeDiscussionsDiscussionsiFly Wish-ListiFly Wish-ListImport Custom LocationsImport Custom Locations