[MapProxy] mapproxy-seed - Create OSM like tile structure

Debasish Sahu debasish.sahu at gmail.com
Thu Feb 10 12:17:20 EST 2011


Find below the mapproxy and seed yaml

seed.yaml

views:
    myview:
        bbox: [8596550.829, 3340667.637, 8598788.35, 3342816.079]
        bbox_srs: EPSG:900913
        level: [5,6]
        srs: ['EPSG:900913']

seeds:
    osm_cache:
        views: ['myview']
        remove_before:
          time: '2010-02-20T16:00:00'

mapproxy.yaml

caches:
  osm_cache:
    grids: [mygrid]
    sources: [osm_wms]

sources:
  osm_wms:
    type: wms
    req:
      url: http://ip:port/geoserver/wms?
      version: 1.1.0
      layers: streets
      transparent: true

grids:
  mygrid:
    srs: 'EPSG:900913'
    bbox: [-20037508.34, -20037508.34, 20037508.34, 20037508.34]
    bbox_srs: EPSG:900913


On Thu, Feb 10, 2011 at 10:44 PM, Oliver Tonnhofer <olt at omniscale.de> wrote:

>
> On 10.02.2011, at 11:09, Debasish Sahu wrote:
>
> > For the following OSM tile
> >
> > 14/11706/6833.png
> >
> > based on your calculation 2^14 -1 - 6833 = 9550 there should have been a
> 550.png tile
> >
> > where as cache created is
> >
> > 14\000\011\706\000\009
> > 556.png
> > 557.png
> > 558.png
> > 559.png
> >
> > The 550 tile is missing . Am I missing something obvious in the
> configuration ?
>
> Can you show me your mapproxy.yaml and seed.yaml?
>
>


-- 
Thanks and Warm Regards
Debasish Sahu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapproxy/attachments/20110210/f6bd465e/attachment.html


More information about the MapProxy mailing list