Changeset 687
- Timestamp:
- 06/06/08 16:34:18 (5 years ago)
- Location:
- trunk/MapFishSample/mapfishsample/public/demos
- Files:
-
- 2 modified
-
c2corg/search.html (modified) (1 diff)
-
routing/epfl.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MapFishSample/mapfishsample/public/demos/c2corg/search.html
r667 r687 233 233 234 234 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?", 236 236 {layers: ['summits'], format: 'image/png', transparent: true, 237 237 singleTile: true} -
trunk/MapFishSample/mapfishsample/public/demos/routing/epfl.html
r451 r687 28 28 29 29 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?", 31 31 {layers: 'epfl', 32 32 format: 'image/png'});
