Skip to content

Commit 1dcc863

Browse files
authored
Merge pull request #987 from jason-fox/patch-1
Update advanced-topics.md
2 parents 457cddf + 9e1c908 commit 1dcc863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/advanced-topics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The defined `type` of any GeoJSON attribute can be any set to any of the standar
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

56-
````json
56+
```json
5757
{
5858
"entity_type": "GPS",
5959
"resource": "/iot/d",
@@ -67,7 +67,7 @@ values. If the latitude and longitude are received as separate measures, the
6767
}
6868
]
6969
}
70-
```json
70+
```
7171

7272

7373
For `attributes` and `static_attributes` which need to be formatted as GeoJSON values, three separate input

0 commit comments

Comments
 (0)