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

update

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