Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이준용
/
oss_term_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이준용
2020-06-23 02:17:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
967d05da9b6de2ccb0c8436ac8d934e29822b76d
967d05da
1 parent
4638e91a
경기도 편의점 위치 표시
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
index.html
index.html
View file @
967d05d
...
...
@@ -70,6 +70,7 @@
position
:
new
kakao
.
maps
.
LatLng
(
element
.
REFINE_WGS84_LAT
,
element
.
REFINE_WGS84_LOGT
),
map
:
map
// 마커를 표시할 지도 객체
});
console
.
log
(
element
.
REFINE_WGS84_LAT
,
element
.
REFINE_WGS84_LOGT
);
// 클러스터러에 마커들을 추가합니다
clusterer
.
addMarkers
(
marker
);
})
...
...
Please
register
or
login
to post a comment