Esri / Esri/solution.js

Deployments of QuickCapture and Dashboard are incomplete

Open
#564 0 comments 0 reactions 0 assignees View on GitHub
A - bug C - Content
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)
![image](https://user-images.githubusercontent.com/2125181/102128321-8b213c80-3e02-11eb-928f-2049f2f334b9.png)

* 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)
![image](https://user-images.githubusercontent.com/2125181/102128362-9d9b7600-3e02-11eb-847a-94ad4864c903.png)

---

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.