Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if/why cascaded MapServer requests are processed by MapProxy #15

Closed
olt opened this issue Aug 3, 2012 · 2 comments
Closed

Check if/why cascaded MapServer requests are processed by MapProxy #15

olt opened this issue Aug 3, 2012 · 2 comments
Milestone

Comments

@olt
Copy link
Member

olt commented Aug 3, 2012

There is a report that MapProxy does processes cascaded GeoTIFF requests from MapServer sources and thus removing the georeference information.

http://lists.osgeo.org/pipermail/mapproxy/2012-August/001173.html

@fvanderbiest
Copy link

bbinet and I have been investigating this issue.
We have elaborated a patch (see branch issue15) but it still breaks tests.

@olt
Copy link
Member Author

olt commented Oct 16, 2012

The issue is that you are requesting with transparent=False (default value of transparent) but your source is transparent. MapProxy will modify the image to apply the bgcolor.
MapProxy should pass the GeoTIFF unmodified when you request with transparent=true.

@olt olt closed this as completed Oct 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants