mapcache gets it's tile data from a <source> WMS service, not a tiled one. Just remove the "mode=tile" part from your source->url, and make sure your mapfile is configured to allow wms getmap requests (namely, ows_srs and ows_enable_request metadatas are correctly set).
-- thomas On 29 April 2015 at 11:18, Hal Mueller <[email protected]> wrote: > I don’t understand how to do that. > > It looks to me like I’m (erroneously) requesting a BBOX bounded tile instead > of a gridded one. Does that jive with your read of my mistakes? > > H > >> On Apr 29, 2015, at 12:23 AM, Eichner, Andreas - SID >> <[email protected]> wrote: >> >> I guess you're using an older version which doesn't check the "type" >> attribute and defaults to WMS. The "mode=tile" parameter is part of your URL >> and not build by MapCache. Everything else is an ordinary WMS request for a >> 5x5 metatile with 10px buffer: 5*256 + 2*10 = 1300. >> So simly omit the mode parameter from the URL and let MapCache do it's WMS >> request. It will then itself respond using the requested tile service >> interface. >> >> HTH >> >> >> Von: [email protected] >> [[email protected]]" im Auftrag von "Hal Mueller >> [[email protected]] >> >> Gesendet: Mittwoch, 29. April 2015 05:47 >> An: [email protected] >> Betreff: [mapserver-users] mapcache config troubles, "Tile parameter not set" >> >> That request generates the following internal request, from Mapcache to >> Mapserver. It’s pretty close; the layers are right, but not the SERVICE, >> BBOX, WIDTH, >> and HEIGHT parameters. >> >> >> GET >> /cgi-bin/mapserv?mode=tile&VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&STYLES=&BBOX=-20135347.738994,-7611905.024751,-7416226.232341,5107216.481902&WIDTH=1300&HEIGHT=1300&FORMAT=image/png&SRS=EPSG:3857&MAP=/data/web/www/mapserver/sites.map&LAYERS=property_pt%20property_poly >> >> >> Mapcache.xml: >> <source name="hpsites" type="tms"> >> <getmap> >> <params> >> <FORMAT>image/png</FORMAT> >> <MAP>/data/web/www/mapserver/sites.map</MAP> >> <LAYERS>property_pt%20property_poly</LAYERS> >> >> >> >> </params> >> </getmap> >> >> >> >> <http> >> <url>http://a.historypointer.com/cgi-bin/mapserv?mode=tile&</url> >> </http> >> </source> >> > > _______________________________________________ > mapserver-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapserver-users _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
