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.
Brian,
What does the config.json look like for this app?
This is just the window I get when I load the WAB. Not a specific app.
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.