Changeset 2247
- Timestamp:
- 04/09/09 13:34:41 (4 years ago)
- Files:
-
- 1 modified
-
sandbox/camptocamp/Studio/studio/websetup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/camptocamp/Studio/studio/websetup.py
r2230 r2247 229 229 'type': 'WMS', 230 230 'url': 'http://labs.metacarta.com/wms/vmap0', 231 'name': ' toto "tutu"',231 'name': 'basic', 232 232 'params': {'layers':'basic'}, 233 233 'options': { … … 239 239 'datastore': 1, 240 240 'datasources': { 241 '462378432-42343257': { #datasource ID242 'tooltip': True,243 'editable': False,244 'recenter': True,245 'columns': {246 'toto': { #column name247 'alias': 'Toto',248 'tooltip': True249 },250 'tutu': { #column name251 'alias': 'Tutu',252 'tooltip': True253 },254 'titi': { #column name255 'alias': 'Titi'256 }257 }258 }259 241 } 260 242 }
