Bug-ID-Nummer |
BUG-000154723 |
Eingereicht | December 22, 2022 |
Zuletzt geändert | February 2, 2023 |
Gilt für | ArcGIS Web AppBuilder |
Gefunden in Version | 10.9.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 64 Bit |
Status | In Review
Das Problem wird aktuell überprüft. Bei der Überprüfung wird sichergestellt, dass alle erforderlichen Informationen enthalten sind, die Angaben leicht verständlich sind, es sich nicht um ein Duplikat eines bestehenden Problems handelt und es sich somit um einen gültigen Bug oder eine gültige Verbesserungsanforderung handelt. Während der Überprüfungsphase werden Sie bei Bedarf zur Klärung oder zum Einholen weiterer Informationen kontaktiert.
|
Workaround
- Open the source code for the Visibility widget from ArcGIS Web AppBuilder Developer edition by going to widgets/Visibility/js. Then open portal-utils.js. (See photo "step1")
- Observe the getFeatureServiceParams function within portal-utils.js. Observe the two lines with spatialReference are set to use spatial reference 102100 (Web Mercator Auxiliary Sphere). (See photo "step2")
- Change the two spatial references from 102100. For example, if using WGS84, these values are changed to 4326. (See photo "step3").
- After doing this, the Visibility widget works successfully with a spatial reference that is not 102100.
Note that this workaround requires ArcGIS Web AppBuilder Developer edition. This software defect has been logged for ArcGIS Web AppBuilder, but there seems to be no current workarounds other than using Developer edition or using basemaps with a spatial reference of 102100.
Schritte zur Reproduzierung