So I'm getting this error...
Any ideas?
Found it! In stemapp/config.json I made a change to the "geometryService" to try to default it to ours.
So on line 18 where it says the following:
"isWebTier": false, "geometryService": "http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer", "links": [{ "label": "ArcGIS Online", "url": "//www.arcgis.com" }],
I changed it to look like this:
"isWebTier": false, // "geometryService": "http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer", "geometryService": "http://maps.cityoftulsa.org/gis/rest/services/Utilities/Geometry/GeometryServer ", "links": [{ "label": "ArcGIS Online", "url": "//www.arcgis.com" }],
So once I changed it back I had no issues.
I wish there was some location OUTSIDE of the general directory where I could place a settings file and it would AUTO-include those settings for all WAB's even after updates.
This is just the window I get when I load the WAB. Not a specific app.
Brian,
What does the config.json look like for this app?
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.