Changes between Version 18 and Version 19 of MapCacheOpenLayers


Ignore:
Timestamp:
2016-05-19T16:08:35-03:00 (8 years ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapCacheOpenLayers

    v18 v19  
    5353}}}
    5454
     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