Update NOTES.md

This commit is contained in:
Gerald Bauer 2016-11-16 21:54:58 +01:00 committed by GitHub
parent 457e366ae3
commit 392dc9b88c

View file

@ -11,4 +11,5 @@ In od.json the coordinate string is missing a comma.
"Capital": { "name": { "text": "Juba" }, "geographic coordinates": { "text": "04 51 N 31 37 E" }, "Capital": { "name": { "text": "Juba" }, "geographic coordinates": { "text": "04 51 N 31 37 E" },
Should be "04 51 N, 31 37 E" to avoid problems down the line. Should be "04 51 N, 31 37 E" to avoid problems down the line.
It's the only example of this kind I found in my use of the repo so far. It's the only example of this kind I found in my use of the repo so far.
e.g. comma separator missing.