diff --git a/README.md b/README.md index 27fe61cad38bd7bd9d555b7269d7262e562d6e10..872a4c26e893f40eff074897e0162a7eb950179a 100644 --- a/README.md +++ b/README.md @@ -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 |