漏洞 ID 编号 |
BUG-000117679 |
已提交 | October 24, 2018 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcGIS API for JavaScript |
找到的版本 | 3.26 |
操作系统 | Red Hat Enterprise Linux |
操作系统版本 | 7.4 64 Bit |
状态 | Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
This is a known limitation for server-side rendering of PictureMarkerSymbol vs SimpleMarkerSymbol.
解决办法
- Create a feature layer using the sublayer from the map service.
- Set the renderer from the map service to the renderer of the feature service.
- Add the feature layer to the map. This allows for the picture marker symbols to load faster.
The following is a sample JSBin workaround: https://jsbin.com/tucisoyode/edit?js,output.
重现步骤