Re: [Flightgear-devel] flightgear.org DNS error

2012-01-07 Thread Curtis Olson
I'm not able to get through to easydns.com from here so maybe they are having issues? They've been rock solid for the 10-15 years I've been using them, so maybe they are having their turn with technical difficulties this evening? On Sat, Jan 7, 2012 at 5:25 PM, Gijs de Rooy wrote: > And now I'

Re: [Flightgear-devel] PostGIS update @ Landcover-DB

2012-01-07 Thread Martin Spott
Geoff McLane wrote: >> About the input fields obscuring the map, they may be >> changed easily into type="hidden", I only left them >> as text for debugging and testing. The download button >> is pretty unobtrusive by itself. > > No, I do NOT think they should be hidden! > > After the user ha

Re: [Flightgear-devel] PostGIS update @ Landcover-DB

2012-01-07 Thread Martin Spott
Geoff McLane wrote: > And through commitlogs, I note that you have updated > the git source, but it seems not yet the actual web pages... I've committed Adrian's merge request to GIT, but I did not at the same time update the live web page without testing and without inserting the missing bits,

Re: [Flightgear-devel] PostGIS update @ Landcover-DB

2012-01-07 Thread Martin Spott
Martin Spott wrote: > Cool ! I'll figure how to interface this with the download machinery. Ok, from my perspective the interface to "download.psp" works, please check (fill in the values you prefer): http://mapserver.flightgear.org/download.psp?xmin=6&xmax=7&ymin=50&ymax=51 but when I

Re: [Flightgear-devel] flightgear.org DNS error

2012-01-07 Thread Gijs de Rooy
And now I'm affected... It's time to go to bed anyway, so thanks! :D Gijs -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT re

Re: [Flightgear-devel] flightgear.org DNS error

2012-01-07 Thread Martin Spott
Martin Spott wrote: > "ucsd.edu" nameservers are affected as well as "qsc.de" and some other > European providers (Intergenia for example). It's slowly recovering at least at the European sites I tried, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are

Re: [Flightgear-devel] flightgear.org DNS error

2012-01-07 Thread Martin Spott
Curtis Olson wrote: > It's working for me here in the USA. A month or two ago something similar > happened and when I reported it, the tech person was hoping to get the IP > address of an affected system or two. Anyone care to send me their ip > address (off line) if things aren't working for yo

Re: [Flightgear-devel] flightgear.org DNS error

2012-01-07 Thread Curtis Olson
It's working for me here in the USA. A month or two ago something similar happened and when I reported it, the tech person was hoping to get the IP address of an affected system or two. Anyone care to send me their ip address (off line) if things aren't working for you? $ nslookup -type=ns fligh

Re: [Flightgear-devel] flightgear.org DNS error

2012-01-07 Thread Martin Spott
"Alan Teeder" wrote: > Firefox loads up http://www.flightgear.org/ and its children OK here in > Portugal. I think it's still somewhere in the DNS cache at your site, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -

Re: [Flightgear-devel] flightgear.org DNS error

2012-01-07 Thread James Turner
On 7 Jan 2012, at 21:45, Gijs de Rooy wrote: > > Firefox loads up http://www.flightgear.org/ and its children OK here in > > Portugal. > > Same here in Martin's western-neighbour :) Failing to load for me (in the UK) James

Re: [Flightgear-devel] flightgear.org DNS error

2012-01-07 Thread Gijs de Rooy
> Alan wrote: > Firefox loads up http://www.flightgear.org/ and its children OK here in > Portugal. Same here in Martin's western-neighbour :) Gijs -- Ridiculously easy VDI. With C

Re: [Flightgear-devel] flightgear.org DNS error

2012-01-07 Thread Alan Teeder
-Original Message- From: Martin Spott Sent: Saturday, January 07, 2012 9:29 PM To: FlightGear developers discussions Subject: [Flightgear-devel] flightgear.org DNS error None of the well-known "flightgear.org" hostnames resolve via DNS, Curt, would you please consider checking ? sphere

[Flightgear-devel] flightgear.org DNS error

2012-01-07 Thread Martin Spott
None of the well-known "flightgear.org" hostnames resolve via DNS, Curt, would you please consider checking ? sphere: 13:26:50 ~> nslookup -type=ns flightgear.org ;; connection timed out; no servers could be reached I've checked on at least two different continents with the same result. Thanks,

Re: [Flightgear-devel] PostGIS update @ Landcover-DB

2012-01-07 Thread Martin Spott
Adrian Musceac wrote: > I don't know how Martin plans to use the small iframe on the other page, I > only modified the index.php part. But your iframe code is good too, if the > lightmap is swapped for the big one. The "lightmap" was meant to be just a teaser on the intro page and is using the

Re: [Flightgear-devel] PostGIS update @ Landcover-DB

