Skip to content

Commit d4c1a23

Browse files
feat: greece and turkey stickers (#130)
1 parent bff6f8a commit d4c1a23

4 files changed

Lines changed: 30 additions & 0 deletions

File tree

data/places.ts

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,5 +972,35 @@ export const PLACES: IPin[] = [
972972
coordinates: [38.531749, -0.095888],
973973
date: '2025-08-17',
974974
photos: ['/photos/azevedodiogo/benidorm.jpeg']
975+
},
976+
{
977+
author: 'João Coelho',
978+
username: 'JoaoCoelho2003',
979+
type: EPinType.Sticker,
980+
city: 'Athens',
981+
country: 'Greece',
982+
coordinates: [37.974897, 23.7220933],
983+
date: '2025-04-15',
984+
photos: ['/photos/JoaoCoelho2003/athens.jpg']
985+
},
986+
{
987+
author: 'João Coelho',
988+
username: 'JoaoCoelho2003',
989+
type: EPinType.Sticker,
990+
city: 'Istanbul',
991+
country: 'Turkey',
992+
coordinates: [41.0258278, 28.9745611],
993+
date: '2025-07-26',
994+
photos: ['/photos/JoaoCoelho2003/istanbul.jpg']
995+
},
996+
{
997+
author: 'João Coelho',
998+
username: 'JoaoCoelho2003',
999+
type: EPinType.Sticker,
1000+
city: 'Pamukkale',
1001+
country: 'Turkey',
1002+
coordinates: [37.9179445, 29.1218917],
1003+
date: '2025-08-03',
1004+
photos: ['/photos/JoaoCoelho2003/pamukkale.jpg']
9751005
}
9761006
];
162 KB
Loading
3.89 MB
Loading
3.12 MB
Loading

0 commit comments

Comments
 (0)