Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이혜인
/
Multiplex_Ticketing_Platform
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
임승현
2022-05-16 22:28:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b152befc87998edcda4fe3fba2406043828cb9b1
b152befc
1 parent
603cbf5e
Removing MapAPI AppKey
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapAPI/test.html
MapAPI/test.html
View file @
b152bef
...
...
@@ -6,7 +6,7 @@
</head>
<body>
<div
id=
"map"
style=
"width:100%;height:350px;"
></div>
<script
type=
"text/javascript"
src=
"//dapi.kakao.com/v2/maps/sdk.js?appkey=
c48bde8b1f66c569193a37cbc58d1c87
"
></script>
<script
type=
"text/javascript"
src=
"//dapi.kakao.com/v2/maps/sdk.js?appkey="
></script>
<script>
// 마커를 클릭하면 장소명을 표출할 인포윈도우 입니다
let
infowindow
=
new
kakao
.
maps
.
InfoWindow
({
zIndex
:
1
});
...
...
Please
register
or
login
to post a comment