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 5ac3e9e commit 2d2c9a4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Fields:
oilLevel ( type: esriFieldTypeDouble, alias: oilLevel, editable: true, nullable: true, defaultValue: null, modelName: oilLevel )
```

Where `licensePlate` is the unique field to store the entityId value from the Context Broker.

Let's see both configuration options:

##### Using Context Broker custom notifications (preferred)
Expand Down Expand Up @@ -125,7 +127,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
agent.arcgis-sink.enable_name_mappings = true
###### Entity data:

service = vehicles
Expand Down

0 comments on commit 2d2c9a4

Please sign in to comment.