Changes between Version 11 and Version 12 of MapCacheOpenLayers


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapCacheOpenLayers

    v11 v12  
    33= Configuring MS4W and !MapCache for use in !OpenLayers 3 =
    44
    5 This was spawned by an MS4W user asking how to setup OpenLayers3 for an MS4W !MapCache's WMS service ([http://osgeo-org.1560.x6.nabble.com/ms4w-3-1-4-mapcache-td5267121.html thread]):
     5This was spawned by an MS4W user asking how to setup OpenLayers3 for an MS4W !MapCache's WMS service ([http://osgeo-org.1560.x6.nabble.com/ms4w-3-1-4-mapcache-td5267121.html thread]), with the following incorrect Javascript code, which did not write tiles to MS4W's cache directory:
    66{{{
    7 i active mapcache in ms4w 3.1.4 with it's introduction
    8 and run successfully image in tmp folder , in example is openlayers2
    9 
    10 but i'd like use mapcache ms4w via openlayers 3 and my code is below
     7#!js
    118
    129                        new ol.layer.Tile({
     
    2219                                                       })
    2320                                        })  ,
    24 
    25 
    26 but no image save in tmp directory
    2721}}}
    2822