Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update yongpyong webcam #56

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 37 additions & 7 deletions src/entities/slope/model/resorts/yongpyong.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,19 @@ export const YONGPYONG: ResortConstant = {
{
id: 1,
key: '발왕산 스카이워크',
position: [3, 54],
position: [3, 53],
scale: 2,
},
{
id: 2,
key: '발왕산 천년주목숲길(동쪽)',
position: [2, 63],
key: '발왕산 천년주목숲길',
position: [11, 54],
scale: 2,
},
{
id: 3,
key: '옐로우 슬로프',
position: [71, 37],
position: [74, 45],
scale: 2,
},
{
Expand All @@ -115,13 +115,43 @@ export const YONGPYONG: ResortConstant = {
},
{
id: 5,
key: '베이스전경/레드 슬로프',
position: [60, 26],
key: '메가그린 슬로프',
position: [70, 58],
scale: 2,
},
{
id: 6,
key: '모나용평진입로',
key: '골드 슬로프 전경',
position: [60, 20],
scale: 2,
},
{
id: 7,
key: '골드 슬로프 정상',
position: [22, 30],
scale: 2,
},
{
id: 8,
key: '베이스전경 / 레드 슬로프',
position: [77, 32],
scale: 2,
},
{
id: 9,
key: '레인보우 전경',
position: [45, 82],
scale: 2,
},
{
id: 10,
key: '레인보우 정상',
position: [17, 65],
scale: 2,
},
{
id: 11,
key: '모나 용평 진입로',
position: [86, 26],
scale: 2,
},
Expand Down