Skip to content

Commit

Permalink
Add more views
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Oct 18, 2024
1 parent ae70072 commit b755570
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/services/landmarks/views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export const views: Record<string, LandmarkView> = {
w398769543: { bearing: 270, pitch: 60, zoom: 18.75 },
// United States Capitol
w66418809: { bearing: 270, pitch: 60, zoom: 17.5 },
// Space needle
w12903132: { pitch: 30, zoom: 17.25 },

////////////////
//// GERMANY ///
////////////////
Expand All @@ -33,14 +36,47 @@ export const views: Record<string, LandmarkView> = {
n1097191894: { pitch: 45, zoom: 18.5 },
// Berlin Cathedral
w313670734: { bearing: 22, pitch: 55, zoom: 17.75 },
// Alte Oper Frankfurt
w384153099: { bearing: 20, pitch: 55, zoom: 18 },

///////////
// Italy //
///////////
// Colosseum
r1834818: { bearing: 70, pitch: 50, zoom: 17.5 },

////////////
// France //
////////////
// Eiffel Tower
w5013364: { bearing: 315, pitch: 15, zoom: 17.5 },

////////////////////
// United Kingdom //
////////////////////
// Big Ben & Elizabeth tower
n1802652184: { bearing: 225, pitch: 50, zoom: 17.5 },
w123557148: { bearing: 225, pitch: 50, zoom: 17.5 },
// Buckingham palace
r5208404: { bearing: 235, pitch: 60, zoom: 17.6 },

////////////////////
// Czech republic //
////////////////////
// Prague Castle
r3312247: { bearing: 51, pitch: 60, zoom: 16.5 },
// National museum
r85291: { bearing: 140, pitch: 50, zoom: 18 },

/////////////
// Iceland //
/////////////
// Hallgrímskirkja
r6184378: { bearing: 150, pitch: 40, zoom: 18 },

///////////
// India //
///////////
// Taj Mahal
w375257537: { bearing: 0, pitch: 50, zoom: 18 },
};

0 comments on commit b755570

Please sign in to comment.