[Mapbuilder-devel] How to Animate SVG Shapes on MapBuilder

2007-06-19 Thread Chen Chen
Dear All, I am Computer Science major at Tsinghua University, Beijing. Currently, I am working on a GIS project based on MapBuilder and GeoServer. Based on MapBuilder on the browser, I want to draw some shapes over the map obtained from WMS. I found svg2vml

Re: [Mapbuilder-devel] Help

2007-06-19 Thread Luca Giandoso
You can can also hide the button by change the widget code adding these lines: this.postPaint = function(objRef) { // put something here document.getElementById(objRef.outputNodeId).style.visibility = "hidden"; } or this.postPaint = function(objRef) { document.getElementB

Re: [Mapbuilder-devel] Help

2007-06-19 Thread Cameron Shorter
Look in the config.xml file. Search for the buttons you don't want. Comment them out. This will remove buttons and functionality. If you just want to remove the buttons without removing the functionality, then you might want to replace the button's image with a single dot. Again, you can do this

[Mapbuilder-devel] Help

2007-06-19 Thread César
Hi developers, Does anybody know how can I conceal some buttons of the toolbar? Thanks - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No