Changeset 2247

Show
Ignore:
Timestamp:
04/09/09 13:34:41 (4 years ago)
Author:
pvalsecc
Message:

Nicer default mapfish

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/camptocamp/Studio/studio/websetup.py

    r2230 r2247  
    229229                'type': 'WMS', 
    230230                'url': 'http://labs.metacarta.com/wms/vmap0', 
    231                 'name': 'toto "tutu"', 
     231                'name': 'basic', 
    232232                'params': {'layers':'basic'}, 
    233233                'options': { 
     
    239239                'datastore': 1, 
    240240                'datasources': { 
    241                     '462378432-42343257':  { #datasource ID 
    242                         'tooltip': True, 
    243                         'editable': False, 
    244                         'recenter': True, 
    245                         'columns': { 
    246                              'toto': {  #column name 
    247                                  'alias': 'Toto', 
    248                                  'tooltip': True 
    249                              }, 
    250                              'tutu': {  #column name 
    251                                  'alias': 'Tutu', 
    252                                  'tooltip': True 
    253                              }, 
    254                              'titi': {  #column name 
    255                                  'alias': 'Titi' 
    256                              } 
    257                         } 
    258                     } 
    259241                } 
    260242            }