We're currently using client-side layers that depend on PictureMarkerSymbol to render SVGs. However, we've noticed that these symbols become pixelated when scaled or rotated. To address this, we're looking to transition to CIMSymbol, which offers better visual fidelity under transformations.
I'm seeking guidance on two fronts:
- Batch conversion of SVG files to CIM symbols.
- Best practices for organizing and storing CIM symbol resources within a React-based project.