Skip to content

Commit

Permalink
make difference between url and itemId clearer in sample json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardonadcdev committed Oct 14, 2020
1 parent c6465b7 commit a7b5c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/observationproject-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"observationLayers": [
{
"type": "Feature Layer",
"itemId": "item id of feature service"
"itemId": "portal item id of feature service"
},
{
"type": "Feature Layer",
"url": "url to Feature Service"
"url": "url to Feature Service - https://server-name/webadaptor/service-name/FeatureServer/layer-id"
}
],
"webmapId": "12345678"
Expand Down

0 comments on commit a7b5c39

Please sign in to comment.