Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 648 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 648 Bytes

FastAPI wrapper for MapProxy

How to install

TBD

How to develop

Getting started

There is a FastAPI demo application under the folder example that can be started to run MapProxy with a sample configuration example/mapproxy.yaml provided in the .env file.

First of all, you have to install the package running

poetry install

Start the demo application with the following command:

uvicorn example.main:app --host 0.0.0.0 --port 5000 --reload

Open the browser at the following url http://localhost:5000/mapproxy/demo to find a MapProxy demo page.