Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Albert Beltran
map
Commits
bb7f357c
Commit
bb7f357c
authored
Nov 27, 2018
by
Raph El
Browse files
Modif map
parent
6c0dbf17
Changes
1
Show whitespace changes
Inline
Side-by-side
assets/js/map.js
View file @
bb7f357c
...
...
@@ -16,8 +16,6 @@ var mapObj = {
},
init
:
function
(
pInit
=
null
){
//Init variable
mapObj
.
container
=
(
(
pInit
!=
null
&&
typeof
pInit
.
container
!=
"
undefined
"
)
?
pInit
.
container
:
"
mapContainer
"
);
mapObj
.
arrayBounds
=
[];
...
...
@@ -162,7 +160,6 @@ var mapCustom = {
}
else
return
mapCustom
.
markers
.
default
;
}
},
clusters
:
{
...
...
Write
Preview
Supports
Markdown
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