Merge branch 'District' of github.com:antvis/L7 into District

This commit is contained in:
thinkinggis 2020-05-18 20:40:57 +08:00
commit 5aedca23f7
1 changed files with 0 additions and 6 deletions

View File

@ -31,12 +31,6 @@ scene.on('loaded', () => {
'#a63603' '#a63603'
] ]
} }
},
popup: {
enable: true,
Html: props => {
return `<span>${props.NAME_CHN}</span>`;
}
} }
}); });
}); });