-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 웰리힐리, 무주, 휘닉스 스키장 데이터 추가 (#19)
* feat: Add wellihilli data * feat: Fix webcam position and add resort data * fix: Fix stroke bugs * feat: Add muju data * feat: Add phoenix data * feat: Add resort data * fix: Fix lint error * fix: Fix build error
- Loading branch information
1 parent
fd8458b
commit 7ec7b41
Showing
85 changed files
with
2,408 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import React from 'react'; | ||
import { cn } from '@/shared/lib'; | ||
|
||
const AllegroPath = ({ color }: { color?: string }) => { | ||
const defaultStrokeColor = 'stroke-[#171D23]'; | ||
const strokeColorClass = color ? color.replace('fill-', 'stroke-') : defaultStrokeColor; | ||
return ( | ||
<svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 376 210" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
className={cn('stroke-current', strokeColorClass)} | ||
d="M142.5 40C131.833 39.1667 108.6 39.4 101 47C91.5 56.5 93.5 69.5 87.5 74" | ||
strokeWidth="1.5" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeDasharray="3 3" | ||
/> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default AllegroPath; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import React from 'react'; | ||
import { cn } from '@/shared/lib'; | ||
|
||
const CadenzaSlopePath = ({ color }: { color?: string }) => { | ||
const defaultStrokeColor = 'stroke-[#171D23]'; | ||
const strokeColorClass = color ? color.replace('fill-', 'stroke-') : defaultStrokeColor; | ||
return ( | ||
<svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 376 210" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
className={cn('stroke-current', strokeColorClass)} | ||
d="M120 61C117.167 62.5 108 62.5 101 66C95.0995 68.9503 83.8333 76.6667 78.5 78" | ||
strokeWidth="1.5" | ||
strokeLinejoin="round" | ||
strokeDasharray="3 3" | ||
/> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default CadenzaSlopePath; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import React from 'react'; | ||
import { cn } from '@/shared/lib'; | ||
|
||
const ConnectionSlopePath = ({ color }: { color?: string }) => { | ||
return ( | ||
<svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 376 210" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
className={cn('fill-current', color ? color : 'fill-[#447EFF]')} | ||
d="M146 163L154.65 162.576L149.958 155.297L146 163ZM148.077 162.554C148.425 162.33 148.527 161.867 148.304 161.518C148.08 161.169 147.616 161.067 147.268 161.291L148.077 162.554ZM150.643 159.154C150.292 159.374 150.185 159.837 150.405 160.188C150.625 160.539 151.088 160.645 151.439 160.425L150.643 159.154ZM154.836 158.316C155.188 158.099 155.298 157.637 155.081 157.285C154.864 156.932 154.402 156.822 154.049 157.039L154.836 158.316ZM157.452 154.958C157.098 155.173 156.985 155.635 157.201 155.989C157.416 156.343 157.877 156.455 158.231 156.24L157.452 154.958ZM161.65 154.176C162.006 153.962 162.121 153.502 161.907 153.146C161.694 152.791 161.233 152.676 160.878 152.89L161.65 154.176ZM164.307 150.841C163.951 151.053 163.834 151.513 164.046 151.869C164.257 152.225 164.718 152.342 165.074 152.13L164.307 150.841ZM168.507 150.098C168.863 149.887 168.982 149.427 168.772 149.071C168.561 148.714 168.102 148.595 167.745 148.806L168.507 150.098ZM171.192 146.781C170.835 146.99 170.715 147.449 170.924 147.807C171.133 148.164 171.592 148.284 171.95 148.075L171.192 146.781ZM175.397 146.065C175.755 145.857 175.877 145.398 175.668 145.039C175.46 144.681 175.001 144.56 174.643 144.768L175.397 146.065ZM178.099 142.765C177.741 142.972 177.618 143.431 177.825 143.79C178.032 144.148 178.491 144.271 178.85 144.064L178.099 142.765ZM182.309 142.071C182.668 141.865 182.792 141.406 182.585 141.047C182.379 140.688 181.92 140.564 181.561 140.77L182.309 142.071ZM185.027 138.784C184.667 138.99 184.542 139.448 184.748 139.808C184.953 140.167 185.412 140.292 185.771 140.087L185.027 138.784ZM189.24 138.108C189.6 137.904 189.726 137.446 189.521 137.086C189.317 136.726 188.859 136.6 188.499 136.805L189.24 138.108ZM191.973 134.833C191.613 135.037 191.486 135.495 191.69 135.855C191.894 136.215 192.352 136.342 192.712 136.138L191.973 134.833ZM196.184 134.176C196.545 133.973 196.672 133.516 196.469 133.155C196.265 132.794 195.808 132.666 195.447 132.87L196.184 134.176ZM198.933 130.909C198.572 131.111 198.444 131.569 198.646 131.93C198.849 132.291 199.306 132.419 199.668 132.217L198.933 130.909ZM203.15 130.266C203.511 130.064 203.64 129.607 203.438 129.245C203.236 128.884 202.779 128.754 202.418 128.957L203.15 130.266ZM205.905 127.011C205.543 127.213 205.413 127.669 205.614 128.031C205.816 128.393 206.272 128.523 206.634 128.322L205.905 127.011ZM210.127 126.382C210.489 126.181 210.62 125.724 210.419 125.362C210.218 125 209.762 124.869 209.399 125.07L210.127 126.382ZM212.895 123.136C212.533 123.336 212.401 123.792 212.601 124.155C212.801 124.518 213.258 124.649 213.62 124.449L212.895 123.136ZM217.107 122.529C217.471 122.33 217.603 121.874 217.404 121.511C217.204 121.148 216.749 121.015 216.385 121.215L217.107 122.529ZM219.891 119.295C219.528 119.493 219.394 119.949 219.592 120.313C219.791 120.676 220.246 120.81 220.61 120.612L219.891 119.295ZM151.439 160.425C152.537 159.737 153.671 159.034 154.836 158.316L154.049 157.039C152.881 157.758 151.744 158.464 150.643 159.154L151.439 160.425ZM158.231 156.24C159.349 155.561 160.49 154.872 161.65 154.176L160.878 152.89C159.716 153.587 158.573 154.278 157.452 154.958L158.231 156.24ZM165.074 152.13C166.205 151.458 167.35 150.78 168.507 150.098L167.745 148.806C166.587 149.488 165.44 150.167 164.307 150.841L165.074 152.13ZM171.95 148.075C173.092 147.407 174.242 146.736 175.397 146.065L174.643 144.768C173.487 145.44 172.336 146.111 171.192 146.781L171.95 148.075ZM178.85 144.064C180.001 143.398 181.155 142.734 182.309 142.071L181.561 140.77C180.407 141.434 179.252 142.099 178.099 142.765L178.85 144.064ZM185.771 140.087C186.931 139.423 188.089 138.764 189.24 138.108L188.499 136.805C187.346 137.46 186.188 138.121 185.027 138.784L185.771 140.087ZM192.712 136.138C193.879 135.477 195.037 134.823 196.184 134.176L195.447 132.87C194.3 133.517 193.141 134.172 191.973 134.833L192.712 136.138ZM199.668 132.217C200.845 131.555 202.007 130.904 203.15 130.266L202.418 128.957C201.274 129.596 200.112 130.247 198.933 130.909L199.668 132.217ZM206.634 128.322C207.827 127.658 208.992 127.01 210.127 126.382L209.399 125.07C208.264 125.699 207.098 126.347 205.905 127.011L206.634 128.322ZM213.62 124.449C214.831 123.781 215.996 123.14 217.107 122.529L216.385 121.215C215.273 121.825 214.107 122.467 212.895 123.136L213.62 124.449ZM220.61 120.612C221.216 120.281 221.799 119.963 222.358 119.659L221.642 118.341C221.082 118.646 220.498 118.964 219.891 119.295L220.61 120.612Z" | ||
/> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default ConnectionSlopePath; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import React from 'react'; | ||
import { cn } from '@/shared/lib'; | ||
|
||
const EasternSlopePath = ({ color }: { color?: string }) => { | ||
return ( | ||
<svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 376 210" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
className={cn('fill-current', color ? color : 'fill-[#FF9928]')} | ||
d="M200.5 164.5L199.201 155.938L192.435 161.344L200.5 164.5ZM200.061 162.75C199.818 162.415 199.349 162.34 199.013 162.583C198.678 162.826 198.603 163.295 198.846 163.63L200.061 162.75ZM197.11 160.592C197.272 160.973 197.713 161.151 198.094 160.989C198.475 160.826 198.653 160.386 198.49 160.005L197.11 160.592ZM197.659 156.991C197.605 156.581 197.228 156.292 196.818 156.346C196.407 156.4 196.118 156.777 196.172 157.187L197.659 156.991ZM196.2 153.653C196.141 154.063 196.426 154.444 196.836 154.503C197.246 154.562 197.626 154.277 197.685 153.867L196.2 153.653ZM198.512 150.82C198.665 150.435 198.476 149.999 198.091 149.847C197.706 149.694 197.27 149.882 197.118 150.267L198.512 150.82ZM198.705 147.175C198.484 147.525 198.588 147.988 198.938 148.21C199.288 148.431 199.751 148.327 199.973 147.977L198.705 147.175ZM201.903 145.394C202.175 145.081 202.142 144.607 201.829 144.336C201.516 144.064 201.043 144.097 200.771 144.41L201.903 145.394ZM203.208 141.974C202.894 142.246 202.861 142.719 203.132 143.032C203.403 143.345 203.877 143.379 204.19 143.108L203.208 141.974ZM198.49 160.005C198.056 158.984 197.789 157.977 197.659 156.991L196.172 157.187C196.32 158.308 196.623 159.447 197.11 160.592L198.49 160.005ZM197.685 153.867C197.836 152.82 198.123 151.8 198.512 150.82L197.118 150.267C196.691 151.343 196.37 152.476 196.2 153.653L197.685 153.867ZM199.973 147.977C200.56 147.048 201.218 146.182 201.903 145.394L200.771 144.41C200.041 145.249 199.337 146.176 198.705 147.175L199.973 147.977ZM204.19 143.108C204.622 142.734 205.043 142.398 205.444 142.105L204.557 140.895C204.122 141.214 203.669 141.575 203.208 141.974L204.19 143.108Z" | ||
/> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default EasternSlopePath; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
import React from 'react'; | ||
import { cn } from '@/shared/lib'; | ||
|
||
const FlamingoPath = ({ color }: { color?: string }) => { | ||
const defaultStrokeColor = 'stroke-[#447EFF]'; | ||
const strokeColorClass = color ? color.replace('fill-', 'stroke-') : defaultStrokeColor; | ||
return ( | ||
<svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 376 210" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
className={cn('stroke-current', strokeColorClass)} | ||
d="M55 85C55.6349 80.954 60.5238 70.5897 67 67.5" | ||
strokeWidth="1.5" | ||
strokeLinejoin="round" | ||
strokeDasharray="3 3" | ||
/> | ||
<path | ||
className={cn('stroke-current', strokeColorClass)} | ||
d="M73 50L61.5 81.5" | ||
strokeWidth="1.5" | ||
strokeLinejoin="round" | ||
strokeDasharray="3 3" | ||
/> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default FlamingoPath; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import React from 'react'; | ||
import { cn } from '@/shared/lib'; | ||
|
||
const FreewayPath = ({ color }: { color?: string }) => { | ||
return ( | ||
<svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 376 210" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
className={cn('fill-current', color ? color : 'fill-[#171D23]')} | ||
d="M212.54 74.2511C212.126 74.229 211.773 74.5464 211.751 74.9601C211.729 75.3737 212.046 75.7269 212.46 75.7489L212.54 74.2511ZM213.825 75.8512C214.237 75.8916 214.604 75.5903 214.645 75.1781C214.685 74.7658 214.384 74.3988 213.972 74.3583L213.825 75.8512ZM216.825 74.7932C216.42 74.7079 216.022 74.9673 215.937 75.3726C215.851 75.778 216.111 76.1757 216.516 76.261L216.825 74.7932ZM219.139 76.9743C219.532 77.1056 219.957 76.8937 220.088 76.5009C220.22 76.1081 220.008 75.6831 219.615 75.5517L219.139 76.9743ZM222.295 76.6106C221.918 76.4389 221.473 76.6053 221.301 76.9822C221.129 77.3591 221.296 77.8039 221.673 77.9756L222.295 76.6106ZM224.11 79.2237C224.471 79.428 224.928 79.3016 225.133 78.9414C225.337 78.5811 225.211 78.1233 224.851 77.919L224.11 79.2237ZM227.283 79.4218C226.938 79.1919 226.473 79.2848 226.243 79.6294C226.013 79.9739 226.106 80.4396 226.45 80.6695L227.283 79.4218ZM228.7 82.272C229.03 82.5219 229.501 82.4566 229.75 82.1262C230 81.7958 229.935 81.3255 229.605 81.0756L228.7 82.272ZM231.827 82.8446C231.509 82.5791 231.036 82.6216 230.77 82.9395C230.505 83.2575 230.547 83.7304 230.865 83.9959L231.827 82.8446ZM233.134 85.9276C233.453 86.1921 233.926 86.148 234.19 85.8292C234.455 85.5104 234.411 85.0376 234.092 84.7731L233.134 85.9276ZM236.536 86.7213C236.208 86.4688 235.737 86.5303 235.484 86.8587C235.232 87.187 235.293 87.6579 235.622 87.9104L236.536 86.7213ZM238.161 89.8065C238.496 90.05 238.965 89.9758 239.209 89.6407C239.452 89.3056 239.378 88.8366 239.043 88.5931L238.161 89.8065ZM241.6 90.4088C241.26 90.1725 240.793 90.2567 240.557 90.5968C240.32 90.937 240.404 91.4044 240.745 91.6407L241.6 90.4088ZM243.358 93.422C243.703 93.6524 244.168 93.5601 244.399 93.2159C244.629 92.8717 244.537 92.4058 244.193 92.1754L243.358 93.422ZM246.815 93.9022C246.468 93.6769 246.003 93.776 245.778 94.1236C245.553 94.4712 245.652 94.9356 245.999 95.1609L246.815 93.9022ZM248.663 96.8624C249.013 97.0833 249.476 96.9781 249.697 96.6277C249.918 96.2772 249.813 95.8141 249.462 95.5933L248.663 96.8624ZM252.131 97.2531C251.778 97.0364 251.316 97.1469 251.1 97.4999C250.883 97.8529 250.993 98.3147 251.346 98.5314L252.131 97.2531ZM254.046 100.168C254.402 100.381 254.862 100.266 255.075 99.9104C255.288 99.5551 255.172 99.0944 254.817 98.8816L254.046 100.168ZM257.523 100.483C257.165 100.274 256.706 100.394 256.497 100.752C256.288 101.11 256.409 101.569 256.766 101.778L257.523 100.483ZM259.503 103.358C259.863 103.563 260.321 103.437 260.526 103.077C260.731 102.717 260.606 102.259 260.246 102.054L259.503 103.358ZM262.98 103.589C262.618 103.388 262.161 103.52 261.961 103.883C261.761 104.246 261.893 104.702 262.256 104.902L262.98 103.589ZM212.46 75.7489C212.909 75.7729 213.364 75.8059 213.825 75.8512L213.972 74.3583C213.486 74.3106 213.009 74.2761 212.54 74.2511L212.46 75.7489ZM216.516 76.261C217.358 76.4383 218.23 76.6703 219.139 76.9743L219.615 75.5517C218.65 75.2288 217.722 74.9819 216.825 74.7932L216.516 76.261ZM221.673 77.9756C222.456 78.3324 223.267 78.7454 224.11 79.2237L224.851 77.919C223.97 77.4197 223.119 76.9864 222.295 76.6106L221.673 77.9756ZM226.45 80.6695C227.177 81.1545 227.926 81.687 228.7 82.272L229.605 81.0756C228.809 80.4738 228.035 79.924 227.283 79.4218L226.45 80.6695ZM230.865 83.9959C231.213 84.2865 231.566 84.5874 231.923 84.8988L232.909 83.7679C232.543 83.4497 232.183 83.1421 231.827 82.8446L230.865 83.9959ZM231.923 84.8988C232.314 85.2389 232.718 85.5821 233.134 85.9276L234.092 84.7731C233.684 84.4347 233.289 84.0994 232.909 83.7679L231.923 84.8988ZM235.622 87.9104C236.439 88.5392 237.289 89.1725 238.161 89.8065L239.043 88.5931C238.18 87.9661 237.342 87.341 236.536 86.7213L235.622 87.9104ZM240.745 91.6407C241.604 92.2376 242.477 92.8324 243.358 93.422L244.193 92.1754C243.318 91.5902 242.452 91.0003 241.6 90.4088L240.745 91.6407ZM245.999 95.1609C246.888 95.7371 247.778 96.3053 248.663 96.8624L249.462 95.5933C248.583 95.0394 247.698 94.4747 246.815 93.9022L245.999 95.1609ZM251.346 98.5314C252.263 99.094 253.165 99.6408 254.046 100.168L254.817 98.8816C253.941 98.3567 253.043 97.8127 252.131 97.2531L251.346 98.5314ZM256.766 101.778C257.723 102.337 258.64 102.866 259.503 103.358L260.246 102.054C259.387 101.565 258.475 101.039 257.523 100.483L256.766 101.778ZM262.256 104.902C262.75 105.175 263.214 105.428 263.644 105.66L264.356 104.34C263.931 104.111 263.471 103.86 262.98 103.589L262.256 104.902Z" | ||
/> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default FreewayPath; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import React from 'react'; | ||
import { cn } from '@/shared/lib'; | ||
|
||
const Freeway2Path = ({ color }: { color?: string }) => { | ||
const defaultStrokeColor = 'stroke-[#171D23]'; | ||
const strokeColorClass = color ? color.replace('fill-', 'stroke-') : defaultStrokeColor; | ||
return ( | ||
<svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 376 210" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
className={cn('stroke-current', strokeColorClass)} | ||
d="M264.5 102C262.667 104.833 256.6 111.5 247 115.5C237.4 119.5 227.667 122.5 224 123.5" | ||
strokeWidth="1.5" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeDasharray="3 3" | ||
/> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default Freeway2Path; |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.