<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Oliver,<br>
<br>
That parameter did the trick, now its working as expected.<br>
This parameter should definitely find its way into the
documentation!<br>
<br>
Thanks,<br>
Johannes<br>
<br>
<br>
Am 25.10.2012 07:23, schrieb Oliver Tonnhofer:<br>
</div>
<blockquote
cite="mid:AEE76C57-4F68-4307-9670-01D229D2AD8A@omniscale.de"
type="cite">
<pre wrap="">
On 23.10.2012, at 10:17, Johannes Weskamm wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Im trying to get the parameter "max_output_pixels" to work. I have already tried this in version 1.3 and 1.4, but it seems that it does not work as it should.
I have set the parameter to [8000, 8000]
[...]
But using 5000 pixels and above brings me an error
<a class="moz-txt-link-freetext" href="http://ows.terrestris.de/osm-basemap/service?LAYERS=OSM-WMS-Deutschland&TRANSPARENT=false&FORMAT=image%2Fjpeg&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&SRS=EPSG%3A900913&BBOX=1446395.6451562,6925401.831875,1602938.6790625,7081944.8657813&WIDTH=5000&HEIGHT=5000">http://ows.terrestris.de/osm-basemap/service?LAYERS=OSM-WMS-Deutschland&TRANSPARENT=false&FORMAT=image%2Fjpeg&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&SRS=EPSG%3A900913&BBOX=1446395.6451562,6925401.831875,1602938.6790625,7081944.8657813&WIDTH=5000&HEIGHT=5000</a>
The error is
Request too large or invalid BBOX
</pre>
</blockquote>
<pre wrap="">
There is a limit in how may tiles MapProxy will open for a single request (500 by default).
You can increase it with the
globals:
cache:
max_tile_limit: 1000
Regards,
Oliver
</pre>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
#signature {
color: #333 !important;
font-family: monospace;
font-size: 12px;
padding: 10px;
line-height: 1.5em;
}
#highlight-container {
padding: 5px;
width: 450px;
margin: 30px 0;
border-width: 0px 0 0px 0;
border-right-width: 0;
border-left-width: 0;
border-style: dotted;
border-color: #333;
}
#signature a,
#signature a:link,
#signature a:visited,
#signature a:hover,
#signature a:active {
color: darkblue !important;
}
#signature address {
font-style: normal;
}
#col-container {
width: 550px;
}
#col-1 {
width: 180px; float: left;
}
#col-2 {
width: 320px; float: left;
}
#col-clear {
clear: both; padding-top: 30px;
}
#signature img {
margin-top:10px;
}
#col-container p,
#col-container address {
margin: 4px 0 0 0;
}
#signature .no-margin {
margin: 0;
}
#highlight {
font-weight: bold;
}
</style>
<div id="signature">
<div id="col-container">
<div id="col-2">
<p class="no-margin"> Dipl.-Geogr. Johannes Weskamm<br>
— Anwendungsentwickler —<br>
</p>
<address> terrestris GmbH & Co. KG<br>
Pützchens Chaussee 56<br>
53227 Bonn </address>
<p> Tel: +49 (0)228 / 96 28 99 -555<br>
Fax: +49 (0)228 / 96 28 99 -57<br>
</p>
<p> Email: <a href="mailto:weskamm@terrestris.de">weskamm@terrestris.de</a><br>
Web: <a href="http://www.terrestris.de">http://www.terrestris.de</a>
</p>
</div>
<div id="col-clear">
<p> Amtsgericht Bonn, HRA 6835<br>
Komplementärin: terrestris Verwaltungsgesellschaft mbH<br>
vertreten durch: Hinrich Paulsen, Till Adams <br>
</p>
</div>
</div>
</div>
</div>
</body>
</html>