Commit 69371b2c authored by Joe TS Dell's avatar Joe TS Dell
Browse files

update

parent 22e00d6d
...@@ -19,9 +19,14 @@ npm install ...@@ -19,9 +19,14 @@ npm install
* **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 ### 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.) * 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 ### Configuration
* Port can be adjusted in the `server.js` file. * Port can be adjusted in the `server.js` file.
......
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