Commit 7b10b38b authored by Joe TS Dell's avatar Joe TS Dell
Browse files

update

parent 523afcce
...@@ -12,10 +12,19 @@ npm install ...@@ -12,10 +12,19 @@ npm install
``` ```
## Usage ## Usage
### Starting server
```bash 1. Run `node server.js` (or any node manager - pm2/ nodemon) at your project folder.
node server.js 2. Access to the GeoVolumes Landing Page at http://localhost:port.
``` * **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
* Add contents to `3DGeoVolumes\collections\collections.json`
* Add contents to `3DGeoVolumes\collections\:collectionId\collectionId.json` (The automated script could be added here in future.)
### Configuration
* Port can be adjusted in the `server.js` file.
## Contributing ## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
......
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