Re: [Flightgear-devel] Online Map Server

2013-07-10 Thread Pedro Morgan
There is a whole heap of stuff here behind the map site...

The current one by pigeon uses google map.v2 and is olde stuff..
It even uses perl and alike to get realtime data etc.. ie every server
check etc...
so this is olde hat...  and its about time it dies...


As part of fgx team ...

with Gral as BDBL ..
and + Geoff BDBL.deputy , we were working on an Open Street Map version..
with a postgis backend and all interfaces..
- for mapnick
- html
- for json
- for export

but unfortunately gral and myself got busy with other more important stuff..

== REALTIME DATA ==
BUT BUT the real time crossfeed by geoff is alive and well at
http://crossfeed.fgx.ch/flights.json

This gives real time listener of channel with crossfeed configuration..
ie direct from UDP last packets to json
Also all the CrossSite Scripting is allowed by all atmo
This means you can call it from someothere webpage..

Maybe I dig up this stuff and at least get MP working again with Geoff
crossfeed and live..

==CDN==
Content Delivery NETWORK.. is the way we deliver bog standard images and
javascripts.. libs..
jquery and ext and jpilot and js this and that are included.. as officiall
libs..

This means that the basic stuff is all upstream..
so u can pull with confidence downstream..



AND is the most official it can get.. IE the LAtest and BEST..

The cdn is actually a git repos..
This repos includes all the files et all and is directly serveed atmo
http://cdn.fgx.ch/

So u dont want to have to include all the files on a website.. include all
the query, and this and that lib and all of them..
So the technique here is to create a

NO u want the javascript loaded from here and the other js from there
and the icons from here and my customs ones there..



The NAV data is where Gral is clever with mapnick  driving the database
import data into GIS.. and gis stuff...

and myself creating..  the web interface, mainly AJAX/REST interface to
that data..
and tried all the alternatices,, even RAW SQL
to USING Django (GIS) which failed miserably..
to
modeling tables and columns with SQlAlchemy+GIS which kinda works..

executing view and alike on server is preferred
and then cashing stuff...

Its important to not..
That the goal is to aqquire the data in an easy manner..
and even to require more that a new map site..
being a situation of creating the site
and having a div tag to embed the data...

Online is can be quite fast if we have a CDN for files and all that stuff..
Eg an almost zero requirement to create A MAP, eg for a trip..
and that data embedded as part of the application..




There is a lot involed there, eg finding the center of an airport
or airport withing range of 500nm from nothpole.. etc.

The dataset we import is xplane 10 ie not the current on FG...

The situation we were looking at is to provide a feed for all downstream,
thereby avoidiing the import problem..

This means that the map part, could be anyinterface that can create a
map, and send coordinates and speaks ajax..
Whether a mobile device, embedded js, a VA website et all...


The above is all my explanations.. without me reviewing.. their valid
parts..

Pete



On Tue, Jul 9, 2013 at 9:22 PM, Lloyd A. Stevens 
fg-sourceforge@galacticnet.com wrote:

  I have noticed that http://mpmap01.flightgear.org/ currently shows:

 This page is temporarily closed. The map server is broken and needs a
 replacement.

 ** **

 I recently set up a new Multiplayer Server(fgms) and I am also willing to
 host an Online Map Server.

 ** **

 My server is on a multi-homed backbone.  I can burst up to 100Mb/sec.

 ** **

 Someone will need to provide me with the necessary info, configs, etc.

 ** **

 ** **

 --
 This message has been scanned for viruses and
 dangerous content by *MailScanner* http://www.mailscanner.info/, and is
 believed to be clean.


 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net

Re: [Flightgear-devel] Online Map Server

2013-07-10 Thread Oliver Schröder
Hi Lloyd (and others),

I have disabled the map server because there are serveral issues (as
stated by Pedro Morgan).
I'm willing to host a map server, but my java script kungfu is too
limited to write a new one. If anyone is willing to rewrite the map
server I will be happy to host it.

Regards,
Oliver

Am 09.07.2013 22:22, schrieb Lloyd A. Stevens:
 I have noticed that http://mpmap01.flightgear.org/ currently shows:
 
 This page is temporarily closed. The map server is broken and needs a
 replacement.
 
  
 
 I recently set up a new Multiplayer Server(fgms) and I am also willing to
 host an Online Map Server.
 
  
 
 My server is on a multi-homed backbone.  I can burst up to 100Mb/sec.
 
  
 
 Someone will need to provide me with the necessary info, configs, etc.
 
  
 
  
 
 
 
 
 
 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 
 
 
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Online Map Server

2013-07-09 Thread Lloyd A. Stevens
I have noticed that http://mpmap01.flightgear.org/ currently shows:

This page is temporarily closed. The map server is broken and needs a
replacement.

 

I recently set up a new Multiplayer Server(fgms) and I am also willing to
host an Online Map Server.

 

My server is on a multi-homed backbone.  I can burst up to 100Mb/sec.

 

Someone will need to provide me with the necessary info, configs, etc.

 

 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel