Skip to content

Commit 0be055e

Browse files
committed
Fix typo
1 parent 98a3149 commit 0be055e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/advanced-topics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Agent.
4848

4949
### GeoJSON support
5050

51-
The defined `type` of any GeoJSON attribute can be any set to any of the standard NGSI-v2 GeoJSON types - (e.g.
52-
`geo:json`, `geo:point`). NGSI-LD formats such as `GeoProperty`, `Point` and `LineString` are also accepted `type`
51+
The defined `type` of any GeoJSON attribute can be any set to any of the standard **NGSI-v2** GeoJSON types - (e.g.
52+
`geo:json`, `geo:point`). **NGSI-LD** formats such as `GeoProperty`, `Point` and `LineString` are also accepted `type`
5353
values. If the latitude and longitude are received as separate measures, the
5454
[expression language](expressionLanguage.md) can be used to concatenate them.
5555

@@ -103,7 +103,7 @@ the following formats:
103103
}
104104
```
105105

106-
Because GeoJSON types (e.g. `Point`, `LineString` etc.) are native types in **NGSI-LD**, automatic GeoJSON convertion is switched on for NGSI-LD by default.
106+
Because GeoJSON types (e.g. `Point`, `LineString` etc.) are native types in **NGSI-LD**, automatic GeoJSON conversion is switched on for NGSI-LD by default.
107107

108108
With **NGSI-v2**, for backwards compatibility reasons, automatic GeoJSON conversion for types other than `geo:json` is turned off by default.
109109
Add the `config.autocastGeoJSON` configuration to enable GeoJSON conversion

0 commit comments

Comments
 (0)