Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - darkm20

#1
Wishlist / Estimated time
June 04, 2012, 20:49:29
Hi!

Is there anybody who knows if other then the time/distance rings is possible to add to this view also the estimated time of arrival to a scrolled point ? Maybe is somewhere in the settings, but couldn't find this. This is very useful for aviators where the control tower asks for an estimated to a point.

This can be either time in minutes to reach the point or time refered to actual clock time (this is better).
For example: 10 minutes would be 10:20 ---> 10:30[/color]



Thanks to anybody!
#2
Wishlist / GPX Import Extensions
March 14, 2012, 14:55:43
Hi!

I have bought Locus Pro and I should say it's a wonderful product!
I'm an Android developer too and I would like to use Locus for aviation purposes.

I've tried to import a GPX file which contains "extensions" in the schema downloaded off the widely used "http://navaid.com/GPX/"
Unfortunately they provide the ICAO ID of the airport as name so it's quite difficult to find an airport by remembering this code, the full name is indicated in the <cmt> field.

Is there any way to switch some information ? Also will be useful to import the extended data (frequencies - runway orientation and so on..), this is a piece of xml:

<wpt lat="46.031889" lon="12.596472">
<ele>124.968</ele>
<magvar>358.2</magvar>
<name>LIYW</name>
<cmt>PAGLIANO E GORI,IT</cmt>
<type>AIRPORT</type>
<extensions>
<navaid:name>PAGLIANO E GORI</navaid:name>
<navaid:country>IT</navaid:country>
<navaid:lastupdate>2008-08-12</navaid:lastupdate>
<navaid:frequencies>
<navaid:frequency type="APP" frequency="120.125M" name="APP"/>
<navaid:frequency type="CLD" frequency="122.100M" name="CLNC DEL"/>
<navaid:frequency type="GND" frequency="122.100M" name="GND"/>
<navaid:frequency type="ATIS" frequency="129.300M" name="ATIS"/>
</navaid:frequencies>
<navaid:runways>
<navaid:runway designation="05/23" length="8551" width="144" surface="ASP">
<navaid:beginning lat="46.023333" lon="12.583889">
<navaid:heading>48.0</navaid:heading>
<navaid:elev>323</navaid:elev>
</navaid:beginning>
<navaid:ending lat="46.038889" lon="12.608889">
<navaid:heading>228.0</navaid:heading>
<navaid:elev>410</navaid:elev>
</navaid:ending>
</navaid:runway>
</navaid:runways>
<navaid:magvar>-1.87</navaid:magvar>
</extensions>
</wpt>

Thanks anyone for any help!