Changeset 687

Show
Ignore:
Timestamp:
06/06/08 16:34:18 (5 years ago)
Author:
elemoine
Message:

change WMS and TC URLs

Location:
trunk/MapFishSample/mapfishsample/public/demos
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/MapFishSample/mapfishsample/public/demos/c2corg/search.html

    r667 r687  
    233233    
    234234      layer = new OpenLayers.Layer.WMS("Summits", 
    235           "http://demo.mapfish.org/cgi-bin/mapserv-c2corg-v0.3?", 
     235          "http://demo.mapfish.org/mapfishsample/trunk/wms?", 
    236236          {layers: ['summits'], format: 'image/png', transparent: true, 
    237237           singleTile: true} 
  • trunk/MapFishSample/mapfishsample/public/demos/routing/epfl.html

    r451 r687  
    2828 
    2929        var epfl = new OpenLayers.Layer.WMS("EPFL Background", 
    30                             "http://demo.mapfish.org/cgi-bin/v0.3_tilecache/tilecache.cgi?", 
     30                            "http://demo.mapfish.org/mapfishsample/trunk/tilecache?", 
    3131                            {layers: 'epfl', 
    3232                             format: 'image/png'});