Skip to content

Commit

Permalink
Merge branch 'develop' into feature/#13-기상-정보-페이지
Browse files Browse the repository at this point in the history
  • Loading branch information
Db0111 authored Aug 26, 2024
2 parents 07b3c8b + 5419f49 commit 5e52d2f
Show file tree
Hide file tree
Showing 10 changed files with 749 additions and 528 deletions.
4 changes: 2 additions & 2 deletions script/region.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ for (const v of data) {

const obj = {
region: `${v['1단계']} ${v['2단계']}`,
nx: Number(v['위도()']),
ny: Number(v['경도()']),
nx: Number(v['위도(초/100)']),
ny: Number(v['경도(초/100)']),
};

regions.push(obj);
Expand Down
Loading

0 comments on commit 5e52d2f

Please sign in to comment.