Skip to content

Commit

Permalink
Update ngsi_arcgis_featuretable_sink.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvillalbamota authored Dec 12, 2023
1 parent 022143c commit 72ba258
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Let's see an example:
###### Agent.conf file:

agent.arcgis-sink.arcgis_service_url = https://arcgis.com/{hash}/arcgis/rest/services
agent.arcgis-sink.enable_name_mappings = true
###### Entity data:

service = vehicles
Expand All @@ -136,7 +137,7 @@ The name mappings configuration would be:
```
{
"serviceMappings": [{
"originalService": "vehicle",
"originalService": "vehicles",
"servicePathMappings": [{
"originalServicePath": "/4wheels",
"newServicePath": "/cars",
Expand Down Expand Up @@ -258,7 +259,7 @@ The name mappings required to persist the attributes is:
```
{
"serviceMappings": [{
"originalService": "vehicle",
"originalService": "vehicles",
"servicePathMappings": [{
"originalServicePath": "/4wheels",
"newServicePath": "/cars",
Expand Down

0 comments on commit 72ba258

Please sign in to comment.