Changeset 3190 for contribs

Show
Ignore:
Timestamp:
10/22/09 00:14:11 (3 years ago)
Author:
cmoullet
Message:

Add WMS layer panel

Location:
contribs/mapfish-api/trunk/MapFishApi/js
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • contribs/mapfish-api/trunk/MapFishApi/js/mapfish_api.js

    r3185 r3190  
    236236    createApiFormPanel: function() { 
    237237        return new MapFish.API.ApiFormPanel(this); 
     238    }, 
     239 
     240    createAddWmsLayerFormPanel: function() { 
     241        return new MapFish.API.AddWmsLayerFormPanel(this); 
    238242    }, 
    239243