2012-01-07 Thread Martin Spott
Adrian Musceac wrote: > The coordinates sent by the POST request can be used in download.psp to fill > the fields automatically, of course. That was the intent, at least. Yup, this morning I already started implementing the remaining pieces, but was interrupted by other weekend tasks (string qui

Re: [Flightgear-devel] PostGIS update @ Landcover-DB

2012-01-07 Thread Geoff McLane
On Sat, 2012-01-07 at 21:09 +0200, Adrian Musceac wrote: > On Saturday, January 07, 2012 20:23:02 Geoff McLane wrote: > > Hi Adrian, > > > > No, I do NOT think they should be hidden! > > > > After the user has used the mouse selection, [s]he may choose > > to modify the fields, say rounding them,

Re: [Flightgear-devel] PostGIS update @ Landcover-DB

2012-01-07 Thread Adrian Musceac
On Saturday, January 07, 2012 20:23:02 Geoff McLane wrote: > Hi Adrian, > > > No, I do NOT think they should be hidden! > > After the user has used the mouse selection, [s]he may choose > to modify the fields, say rounding them, etc, which would be > difficult, impossible with the mouse, so I t

Re: [Flightgear-devel] PostGIS update @ Landcover-DB

2012-01-07 Thread Geoff McLane
Hi Adrian, This seems to do the swapping trick ;=)) if(box_extents.length==4) { var tmp; if (box_extents[0] > box_extents[2]) { tmp = box_extents[0]; box_extents[0] = box_extents[2]; box_extents[2] = tmp; } if (box_extents[1]

Re: [Flightgear-devel] PostGIS update @ Landcover-DB

2012-01-07 Thread Geoff McLane
Hi Adrian, Thanks for your reply... > About the input fields obscuring the map, they may be > changed easily into type="hidden", I only left them > as text for debugging and testing. The download button > is pretty unobtrusive by itself. No, I do NOT think they should be hidden! After the us

Re: [Flightgear-devel] KSFO Scenery

2012-01-07 Thread Gijs de Rooy
> > I ran at the issue described in post > > http://comments.gmane.org/gmane.games.flightgear.devel/64128 > > > >> osgDB ac3d reader: could not parse texture coords while reading object > >> "Mesh1 Component_1_1 M" setting to (0,0) > > > > As Martin correctly said it is the KSFO_DomesticGarage

Re: [Flightgear-devel] PostGIS update @ Landcover-DB

2012-01-07 Thread Adrian Musceac
Hi Geoff, Martin, > and thus assume the lightmap/?lon=... URL does in fact > point to this index.php, or something like it... but > maybe this is not right ;=((. > > In fact it is clear there are some differences, but > the source of 'lightmap' was not included in git... Yeah, the small map is

Re: [Flightgear-devel] KSFO Scenery

2012-01-07 Thread Olaf Flebbe
Hi martin, gerade Fgdata besichtigt. Eine Null hätte auch gereicht. Tut jetzt ohne Warnung. Danke. Olaf Flebbe o...@oflebbe.de Am 06.01.2012 um 23:37 schrieb Olaf Flebbe: > Hi, > > I ran at the issue described in post > http://comments.gmane.org/gmane.games.flightgear.devel/64128 > >> osg

Re: [Flightgear-devel] PostGIS update @ Landcover-DB

2012-01-07 Thread Martin Spott
Hi Adrian, Adrian Musceac wrote: > I've written an OpenLayers handler to populate some input fields with the > cooordinates of a drawn box on the map. Cool ! I'll figure how to interface this with the download machinery. I think it would be best to chain the feature-specific (CS, CLC, OSM) dow

Re: [Flightgear-devel] Aircraft issues: Vostok-1, (dc-3, dhc6, CRJ700, pa24-250-CIIB)

2012-01-07 Thread Anders Gidenstam
On Sat, 7 Jan 2012, thorsten.i.r...@jyu.fi wrote: >> Thorsten, can you make a test flight and see if the instruments behave as >> they used to? > > >>> To try it get the vostok-1 branch from my fgdata clone: >>> git://gitorious.org/~andersg/fg/anders-fgdata.git > > If you tell me how to pull only

Re: [Flightgear-devel] KSFO Scenery

2012-01-07 Thread Martin Spott
Olaf Flebbe wrote: > Problem here is that this models contains underflowing numbers like = > "2.80259692865e-45" I've applied a simple fix, we'll see if it works ;-) Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! --

Re: [Flightgear-devel] Aircraft issues: Vostok-1, (dc-3, dhc6, CRJ700, pa24-250-CIIB)

2012-01-07 Thread thorsten . i . renk
> Thorsten, can you make a test flight and see if the instruments behave as > they used to? >> To try it get the vostok-1 branch from my fgdata clone: >> git://gitorious.org/~andersg/fg/anders-fgdata.git If you tell me how to pull only Vostok from your fgdata? I have a GSM connection from home a