Skip to content

Commit

Permalink
feature/1526 - Initial commit (airspace, video map, terrain)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fechulo committed Feb 12, 2020
1 parent c061dd8 commit 967d66d
Show file tree
Hide file tree
Showing 3 changed files with 1,501 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/airports/airportLoadList.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
level: 'beginner',
name: 'Malvinas Argentinas Ushuaia International Airport',
premium: false
// },
},
// {
// icao: 'sbgl',
// level: 'beginner',
Expand All @@ -484,6 +484,12 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
// name: 'Aeroporto Internacional São Paulo-Guarulhos',
// premium: false
// },
{
icao: 'sumu',
level: 'beginner',
name: 'Montevideo Carrasco International Airport',
premium: false
// },
// {
// icao: 'tjsj',
// level: 'easy',
Expand Down
Loading

0 comments on commit 967d66d

Please sign in to comment.