Bug ID Number |
BUG-000117679 |
Submitted | October 24, 2018 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS API for JavaScript |
Version found | 3.26 |
Operating System | Red Hat Enterprise Linux |
Operating System Version | 7.4 64 Bit |
Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
This is a known limitation for server-side rendering of PictureMarkerSymbol vs SimpleMarkerSymbol.
Workaround
- 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.
Steps to Reproduce