Commit bda9e649 authored by JOE XMG's avatar JOE XMG
Browse files

update

parent 66fdc9ad
......@@ -14,19 +14,17 @@ npm install
## Usage
### Starting server
1. Run `node server.js` (or any node manager - pm2/ nodemon) at your project folder.
2. Access to the GeoVolumes Landing Page at http://localhost:port.
2. Access to the GeoVolumes
* **Landing Page**: `http://localhost:port`
* **Collections**: `http://localhost:port/collections`
* **Collections with bbox filter**: `http://localhost:port/collections?bbox=minx,miny,maxx,maxy`
### Adding Collection Contents
* Add contents to `3DGeoVolumes\collections\collections.json`
* Add contents to `3DGeoVolumes\collections\:collectionId\collectionId.json` (The automated script could be added here in future.)
* In this version, Express Routing has to be manually adjusted in some cases
* Collection Children
* i3s (Redirecting to ArcGIS portal)
* i3s (Local Scene)
* gltf
* The 3D contents may be added directly in the collection folder or linked as HREF to the original source.
* tileset.json (Cesium 3D Tiles)
* i3s service json (ESRI Scene index)
* gltf (direct file)
### Configuration
* Port can be adjusted in the `server.js` file.
......@@ -39,10 +37,12 @@ Please make sure to update tests as appropriate.
## Author
Joe Thunyathep Santhanavanich
Akademischer Mitarbeiter,
Get in touch: https://www.linkedin.com/in/thunyatheps/
`Akademischer Mitarbeiter,
Faculty of Geomatics, Computer Science and Mathematics,
University of Applied Sciences Stuttgart, Schellingstr. 24, D-70174 Stuttgart
https://www.hft-stuttgart.de/p/thunyathep-santhanavanich
https://www.hft-stuttgart.de/p/thunyathep-santhanavanich`
## Link
| Document | URL |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment