MapProxy: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
Line 5: Line 5:
just for this one app.
just for this one app.


There is a docker image, see https://github.com/kartoza/docker-mapproxy.
I am developing a relatively portable Docker project of my own now,  
I don't know any implementation details, there might be ways to squeeze more performance out.
I want it to run on Windows but right now it's targeted at Linux because it's easier.


I mount a local directory at /mapproxy as a volume to hold the config files.
I found a Docker containing miniconda and am using that right now.
 
My github repository is https://github.com/wildsong/docker-mapproxy.


[[Category: GIS]]
[[Category: GIS]]

Revision as of 21:46, 5 December 2019

There are some map services that are unreliable because they are unreachable sometimes for days. I think I can solve this problem using MapProxy though.

I started to install mapproxy directly on the host then realized yet again I'd be making a bunch of changes to the host just for this one app.

I am developing a relatively portable Docker project of my own now, I want it to run on Windows but right now it's targeted at Linux because it's easier.

I found a Docker containing miniconda and am using that right now.

My github repository is https://github.com/wildsong/docker-mapproxy.