Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대철
/
CafeRecommend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김대철
2021-05-28 02:16:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e2e06e4b563157a8a6ef27bb0b6eab22186e9348
e2e06e4b
1 parent
e12e4534
카페 45개까지 보이도록 Map 수정
-
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
sessions/Zw_s5YkYvvjFW51ZNMNj6buHGaYiQ5Ks.json
views/map.ejs
sessions/Zw_s5YkYvvjFW51ZNMNj6buHGaYiQ5Ks.json
0 → 100644
View file @
e2e06e4
{
"cookie"
:{
"originalMaxAge"
:
null
,
"expires"
:
null
,
"httpOnly"
:
true
,
"path"
:
"/"
},
"__lastAccess"
:
1622135767964
,
"user"
:{
"email"
:
"kdc9619@khu.ac.kr"
,
"picture"
:
"https://lh3.googleusercontent.com/a/AATXAJyP14ipRboJZ8T5-oNS3sRp4CG8wKCEwVABQ5G_=s96-c"
,
"nickname"
:
"Meerkat"
,
"age"
:
"26"
,
"gender"
:
"male"
}}
\ No newline at end of file
views/map.ejs
View file @
e2e06e4
...
...
@@ -209,6 +209,9 @@
ps
.
categorySearch
(
currCategory
,
placesSearchCB
,
{
usemapBounds
:
true
});
}
function
placesSearchCB
(
data
,
status
,
pagination
)
{
if
(
pagination
.
hasNextPage
)
{
pagination
.
nextPage
();
}
if
(
status
===
kakao
.
maps
.
services
.
Status
.
OK
)
{
displayPlaces
(
data
);
}
...
...
Please
register
or
login
to post a comment