mirror of https://gitee.com/antv-l7/antv-l7
style: lint style
This commit is contained in:
parent
3ae08f18bc
commit
b1882ab660
|
@ -215,7 +215,6 @@ export default class DataMappingPlugin implements ILayerPlugin {
|
||||||
// console.log('params', params)
|
// console.log('params', params)
|
||||||
// console.log('attribute', attribute)
|
// console.log('attribute', attribute)
|
||||||
|
|
||||||
|
|
||||||
const mappingResult = attribute.mapping ? attribute.mapping(params) : [];
|
const mappingResult = attribute.mapping ? attribute.mapping(params) : [];
|
||||||
if (attribute.name === 'color' && !isColor(mappingResult[0])) {
|
if (attribute.name === 'color' && !isColor(mappingResult[0])) {
|
||||||
return [minimumColor];
|
return [minimumColor];
|
||||||
|
|
Loading…
Reference in New Issue