mirror of https://gitee.com/antv-l7/antv-l7
style: lint style
This commit is contained in:
parent
bbc53e1680
commit
298bec190c
|
@ -1,11 +1,8 @@
|
|||
|
||||
const gl = {
|
||||
BACK: 1029,
|
||||
FRONT: 1028
|
||||
}
|
||||
export function getCullFace(
|
||||
mapVersion: string | undefined,
|
||||
):number {
|
||||
FRONT: 1028,
|
||||
};
|
||||
export function getCullFace(mapVersion: string | undefined): number {
|
||||
// 'GAODE1.x' = 'GAODE1.x',
|
||||
// 'GAODE2.x' = 'GAODE2.x',
|
||||
// 'MAPBOX' = 'MAPBOX',
|
||||
|
|
Loading…
Reference in New Issue