不具合 ID 番号 |
BUG-000165657 |
送信されました | March 5, 2024 |
最終更新日 | December 6, 2024 |
適用対象 | ArcGIS Maps SDK for JavaScript |
見つかったバージョン | 4.28 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | N/A |
修正されたバージョン | 4.31 |
ステータス | Fixed
この不具合は修正されました。 詳細については、「バージョンの修正内容」および「参考情報」(該当する場合) をご参照ください。
|
参考情報
The following is the recommended workaround when using versions before 4.31.:
Create a new spatial reference every time:
const a = new Point({
longitude: 52,
latitude: 42,
spatialReference: new SpatialReference({ wkid: 4326 })
});
対処法
The following is the recommended workaround when using versions before 4.31.:
- Create a new spatial reference every time: const a = new Point({ longitude: 52, latitude: 42, spatialReference: new SpatialReference({ wkid: 4326 }) });
再現の手順