| 不具合 ID 番号 |
BUG-000149522 |
| 送信されました | May 25, 2022 |
| 最終更新日 | June 5, 2024 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | 2.9.3 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
The primitive name is at the wrong level in the symbol structure. It is the marker graphic with the symbol containing the color so to override color the primitive name needs to be placed at the marker graphic layer level and not at the vector marker level. Below is an example of the structure:
"symbol": {
"type": "CIMPointSymbol",
"symbolLayers": [{
"type": "CIMVectorMarker",
"enable": true,
"anchorPoint": {
"x": 0,
"y": 0
},
"anchorPointUnits": "Relative",
"dominantSizeAxis3D": "Y",
"size": 20,
"billboardMode3D": "FaceNearPlane",
"frame": {
"xmin": 0,
"ymin": 0,
"xmax": 21,
"ymax": 17
},
"markerGraphics": [{
"type": "CIMMarkerGraphic",
"primitiveName": "icon-rings",
"geometry": {
対処法
In ArcGIS Pro, right-click the CIMPoint's layer, and click Symbology. Click Properties, and under Appearance, the color of the icon-rings symbol can be changed.
再現の手順