| 不具合 ID 番号 |
BUG-000135228 |
| 送信されました | November 6, 2020 |
| 最終更新日 | July 4, 2025 |
| 適用対象 | ArcGIS API for JavaScript |
| 見つかったバージョン | 4.17 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 |
| 修正されたバージョン | 4.20 |
| ステータス | Fixed
この不具合は修正されました。 詳細については、「バージョンの修正内容」および「参考情報」(該当する場合) をご参照ください。
|
対処法
First Option:
- Leaving the "Set Scale" disabled does not lock the map extent or the map viewpoint from the first printout.
Second Option:
- The other option is the Template Options class which programmatically sets the scale to "True" for the Print widget. This parameter does not lock the map extent or the map viewpoint after the first printout.
- Refer to the video attachment workaround.mp4 which demonstrates the Print widget using the Template Options class that does not lock the map extent or the map viewpoint for subsequent printouts. The video also shows manually re-enabling the "Set Scale" option re-activates the bug.
Run the sample JavaScript application link below.
Link:
- https://jsbin.com/wiwaker/2
- Print the current map extent. If the exported map is blank, load the generated URL/link into a separate tab which should load the PDF image.
- Pan the map to a different map extent and zoom in by one level.
- Click the refresh button to update the map scale.
- Print the map. If the exported map is blank, load the generated URL/link into a separate tab which should load the PDF image.
- Compare the two printouts. The second printout will show that the map extent and map viewpoint is different from the first printout.
Side Note:
Manually re-enabling the "Set Scale" option re-activates the bug.
- Using this same application, manually disable and then re-enable the "Set Scale" option.
- Print the current map extent. If the exported map is blank, load the generated URL/link into a separate tab which should load the PDF image.
- Pan the map to a different map extent. Print the map. If the exported map is blank, load the generated URL/link into a separate tab which should load the PDF image.
- Compare the two printouts. The latest printout will show that the map extent has not changed from the previous printout after manually re-enabling the "Set Scale" option.
再現の手順