Ticket #53 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Allow a mapping 0:n between model nodes and OL layers

Reported by: sypasche Assigned to: sypasche
Priority: blocker Milestone:
Component: Tree.client Version: SVN
Keywords: Cc:
State:

Description

Right now, the mapping is 0:1. On each node, you can attach at most one OL layer:

{text: 'My Layer', checked: false, layerName: 'My Map?'}

We should allow 0:n mapping, by giving an array for the layerName (or call it layersName):

{text: 'My Layer', checked: false, layersName: ['My Map?', 'MyWMS:roads', 'MyWMS:lakes']}

Attachments

ticket_53.diff (42.4 kB) - added by sypasche on 12/20/07 19:43:42.
mapping 0:n, base layer restrictions

Change History

12/11/07 18:48:28 changed by elemoine

I would rather call it layerNames.

12/20/07 19:43:42 changed by sypasche

  • attachment ticket_53.diff added.

mapping 0:n, base layer restrictions

12/21/07 18:16:41 changed by sypasche

  • status changed from new to closed.
  • state changed.
  • resolution set to fixed.

fixed in changeset:226