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

This commit is contained in:
thinkinggis 2020-05-18 10:43:32 +08:00
commit 95130a01fb
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ scene.on('loaded', () => {
popup: {
enable: true,
Html: props => {
return `<span>${props.NAME_CHN}:</span><span>${props.value}</span>`;
return `<span>${props.NAME_CHN}</span>`;
}
}
});