diff --git a/TCSA.KnowTheCity.CdnSimulator/wwwroot/cities/warsaw.webp b/TCSA.KnowTheCity.CdnSimulator/wwwroot/cities/warsaw.webp new file mode 100644 index 0000000..e18b871 Binary files /dev/null and b/TCSA.KnowTheCity.CdnSimulator/wwwroot/cities/warsaw.webp differ diff --git a/TCSA.KnowTheCity.CdnSimulator/wwwroot/flags/poland.png b/TCSA.KnowTheCity.CdnSimulator/wwwroot/flags/poland.png new file mode 100644 index 0000000..6cf879e Binary files /dev/null and b/TCSA.KnowTheCity.CdnSimulator/wwwroot/flags/poland.png differ diff --git a/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-barbican.webp b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-barbican.webp new file mode 100644 index 0000000..c071216 Binary files /dev/null and b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-barbican.webp differ diff --git a/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-national-stadium.webp b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-national-stadium.webp new file mode 100644 index 0000000..f7e8115 Binary files /dev/null and b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-national-stadium.webp differ diff --git a/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-palace-of-culture-and-science.webp b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-palace-of-culture-and-science.webp new file mode 100644 index 0000000..54255b9 Binary files /dev/null and b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-palace-of-culture-and-science.webp differ diff --git a/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-rising-museum.webp b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-rising-museum.webp new file mode 100644 index 0000000..2210dd0 Binary files /dev/null and b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-rising-museum.webp differ diff --git a/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-royal-baths.webp b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-royal-baths.webp new file mode 100644 index 0000000..7dad2a4 Binary files /dev/null and b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-royal-baths.webp differ diff --git a/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-royal-castle.webp b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-royal-castle.webp new file mode 100644 index 0000000..fb8a049 Binary files /dev/null and b/TCSA.KnowTheCity.CdnSimulator/wwwroot/landmarks/warsaw-royal-castle.webp differ diff --git a/TCSA.KnowTheCity.Core/Manifests/cities.json b/TCSA.KnowTheCity.Core/Manifests/cities.json index c06990e..a28a89c 100644 --- a/TCSA.KnowTheCity.Core/Manifests/cities.json +++ b/TCSA.KnowTheCity.Core/Manifests/cities.json @@ -180,6 +180,16 @@ "imagePath": "/cities/stockholm.webp", "dateAdded": "2026-03-23", "isActive": true + }, + { + "remoteId": "warsaw-pl", + "name": "Warsaw", + "country": "Poland", + "continent": "Europe", + "manifestPath": "/manifests/warsaw.json", + "imagePath": "/cities/warsaw.webp", + "dateAdded": "2026-03-24", + "isActive": true } ] } \ No newline at end of file diff --git a/TCSA.KnowTheCity.Core/Manifests/warsaw.json b/TCSA.KnowTheCity.Core/Manifests/warsaw.json new file mode 100644 index 0000000..9720b2b --- /dev/null +++ b/TCSA.KnowTheCity.Core/Manifests/warsaw.json @@ -0,0 +1,48 @@ +{ + "cityRemoteId": "warsaw-pl", + "version": "1.0", + "monuments": [ + { + "remoteId": "warsawbarbican", + "name": "Warsaw Barbican", + "imagePath": "landmarks/warsaw-barbican.webp", + "imageVersion": "1", + "isActive": true + }, + { + "remoteId": "warsawnationalstadium", + "name": "PGE National Stadium", + "imagePath": "landmarks/warsaw-national-stadium.webp", + "imageVersion": "1", + "isActive": true + }, + { + "remoteId": "palaceofcultureandscience", + "name": "Palace of Culture and Science", + "imagePath": "landmarks/warsaw-palace-of-culture-and-science.webp", + "imageVersion": "1", + "isActive": true + }, + { + "remoteId": "warsawrisingmuseum", + "name": "Warsaw Rising Museum", + "imagePath": "landmarks/warsaw-rising-museum.webp", + "imageVersion": "1", + "isActive": true + }, + { + "remoteId": "warsawroyalbaths", + "name": "Royal Baths", + "imagePath": "landmarks/warsaw-royal-baths.webp", + "imageVersion": "1", + "isActive": true + }, + { + "remoteId": "warsawroyalcastle", + "name": "Royal Castle", + "imagePath": "landmarks/warsaw-royal-castle.webp", + "imageVersion": "1", + "isActive": true + } + ] +}