From 69371b2cfa76502627bf96287ab90b8a0735541f Mon Sep 17 00:00:00 2001 From: Joe TS Dell <thunyathep.s@outlook.com> Date: Wed, 7 Jul 2021 22:53:23 +0200 Subject: [PATCH] update --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ecf66c..5491b2f 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,14 @@ npm install * **Collections**: `http://localhost:port/collections` * **Collections with bbox filter**: `http://localhost:port/collections?bbox=minx,miny,maxx,maxy` -### Adding Collection +### 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 ### Configuration * Port can be adjusted in the `server.js` file. -- GitLab