Add maps of a few cities for testing

master
Tomasz Golinski 2023-01-31 01:36:26 +01:00
rodzic bde35a83b4
commit dc6d088479
5 zmienionych plików z 8 dodań i 0 usunięć

4
maps.h
Wyświetl plik

@ -48,6 +48,10 @@ const std::map<std::string, Map> maps = {
{ "Lubuskie", Map(761, 1024, 51.33, 53.18, 14.4, 16.6, "Lubuskie.png") },
{ "Lodzkie", Map(1073, 1024, 50.78, 52.45, 17.95, 20.75, "Lodzkie.png") },
{ "Warszawa", Map(1065, 1063, 52.0933, 52.3732, 20.8283, 21.2846, "Warszawa.png") },
{ "Krakow", Map(1280, 820, 49.95, 50.15, 19.76, 20.26, "Krakow.png") },
{ "Trojmiasto", Map(1145, 1024, 54.2722, 54.5872, 18.3544, 18.9569, "Trojmiasto.png") },
{ "Benelux", Map(960, 1304, 49.2, 53.7, 2.2, 7.5, "Benelux.png") },
{ "France", Map(1041, 997, 41, 51.6, -5.3, 10.2, "France.png") },
{ "Germany", Map(1073, 1272, 47.2, 55.1, 5.5, 15.5, "Germany.png") },

BIN
maps/Krakow.png 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 778 KiB

BIN
maps/Trojmiasto.png 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 661 KiB

BIN
maps/Warszawa.png 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 222 KiB

Wyświetl plik

@ -20,6 +20,10 @@ configure_file(input: 'Slaskie.png', output: '@PLAINNAME@', copy: true, install:
configure_file(input: 'Swietokrzyskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Zachodniopomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Warszawa.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Krakow.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Trojmiasto.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Benelux.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'France.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Germany.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')