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
cb97fa20
Commit
cb97fa20
authored
Jun 06, 2020
by
Julius Samosir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete 01-custom-places-example.js
parent
e3539b88
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
38 deletions
+0
-38
01-custom-places-example.js
01-custom-places-example.js
+0
-38
No files found.
01-custom-places-example.js
deleted
100644 → 0
View file @
e3539b88
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