Re: [Mapbuilder-devel] Fwd: [OSGeo-Discuss] Google Summer of Code 2008

2008-02-28 Thread Cameron Shorter
Yes, I think the SLD editor would fit in well inside a super Context Editor. We should be able to: Search catalogs, capability docs, gml, kml, drawing tools to create layers in an OWS Context doc. The vector layers should be able to be styled with SLD editing. The layers should be able to be tran

Re: [Mapbuilder-devel] Catalog example for 1.5rc2

2008-02-28 Thread Andreas Hocevar
Roald, Roald de Wit wrote: >> * modifications to MapPaneOL >> * add the popup stuff from SaveContext.js to lib/widget/Save.js >> * your modified LayerControl.js is also a candidate for lib/widget, >> except for the showLayerMetadata method. There is still a >> hard-coded re

Re: [Mapbuilder-devel] Reducing code duplication in Mapbuilder

2008-02-28 Thread Gertjan van Oosten
Hi Andreas, As quoted from Andreas Hocevar <[EMAIL PROTECTED]>: > Gertjan van Oosten wrote: > > When does > > node.firstChild.nodeValue not work exactly? And when does > > getNodeValue(node) > > not return the equivalent of node.firstChild.nodeValue? My > > impression/assumption was that the tw