jncc / my-capabilities

Custom WMS GetCapabilities server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-capabilities

A web app to make spatial data products available to GIS users.

Local development

npm install
npm run dev

A browser window should open at http://localhost:8080

To run as a Docker image

For some reason or other.

docker build -t my-capabilities . 
docker run -t -p 8888:80 my-capabilities

Deployment to Elastic Beanstalk

Configure the following environment variables:

NODE_ENV = production 

About

Custom WMS GetCapabilities server


Languages

Language:TypeScript 99.0%Language:JavaScript 0.6%Language:CSS 0.4%Language:HTML 0.1%