[MapProxy] from tilecache to mapproxy (for google map)

Sebastian E. Ovide sebastian.ovide at gmail.com
Mon Aug 16 09:52:01 EDT 2010


Hi All

I'm trying to reproduce the same Tilecache configuration in MapProx.


[sebas]
type=WMS
url=
http://myserver/cgi-bin/mapserv?map=/home/sebas/public_html/workshop-5.4/sebas.map&transparent=true
layers=sebas
spherical_mercator=true
srs=EPSG:3857
tms_type=google
extent_type=loose
metaTile=yes
metaSize=7,7

and in MapProx

    - sebas:
        md:
            title: test sebas from MapServer
        param:
            srs: ['EPSG:3857','EPSG:3857']
            tile_size: [256, 256]
        sources:
        - type: cache_wms
          req:
            url:
http://myserver/cgi-bin/mapserv?map=/home/sebas/public_html/workshop-5.4/sebas.map&transparent=true
            layers: sebas

now, with TileCache I would create a request like this:


http://myserver/tiles/tilecache/sebas/sebas/ZZZ/XXX/YYY.png?type=google&transparent=true

and for MapProxy I've tried:

           http://myserver:8080/service/ZZZ/XXX/YYY.png
           http://myserver:8080/service/ZZZ-XXX-YYY.png

but it is not working...


any ideas ?

thanks



-- 
Sebastian E. Ovide
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapproxy/attachments/20100816/69c0fbd9/attachment.html


More information about the MapProxy mailing list