mirror of https://gitee.com/antv-l7/antv-l7
Merge branch 'District' of github.com:antvis/L7 into District
This commit is contained in:
commit
95130a01fb
|
@ -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>`;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue