Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Oct 12, 2017
1 parent 1fb59ff commit 29c00fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ chaining of geofence nodes).

The list is stored in msg.location.isat in the following format:

```msg.location: {
```
msg.location: {
inarea: true,
isat: [
'firstArea',
Expand All @@ -31,7 +32,8 @@ The list is stored in msg.location.isat in the following format:
'firstArea': 100,
'secondArea': 15
}
}```
}
```


And also includes the distance from the centre (or centroid for polygons) of the
Expand Down

0 comments on commit 29c00fb

Please sign in to comment.