<div dir="ltr"><div><div><div><div><div><div>Hi:<br><br></div>I add two layers to my map, and my map have a custom resolutions.<br><br></div>However one of the layer will work only at a certain resolution.<br><br></div>So I set its maxResolution attribute.<br>

<br>This is the example: <a href="http://jsfiddle.net/DtMTN/">http://jsfiddle.net/DtMTN/</a><br><br><br><br></div>As you can see I have two layers: city and place. <br><br>And the maxResolution of the city is resolutions[3].<br>

<br></div>So the city layer should not be considered until the zoom of the map get to 3.<br><br></div>But in my example, when the zoom of the map is set to 0.<br><br>The city layer is requested. <br><br>What is the problem?<br>

</div>