Spaces:
Running
Running
Create points.json
Browse files- json/points.json +20 -0
json/points.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "p1",
|
| 4 |
+
"x": 0.75,
|
| 5 |
+
"y": 1.6,
|
| 6 |
+
"z": -0.1,
|
| 7 |
+
"title": "Cool Spot #1",
|
| 8 |
+
"text": "This is the first hotspot. It has a title, some descriptive text, and an optional image.",
|
| 9 |
+
"image": "https://huggingface.co/datasets/my-hotspots-ds/resolve/main/images/img1.jpg"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"id": "p2",
|
| 13 |
+
"x": -0.5,
|
| 14 |
+
"y": 2.0,
|
| 15 |
+
"z": 0.3,
|
| 16 |
+
"title": "Another Hotspot",
|
| 17 |
+
"text": "Here’s another informational point in 3D.",
|
| 18 |
+
"image": ""
|
| 19 |
+
}
|
| 20 |
+
]
|