db_query("INSERT INTO {weather_icao} (icao, country, name, latitude, longitude) VALUES ('%s', '%s', '%s', %f, %f)", 'EPGD', 'Poland', 'Gdańsk-Rębiechowo', 54.383333, 18.466667); db_query("INSERT INTO {weather_icao} (icao, country, name, latitude, longitude) VALUES ('%s', '%s', '%s', %f, %f)", 'EPKT', 'Poland', 'Katowice-Pyrzowice', 50.233333, 19.033333); db_query("INSERT INTO {weather_icao} (icao, country, name, latitude, longitude) VALUES ('%s', '%s', '%s', %f, %f)", 'EPKK', 'Poland', 'Kraków-Balice', 50.083333, 19.800000); db_query("INSERT INTO {weather_icao} (icao, country, name, latitude, longitude) VALUES ('%s', '%s', '%s', %f, %f)", 'EPKK', 'Poland', 'Łódź-Lublinek', 51.721944, 19.398056); db_query("INSERT INTO {weather_icao} (icao, country, name, latitude, longitude) VALUES ('%s', '%s', '%s', %f, %f)", 'EPPO', 'Poland', 'Poznań-Ławica', 52.416667, 16.833333); db_query("INSERT INTO {weather_icao} (icao, country, name, latitude, longitude) VALUES ('%s', '%s', '%s', %f, %f)", 'EPRZ', 'Poland', 'Rzeszów-Jasionka', 50.100000, 22.050000); db_query("INSERT INTO {weather_icao} (icao, country, name, latitude, longitude) VALUES ('%s', '%s', '%s', %f, %f)", 'EPSC', 'Poland', 'Szczecin-Goleniów', 53.400000, 14.616667); db_query("INSERT INTO {weather_icao} (icao, country, name, latitude, longitude) VALUES ('%s', '%s', '%s', %f, %f)", 'EPWA', 'Poland', 'Warszawa-Okęcie', 52.166667, 20.966667); db_query("INSERT INTO {weather_icao} (icao, country, name, latitude, longitude) VALUES ('%s', '%s', '%s', %f, %f)", 'EPWR', 'Poland', 'Wrocław-Strachowice', 51.100000, 16.883333);