-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update basemap-gaode.js #54
base: master
Are you sure you want to change the base?
Conversation
@@ -11,7 +11,7 @@ var changelog = [ | |||
{ | |||
version: '0.1.2', | |||
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'], | |||
}, | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Insert ,
} | |
,} |
add( 'Gaode Hybrid', L.layerGroup([ | ||
Satellite, | ||
new GaodeLayer({ style: 8, type: 'roadnet', opacity: 0.75 }) | ||
])); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ·'Gaode·Hybrid',·L.layerGroup([⏎····Satellite,⏎····new·GaodeLayer({·style:·8,·type:·'roadnet',·opacity:·0.75·})⏎··
with 'Gaode·Hybrid',·L.layerGroup([Satellite,·new·GaodeLayer({·style:·8,·type:·'roadnet',·opacity:·0.75·})
add( 'Gaode Hybrid', L.layerGroup([ | |
Satellite, | |
new GaodeLayer({ style: 8, type: 'roadnet', opacity: 0.75 }) | |
])); | |
add'Gaode Hybrid', L.layerGroup([Satellite, new GaodeLayer({ style: 8, type: 'roadnet', opacity: 0.75 }) ])); |
Satellite, | ||
new GaodeLayer({ style: 8, type: 'roadnet', opacity: 0.75 }) | ||
])); | ||
}; | ||
|
||
function setup() { | ||
function setup () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'setup' is defined but never used.
Satellite, | ||
new GaodeLayer({ style: 8, type: 'roadnet', opacity: 0.75 }) | ||
])); | ||
}; | ||
|
||
function setup() { | ||
function setup () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete ·
function setup () { | |
function setu () { |
🤖 Pull request artifacts
|
No description provided.