Skip to content

Commit

Permalink
🔥 #17 - 지역 선택시, 아무것도 안뜨던 현상 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
taeuk-gang committed Oct 1, 2019
1 parent d1c713c commit 87d0f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/page-detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class PageDetail extends HTMLElement {
div:`tMap`,
})
map.setCenter(new Tmap.LonLat(`126.986072`, `37.570028`).transform(`EPSG:4326`, `EPSG:3857`), 15)
map.removeZoomControl()
}
}

Expand Down

0 comments on commit 87d0f30

Please sign in to comment.