Bug ID Number |
BUG-000148230 |
Submitted | April 4, 2022 |
Last Modified | June 5, 2024 |
Applies to | Portal for ArcGIS |
Version found | 10.8.1 |
Operating System | Windows OS |
Operating System Version | N/A |
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 issue is rejected because it lacks a real valid use case. A valid use case is required for this to be adjusted in the internal implementation. The need for using such wide lines must be specified.
The following is the reason for artifacts in lines.
When adding line geometries, the implementation quantizes and clips the lines to the tile boundaries. If the geometry is at an angle and is close to the tile boundary, the result of the clipping is an empty geometry which results in artifacts.
The exact same artifacts in the Mapbox API occur when using the same service in Mapbox API.
Workaround
Use widths of 20px or lesser.
Steps to Reproduce