| 55 | * edit the existing <tileset> section of mapcache.xml, so that it includes: |
| 56 | {{{ |
| 57 | <tileset name="test"> |
| 58 | <source>ms4wserver</source> |
| 59 | <cache>disk</cache> |
| 60 | <grid>GoogleMapsCompatible</grid> |
| 61 | <format>PNG</format> |
| 62 | <metatile>5 5</metatile> |
| 63 | <metabuffer>10</metabuffer> |
| 64 | <expires>3600</expires> |
| 65 | </tileset> |
| 66 | }}} |
| 67 | * we use the "GoogleMapsCompatible" grid here, because !OpenLayers assumes EPSG:3875. Read more about the various "Preconfigured Grids" for !MapCache at: http://www.mapserver.org/mapcache/config.html#grid |