Deployments of QuickCapture and Dashboard are incomplete
- Dominant language
- TypeScript
- Stars
- 48
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Deploying the ["Vinterdrift" solution from Geodata](https://apps.geodataonline.no/smartebyer/details?id=d62e2320bfc946ae806a1cb2c1f9d002) yields a mostly-correct deployment except that
* The Dashboard charts use a statistics field "Shape__Length" which doesn't work; one has to manually switch to "Shape__Length_2"; [example item](https://localdeployment.maps.arcgis.com/home/item.html?id=789ac7464655481fadfaa83044366301)

* The QuickCapture app is not pointing to its map; it has to be manually configured; [example item](https://localdeployment.maps.arcgis.com/home/item.html?id=92069a0ab7cd4ea999575b04063afb83#overview)

---
The Dashboard's webmap has a feature layer "Vinterdrift" that has both `Shape__Length` and `Shape__Length_2`, as well as
```json
"geometryProperties": {
"shapeLengthFieldName": "Shape__Length_2"
},
```
The QuickCapture app points to the deployed feature services, but its configured basemap doesn't exist in the deployment:
```json
"basemap": {
"type": "WebMap",
"itemId": "1f60954fa92540f3be64b1b2f456c9e6",
"mapAreas": [],
"required": true,
"useDefaultBasemap": false,
"zoomLevel": null
},
```
Contributor guide
Assessment
This issue has not been assessed yet.