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: ['EPSG:900913']</div>
<div><br></div><div>seeds:</div><div> osm_cache:</div><div> views: ['myview']</div><div> remove_before:</div><div> time: '2010-02-20T16:00:00'</div><div> #osm_roads:</div><div>
# views: ['germany']</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: ['EPSG:4326', 'EPSG:900913']</div><div> # image_formats: ['image/jpeg', 'image/png']</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: 'None'</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: 'EPSG:900913'</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: ['EPSG:4326', 'EPSG:31467']</div>
<div> # supported_formats: ['image/tiff', 'image/jpeg']</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: 'EPSG:900913'</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: 'EPSG:900913'</div><div> # bbox: [5, 45, 15, 55]</div><div> # bbox_srs: 'EPSG:4326'</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: 'EPSG:900913'</div><div> # bbox: [5, 45, 15, 55]</div><div> # bbox_srs: 'EPSG:4326'</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: ['EPSG:9999', 'EPSG:9998']</div>
<div> # axis_order_en: ['EPSG:0000', 'EPSG:0001']</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 'epsg'</div>
<div> # # the format of the file is:</div><div> # # <4326> +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs <></div><div> # proj_data_dir: '/path to dir that contains epsg file'</div><div><br>
</div><div> # # cache options</div><div> # cache:</div><div> # # where to store the cached images</div><div> # base_dir: '../var/cache_data'</div><div> # # where to store lockfiles</div><div> # lock_dir: '../tmp/tile_locks'</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"><<a href="mailto:olt@omniscale.de">olt@omniscale.de</a>></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>
> Find below the mapproxy and seed yaml<br>
><br>
> seed.yaml<br>
><br>
> views:<br>
> myview:<br>
> bbox: [8596550.829, 3340667.637, 8598788.35, 3342816.079]<br>
> bbox_srs: EPSG:900913<br>
> level: [5,6]<br>
<br>
</div>I need your actual configuration. With that seed configuration, there shouldn'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>