hello there
i active mapcache in ms4w 3.1.4 with it's introduction
and run successfully image in tmp folder , in example is openlayers2

but i'd like use mapcache ms4w via openlayers 3 and my code is below

                        new ol.layer.Tile({
                        title: 'Chabahar',
                        source: new ol.source.TileWMS({
                        url: '
http://localhost:100/cgi-bin/mapserv.exe?map=D:/WEB_GIS/code_test/wms/HTML5Application/public_html/chabahar.map&;
',
                        params: {
                                          'LAYERS': 'chabahar',
                                          'FORMAT': 'image/png',
                                          'TILED': true
                                     },
                        serverType: 'mapserver'
                                                       })
                                        })  ,


but no image save in tmp directory

do you have some offer?

thanks
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to