Changes between Version 20 and Version 21 of MapCacheOpenLayers
- Timestamp:
- 2016-05-19T16:10:08-03:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapCacheOpenLayers
v20 v21 7 7 #!js 8 8 9 10 11 12 13 14 15 16 17 18 19 9 new ol.layer.Tile({ 10 title: 'Chabahar', 11 source: new ol.source.TileWMS({ 12 url: 'http://localhost:100/cgi-bin/mapserv.exe?map=D:/WEB_GIS/code_test/wms/HTML5Application/public_html/chabahar.map&', 13 params: { 14 'LAYERS': 'chabahar', 15 'FORMAT': 'image/png', 16 'TILED': true 17 }, 18 serverType: 'mapserver' 19 }) 20 20 }) , 21 21 }}}