Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PSW2-D3TI01
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julius Samosir
PSW2-D3TI01
Commits
1e0c0ca6
Commit
1e0c0ca6
authored
Jun 06, 2020
by
Julius Samosir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
c30b0847
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
01-custom-places-example.js
js/01-custom-places-example.js
+38
-0
No files found.
js/01-custom-places-example.js
0 → 100644
View file @
1e0c0ca6
function
runExample3
()
{
$
(
"#custom-places"
).
mapsed
({
showOnLoad
:
[
// City Varieties
{
// flag that this place should have the tooltip shown when the map is first loaded
autoShow
:
true
,
// flags the user can edit this place
canEdit
:
false
,
lat
:
53.798823
,
lng
:
-
1.5426760000000286
,
name
:
"Hostcloud Offce 1"
,
street
:
"Over the rainbow, Up high way"
,
userData
:
99
},
// Random made up CUSTOM place
{
// flag that this place should have the tooltip shown when the map is first loaded
autoShow
:
true
,
lat
:
53.79
,
lng
:
-
1.5426760000000286
,
name
:
"Hostcloud Offce 2"
,
street
:
"Over the rainbow, Up high way"
,
userData
:
99
}
]
});
}
$
(
document
).
ready
(
function
()
{
runExample3
();
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment