You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to increase the number of airports available and I'd like to get at least 2 airports in every country I currently have. This may or may not be possible depending on the size of the country and airports available.
Most of the values are self explanatory, but the important one for this issue is size. This is how many million people live in the metropolitan area around the airport. 5,000,000 people live in Melbourne (according to wikipedia), so size would be 5. When adding new airports please make sure you don't select airports that would have a size lower than 5.
Also, make sure you have the latitude and longitude correct, this helps calculate distance for flights.
The text was updated successfully, but these errors were encountered:
I'd like to increase the number of airports available and I'd like to get at least 2 airports in every country I currently have. This may or may not be possible depending on the size of the country and airports available.
Airports are currently stored in
places.json
(https://github.com/snollygolly/paw-wars/blob/master/models/game/data/places.json). It consists of an array of airports. An example airport might look like this:Most of the values are self explanatory, but the important one for this issue is
size
. This is how many million people live in the metropolitan area around the airport. 5,000,000 people live in Melbourne (according to wikipedia), sosize
would be5
. When adding new airports please make sure you don't select airports that would have a size lower than 5.Also, make sure you have the latitude and longitude correct, this helps calculate distance for flights.
The text was updated successfully, but these errors were encountered: