I had archvied this project but I'm bringing it back. The WMS GetCapabilities request was sometimes taking too long. Using this api, I never had that problem. I'll be making the main viewer configurable to either use this or the WMS request.
Node JS Express API. This adapts the existing GeoServer Rest Api and adds in customizations. For now it adds in all Layer Details for a layer group. This allows a single URL call to a layer group and get all layer details as well.
Currently works with the main map viewer WebViewer. This project will grow as needed.
Single call will give you all layers AND layer info. See it here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Node JS
In the root directory, type `npm install` in the terminal.
In the root directory, type `set DEBUG=myapp:* & npm start` in the terminal.
Copy the entire directory to your Node server.
- [Express](This project was created using Express application generator. https://expressjs.com/en/starter/generator.html)
- Al Proulx - Initial work - Al Proulx
This project is licensed under the MIT License - see the LICENSE.md file for details