Last active
September 9, 2024 06:28
-
-
Save ykiu/fe135b589899970752323af9b7963e66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"catalog": [{"type": "csv", "id": "foo", "csvString": "longitude,latitude\n139,36"}] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"catalog": [ | |
{ | |
"type": "terria-reference", | |
"id": "bar", | |
"name": "foo", | |
"url": "https://gist.githubusercontent.com/ykiu/fe135b589899970752323af9b7963e66/raw/58c61c4f60ad82cf562fe1ba10be7d32ad829b4f/terria-inline-csv.json", | |
"path": ["foo"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment