Changes between Version 20 and Version 21 of MapCacheOpenLayers


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapCacheOpenLayers

    v20 v21  
    77#!js
    88
    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                                                        })
     9new ol.layer.Tile({
     10title: 'Chabahar',   
     11source: new ol.source.TileWMS({
     12url: 'http://localhost:100/cgi-bin/mapserv.exe?map=D:/WEB_GIS/code_test/wms/HTML5Application/public_html/chabahar.map&',
     13params: {
     14    'LAYERS': 'chabahar',
     15    'FORMAT': 'image/png',
     16    'TILED': true
     17},
     18serverType: 'mapserver'
     19})
    2020                                        })  ,
    2121}}}