Skip to content

geobeyond/fastapi-mapproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages