Skip to content

Commit

Permalink
Merge pull request #14 from AuNedelec/three_new_pins
Browse files Browse the repository at this point in the history
Add three new location pins.
  • Loading branch information
JuditKaramazov authored Jun 8, 2024
2 parents 17aba56 + 90d5897 commit 1ba441d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
Binary file added public/photos/AuNedelec/la_ciutadella.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/photos/AuNedelec/la_formatgeria.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/photos/AuNedelec/palo_santo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions src/data/places.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ export const PLACES: IPin[] = [
date: '2024-02-08',
photo: '/photos/JuditKaramazov/barcelona-la-central.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
type: EPinType.Picture,
title : 'Parque de la Ciutadella',
city: 'Barcelona',
country: 'Spain',
coordinates: [41.383941650390625, 2.1787397861480713],
date: '2024-06-04',
photo: '/photos/AuNedelec/la_ciutadella.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
Expand Down Expand Up @@ -98,6 +109,17 @@ export const PLACES: IPin[] = [
date: '2024-04-07',
photo: '/photos/JuditKaramazov/granollers.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
type: EPinType.Coffee,
title : "Palo Santo",
city: 'Granollers',
country: 'Spain',
coordinates: [41.6047293, 2.2863076],
date: '2024-06-01',
photo: '/photos/AuNedelec/palo_santo.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
Expand Down Expand Up @@ -236,6 +258,17 @@ export const PLACES: IPin[] = [
date: '2024-06-05',
photo: '/photos/AuNedelec/mont_roig_cafe.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
type: EPinType.Coffee,
title : 'La formatgeria de Sitges',
city: 'Sitges',
country: 'Spain',
coordinates: [41.2375727,1.8113308],
date: '2024-06-05',
photo: '/photos/AuNedelec/la_formatgeria.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
Expand Down

0 comments on commit 1ba441d

Please sign in to comment.