From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2a0aa2b1c348fd6a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!feeder.xsnews.nl!feeder.enertel.nl!nntpfeed-01.ops.asmr-01.energis-idc.net!zen.net.uk!dedekind.zen.co.uk!news-peer-lilac.gradwell.net!not-for-mail From: Rob Norris Newsgroups: comp.lang.ada Subject: Re: Ada utility for Google Earth, NASA World Wind Date: Wed, 10 Aug 2005 09:11:35 +0100 Message-ID: References: <9786c$42f75db0$499561f$7002@ALLTEL.NET> X-Newsreader: Forte Free Agent 2.0/32.652 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Original-NNTP-Posting-Host: glkas0286.greenlnk.net NNTP-Posting-Date: 10 Aug 2005 08:02:27 GMT NNTP-Posting-Host: 20.133.0.1 X-Trace: 1123660947 news.gradwell.net 38045 dnews/20.133.0.1 X-Complaints-To: news-abuse@gradwell.net Xref: g2news1.google.com comp.lang.ada:4055 Date: 2005-08-10T08:02:27+00:00 List-Id: On Mon, 08 Aug 2005 08:27:32 -0500, "Marc A. Criley" wrote: >tmoran@acm.org wrote: >> I've posted at >> home.comcast.net/~tommoran4/scout091.zip >> a zip file with readme.txt, Zoo.spc, and Scout.exe >> I'll add the Ada source code after a bit of cleanup. >> >Enhancement request!! :-) > >First off, thanks for a fine program, for mapping and flyover geeks like >me this is a big help. > >Now, since of course there's no widespread standardization amongst >consumer-oriented lat/long coordinate representations, Garmin's >MapSource uses yet a different format. Another enhancement request. Support GPX format. I think most are standardizing on XML scheme of GPX: http://www.topografix.com/gpx.asp Garmin MapSource (6.5 above supports GPX for example). For an opensource implementation (C program I think) see somwhere in: http://www.gpsbabel.org I haven't seen GPX in Ada. Here's the chance :) It's a pity I use Linux, maybe I'll have to fire up the Windows partition to try Google Earth & maybe this scout program if someone gets it to use GPX (could be me if the source becomes available).