<!DOCTYPE html><html><head><style type="text/css">body { font-family:'Times New Roman'; font-size:13px}</style></head><body>Hi everybody!<br><br>I'm working about layers management but I'm a little bit confused!<br><br>What I want to do (about the functionalities, not about the design):<br><a href="http://map.geoportail.lu/?lang=fr">http://map.geoportail.lu/?lang=fr</a><br><br><div>The principle: the main div should contain the map. On the left, I want to display a "layers catalog" (with a tree), which may contain all the layers provided by my personal GeoServer. Then, the user might have the option to choose into this catalog the layers he wants to display inside the map. Opacity and layers order should also be managed by this "layer manager".</div><div><br></div><div>The point is that I actually don't understand how the layerstore, the layerrecord and the layerreader work together! I can synchronize the layerstore with a map but, in this case, I already must display the layers in my map. That's not what I Want to do! I want to manage separately the layers and the map. Layers must be created, then added to the catalog and finally displayed in the map when they are selected.</div><div><br></div><div>Did everyone work about this kind of situation in the past? A little help would be really nice for me!</div><div><br></div><div>Have a nice day!</div><div><br></div><div>Geoffrey</div></body></html>