Skip to content

Commit

Permalink
Update sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Feb 6, 2024
1 parent fd4d00f commit 8e23aec
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/main/js/apps/sample/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
},
"useIn": [
"search",
"selection",
"selection-actions-area"
],
"priority": 2,
Expand All @@ -172,7 +173,6 @@
},
"priority": 1,
"useIn": [
"selection",
"selection-actions-area"
]
},
Expand Down Expand Up @@ -316,6 +316,24 @@
"id": 4
}
]
},
{
"id": "feldnotizen0",
"url": "https://services.arcgis.com/ObdAEOfl1Z5LP2D0/arcgis/rest/services/Feldnotizen_erfassen/FeatureServer",
"type": "AGS_FEATURE",
"layerId": 0
},
{
"id": "feldnotizen1",
"url": "https://services.arcgis.com/ObdAEOfl1Z5LP2D0/arcgis/rest/services/Feldnotizen_erfassen/FeatureServer",
"type": "AGS_FEATURE",
"layerId": 1
},
{
"id": "feldnotizen2",
"url": "https://services.arcgis.com/ObdAEOfl1Z5LP2D0/arcgis/rest/services/Feldnotizen_erfassen/FeatureServer",
"type": "AGS_FEATURE",
"layerId": 2
}
]
},
Expand Down

0 comments on commit 8e23aec

Please sign in to comment.