Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OGC
3DGeoVolumesAPI
Commits
7b10b38b
Commit
7b10b38b
authored
3 years ago
by
Santhanavanich
Browse files
Options
Download
Email Patches
Plain Diff
update
parent
523afcce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-4
README.md
with
13 additions
and
4 deletions
+13
-4
README.md
+
13
-
4
View file @
7b10b38b
...
...
@@ -12,10 +12,19 @@ npm install
```
## Usage
```
bash
node server.js
```
### 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.
*
**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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment