Hi Oliver:<div><br></div><div>Many thanks for the help. Please find below the contents of seed.yaml and mapproxy.yaml</div><div><br></div><div>seed.yaml</div><div>------------------</div><div><br></div><div><br></div><div>

<div>views:</div><div>    myview:</div><div>        bbox: [8596550.829, 3340667.637, 8598788.35, 3342816.079]</div><div>        bbox_srs: EPSG:900913</div><div>        level: [14, 16]</div><div>        srs: [&#39;EPSG:900913&#39;]</div>

<div><br></div><div>seeds:</div><div>    osm_cache:</div><div>        views: [&#39;myview&#39;]</div><div>        remove_before:</div><div>          time: &#39;2010-02-20T16:00:00&#39;</div><div>    #osm_roads:</div><div>

    #   views: [&#39;germany&#39;]</div><div>    #   remove_before:</div><div>    #      days: 30</div><div><br></div><div><br></div><div><br></div><div>mapproxy.yaml</div><div>-----------------------</div><div><br></div>

<div><br></div><div><div>services:</div><div>  demo:</div><div>  kml:</div><div>  tms:</div><div>    # needs no arguments</div><div>  wms:</div><div>    # srs: [&#39;EPSG:4326&#39;, &#39;EPSG:900913&#39;]</div><div>    # image_formats: [&#39;image/jpeg&#39;, &#39;image/png&#39;]</div>

<div>    md:</div><div>      # metadata used in capabilities documents</div><div>      title: MapProxy WMS Proxy</div><div>      abstract: This is the fantastic MapProxy.</div><div>      online_resource: <a href="http://mapproxy.org/">http://mapproxy.org/</a></div>

<div>      contact:</div><div>        person: Your Name Here</div><div>        position: Technical Director</div><div>        organization: </div><div>        address: Fakestreet 123</div><div>        city: Somewhere</div>

<div>        postcode: 12345</div><div>        country: Germany</div><div>        phone: +49(0)000-000000-0</div><div>        fax: +49(0)000-000000-0</div><div>        email: <a href="mailto:info@omniscale.de">info@omniscale.de</a></div>

<div>      access_constraints:</div><div>        This service is intended for private and evaluation use only.</div><div>        The data is licensed as Creative Commons Attribution-Share Alike 2.0</div><div>        (<a href="http://creativecommons.org/licenses/by-sa/2.0/">http://creativecommons.org/licenses/by-sa/2.0/</a>)</div>

<div>      fees: &#39;None&#39;</div><div><br></div><div>layers:</div><div>  osm:</div><div>    title: Omniscale OSM WMS - <a href="http://osm.omniscale.net">osm.omniscale.net</a></div><div>    sources: [osm_cache]</div>
<div>
  # osm_full_example:</div><div>  #   title: Omniscale OSM WMS - <a href="http://osm.omniscale.net">osm.omniscale.net</a></div><div>  #   sources: [osm_cache_full_example]</div><div>    </div><div>caches:</div><div>  osm_cache:</div>

<div>    grids: [GLOBAL_MERCATOR]</div><div>    sources: [osm_wms]</div><div>  </div><div>  # osm_cache_full_example:</div><div>  #   meta_buffer: 20</div><div>  #   meta_size: [5, 5]</div><div>  #   format: image/png</div>

<div>  #   request_format: image/tiff</div><div>  #   link_single_color_images: true</div><div>  #   use_direct_from_level: 5</div><div>  #   grids: [grid_full_example]</div><div>  #   sources: [osm_wms, overlay_full_example]</div>

<div><br></div><div><br></div><div>sources:</div><div>  osm_wms:</div><div>    type: wms</div><div>    req:</div><div>      url: <a href="http://xyz:8080/geoserver/wms">http://xyz:8080/geoserver/wms</a>?</div><div>      version: 1.1.0</div>

<div>      layers: streets</div><div>      transparent: true</div><div>    coverage:</div><div>      bbox: [8596550.829, 3340667.637, 8598788.35, 3342816.079]</div><div>      bbox_srs: &#39;EPSG:900913&#39;</div><div>  # overlay_full_example:</div>

<div>  #   type: wms</div><div>  #   concurrent_requests: 4</div><div>  #   wms_opts:</div><div>  #     version: 1.3.0</div><div>  #     featureinfo: true</div><div>  #   supported_srs: [&#39;EPSG:4326&#39;, &#39;EPSG:31467&#39;]</div>

<div>  #   supported_formats: [&#39;image/tiff&#39;, &#39;image/jpeg&#39;]</div><div>  #   http:</div><div>  #     ssl_no_cert_checks: true</div><div>  #   req:</div><div>  #     url: <a href="https://user">https://user</a>@password:<a href="http://example.org:81/service">example.org:81/service</a>?</div>

<div>  #     layers: roads,rails</div><div>  #     styles: base,base</div><div>  #     transparent: true</div><div>  #     # # always request in this format</div><div>  #     # format: image/png</div><div>  #     map: /home/map/mapserver.map</div>

<div>    </div><div><br></div><div>grids:</div><div>  mygrid:</div><div>    srs: &#39;EPSG:900913&#39;</div><div>    bbox: [-20037508.34, -20037508.34, 20037508.34, 20037508.34]</div><div>    bbox_srs: EPSG:900913</div><div>

  # grid_full_example:</div><div>  #   tile_size: [512, 512]</div><div>  #   srs: &#39;EPSG:900913&#39;</div><div>  #   bbox: [5, 45, 15, 55]</div><div>  #   bbox_srs: &#39;EPSG:4326&#39;</div><div>  #   min_res: 2000 #m/px</div>

<div>  #   max_res: 50 #m/px</div><div>  #   align_resolutions_with: GLOBAL_MERCATOR</div><div>  # another_grid_full_example:</div><div>  #   srs: &#39;EPSG:900913&#39;</div><div>  #   bbox: [5, 45, 15, 55]</div><div>  #   bbox_srs: &#39;EPSG:4326&#39;</div>

<div>  #   res_factor: 1.5</div><div>  #   num_levels: 25</div><div><br></div><div>globals:</div><div>  # # coordinate transformation options</div><div>  # srs:</div><div>  #   # WMS 1.3.0 requires all coordiates in the correct axis order,</div>

<div>  #   # i.e. lon/lat or lat/lon. Use the following settings to</div><div>  #   # explicitly set a CRS to either North/East or East/North</div><div>  #   # ordering.</div><div>  #   axis_order_ne: [&#39;EPSG:9999&#39;, &#39;EPSG:9998&#39;]</div>

<div>  #   axis_order_en: [&#39;EPSG:0000&#39;, &#39;EPSG:0001&#39;]</div><div>  #   # you can set the proj4 data dir here, if you need custom</div><div>  #   # epsg definitions. the path must contain a file named &#39;epsg&#39;</div>

<div>  #   # the format of the file is:</div><div>  #   # &lt;4326&gt; +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs  &lt;&gt;</div><div>  #   proj_data_dir: &#39;/path to dir that contains epsg file&#39;</div><div><br>

</div><div>  # # cache options</div><div>  # cache:</div><div>  #   # where to store the cached images</div><div>  #   base_dir: &#39;../var/cache_data&#39;</div><div>  #   # where to store lockfiles</div><div>  #   lock_dir: &#39;../tmp/tile_locks&#39;</div>

<div>  #   # request x*y tiles in one step</div><div>  #   meta_size: [4, 4]</div><div>  #   # add a buffer on all sides (in pixel) when requesting</div><div>  #   # new images</div><div>  #   meta_buffer: 80</div><div><br>

</div><div><br></div><div>  # image/transformation options</div><div>  image:</div><div>      resampling_method: nearest</div><div>      # resampling_method: bilinear</div><div>      # resampling_method: bicubic</div><div>

  #     jpeg_quality: 90</div><div>  #     # stretch cached images by this factor before</div><div>  #     # using the next level</div><div>  #     stretch_factor: 1.15</div><div>  #     # shrink cached images up to this factor before</div>

<div>  #     # returning an empty image (for the first level)</div><div>  #     max_shrink_factor: 4.0</div></div><div><br></div><div>Cheers</div><div>Debs</div><br><div class="gmail_quote">On Thu, Feb 10, 2011 at 11:06 PM, Oliver Tonnhofer <span dir="ltr">&lt;<a href="mailto:olt@omniscale.de">olt@omniscale.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
On 10.02.2011, at 18:17, Debasish Sahu wrote:<br>
<br>
&gt; Find below the mapproxy and seed yaml<br>
&gt;<br>
&gt; seed.yaml<br>
&gt;<br>
&gt; views:<br>
&gt;     myview:<br>
&gt;         bbox: [8596550.829, 3340667.637, 8598788.35, 3342816.079]<br>
&gt;         bbox_srs: EPSG:900913<br>
&gt;         level: [5,6]<br>
<br>
</div>I need your actual configuration. With that seed configuration, there shouldn&#39;t be any tiles in level 14. You are only seeding level 5 and 6.<br>
<br>
Regards,<br>
<font color="#888888">Oliver</font></blockquote></div><br><br clear="all"><br>-- <br>Thanks and Warm Regards<br>Debasish Sahu<br>
</div>