Skip to content

Commit

Permalink
Add new markers (Austria, Germany)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKaramazov committed May 10, 2024
1 parent f683052 commit 5281e01
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 0 deletions.
Binary file added public/photos/JuditKaramazov/gmunden.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/JuditKaramazov/passau.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/JuditKaramazov/scharding.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions src/data/places.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ export const PLACES: IPin[] = [
date: '2021-12-03',
photo: '/photos/JuditKaramazov/engel.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
type: EPinType.Event,
title: 'Schloss Ort',
city: 'Gmunden',
country: 'Austria',
coordinates: [47.911659240722656, 13.7923583984375],
date: '2022-01-16',
photo: '/photos/JuditKaramazov/gmunden.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
Expand Down Expand Up @@ -107,6 +118,16 @@ export const PLACES: IPin[] = [
date: '2024-05-03',
photo: '/photos/AuNedelec/paris.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
type: EPinType.Picture,
city: 'Passau',
country: 'Germany',
coordinates: [48.5748229, 13.4609744],
date: '2021-12-04',
photo: '/photos/JuditKaramazov/passau.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
Expand All @@ -117,6 +138,27 @@ export const PLACES: IPin[] = [
date: '2022-03-29',
photo: '/photos/JuditKaramazov/roma-colosseo.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
type: EPinType.Coffee,
title: 'Augustiner Bräu Mülln',
city: 'Salzburg',
country: 'Austria',
coordinates: [47.80522537231445, 13.032347679138184],
date: '2022-01-14',
photo: '/photos/JuditKaramazov/salzburg-augustiner.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
type: EPinType.Picture,
city: 'Schärding',
country: 'Austria',
coordinates: [48.45577621459961, 13.431777954101562],
date: '2022-01-14',
photo: '/photos/JuditKaramazov/scharding.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
Expand Down

0 comments on commit 5281e01

Please sign in to comment.