Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pic4Carto
Pic4You
Commits
949c2814
Commit
949c2814
authored
Oct 24, 2018
by
Adrien Pavie
Browse files
File size up to 4Mb
parent
d432c320
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
949c2814
...
@@ -78,6 +78,7 @@
...
@@ -78,6 +78,7 @@
L
.
Control
.
FileLayerLoad
.
LABEL
=
'
⭳
'
;
L
.
Control
.
FileLayerLoad
.
LABEL
=
'
⭳
'
;
var
control
=
L
.
Control
.
fileLayerLoad
({
var
control
=
L
.
Control
.
fileLayerLoad
({
addToMap
:
false
,
addToMap
:
false
,
fileSizeLimit
:
4096
,
layerOptions
:
{
layerOptions
:
{
filter
:
function
(
feature
)
{
return
feature
.
geometry
.
type
===
"
Point
"
;
},
filter
:
function
(
feature
)
{
return
feature
.
geometry
.
type
===
"
Point
"
;
},
pointToLayer
:
function
(
feature
,
latlng
)
{
pointToLayer
:
function
(
feature
,
latlng
)
{
...
...
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