Missing Airfield from Italy map?
Moderator: SEOW Developers
Missing Airfield from Italy map?
Hi,
I am currently trying to build an seow based on the Italy map.
I believe that I have noticed an airfiled missing from the database.
The airbase is located in I15 the nearest town being Villa Franca.
It is a "green" strip but does not look like a tempory one.
Am I correct?
If so, it has 2 runways. I have plotted a plane taking off and landing from each runway, gone into the .mis file and got the following co-ordinates
take off# 1 : 88921.62 142293.44
Landing #1: 87295.92 142284.73
take off# 2 : 88743.14 142173.48
landing #2 : 87099.88 142173.55
Both planes took off heading east and landed heading east.
I am currently trying to build an seow based on the Italy map.
I believe that I have noticed an airfiled missing from the database.
The airbase is located in I15 the nearest town being Villa Franca.
It is a "green" strip but does not look like a tempory one.
Am I correct?
If so, it has 2 runways. I have plotted a plane taking off and landing from each runway, gone into the .mis file and got the following co-ordinates
take off# 1 : 88921.62 142293.44
Landing #1: 87295.92 142284.73
take off# 2 : 88743.14 142173.48
landing #2 : 87099.88 142173.55
Both planes took off heading east and landed heading east.
-
- Posts: 2237
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
-
- Posts: 2237
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
-
- Posts: 2237
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
Hi Frior,
The 4 values required are the x & y values for the takeoff point and the x & y values for the landing point. You have to select which one of your two runways you want to use as the "official" runway and use those coordinates.
The header part from an sql query looks like;
Hope this helps
Cheers
Goanna
The 4 values required are the x & y values for the takeoff point and the x & y values for the landing point. You have to select which one of your two runways you want to use as the "official" runway and use those coordinates.
The header part from an sql query looks like;
Code: Select all
insert into Airbases (`Airbase_Name`,`Map`,`Airbase_Type`,`ATC_Mode`,`Takeoff_X`,`Takeoff_Y`,`Landing_X`,`Landing_Y`,`Station`,`Control`) values
Cheers
Goanna
-
- Posts: 2237
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia