You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
###result
ColorLayer cannot display icons when loading point data. LabelLayer can display icons when loading point data, but there is a noticeable lag when loading 1000 points on the page. Is there a good method to load icons efficiently and load at least 1000 points at the same time? Below is a rendering of the obvious lag when loading
The text was updated successfully, but these errors were encountered:
code
// 如果不是url,使用data接口数据
const twonSource = new itowns.FileSource({
url: '/data/point2.geojson',
crs: 'EPSG:4326',
format: 'application/json'
});
###result
ColorLayer cannot display icons when loading point data. LabelLayer can display icons when loading point data, but there is a noticeable lag when loading 1000 points on the page. Is there a good method to load icons efficiently and load at least 1000 points at the same time? Below is a rendering of the obvious lag when loading
The text was updated successfully, but these errors were encountered: