Spaces:
Running
Running
modify avt-pylon
Browse files- README.md +4 -0
- client/src/pages/Home.jsx +3 -3
- database.py +0 -0
- main.py +0 -0
README.md
CHANGED
|
@@ -10,3 +10,7 @@ short_description: This is a DEMO app for 3DGS point measurement.
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
## Documentation
|
| 15 |
+
|
| 16 |
+
- Operation guide: [OPERATION_GUIDE.md](OPERATION_GUIDE.md)
|
client/src/pages/Home.jsx
CHANGED
|
@@ -32,12 +32,12 @@ const BASE_MODELS = [
|
|
| 32 |
offsetHeight: -130,
|
| 33 |
},
|
| 34 |
{
|
| 35 |
-
id: "avt",
|
| 36 |
name: "AVT pylon",
|
| 37 |
-
tileset: "
|
| 38 |
prefix: "data/3dtiles",
|
| 39 |
bucket: getDefaultBucket(),
|
| 40 |
-
offsetHeight:
|
| 41 |
},
|
| 42 |
{
|
| 43 |
id: "avt-electricity",
|
|
|
|
| 32 |
offsetHeight: -130,
|
| 33 |
},
|
| 34 |
{
|
| 35 |
+
id: "avt-pylon",
|
| 36 |
name: "AVT pylon",
|
| 37 |
+
tileset: "avt_pylon/tileset.json",
|
| 38 |
prefix: "data/3dtiles",
|
| 39 |
bucket: getDefaultBucket(),
|
| 40 |
+
offsetHeight: 360,
|
| 41 |
},
|
| 42 |
{
|
| 43 |
id: "avt-electricity",
|
database.py
DELETED
|
File without changes
|
main.py
DELETED
|
File without changes
|