Skip to content

Commit

Permalink
fix example JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk authored Aug 26, 2018
1 parent 8ca8359 commit f150bfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ The app will post the location data to the configured endpoint. The POST request
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": {
"latitude": 37.331800,
"longitude": -122.030581
}
"coordinates": [
-122.030581,
37.331800
]
},
"properties": {
"timestamp": "2015-10-01T08:00:00-0700",
Expand Down

0 comments on commit f150bfc

Please sign in to comment.