county-of-simcoe-gis / SimcoeCountyGeoserverRestApi

Modified version of the Geoserver Rest API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simcoe County Geoserver Rest Custom Rest API

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

Getting Started

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.

Prerequisites

Node JS

Installing

In the root directory, type `npm install` in the terminal.
In the root directory, type `set DEBUG=myapp:* & npm start` in the terminal.

Deployment

Copy the entire directory to your Node server.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Modified version of the Geoserver Rest API.

License:MIT License


Languages

Language:JavaScript 95.1%Language:Pug 4.9%