Hi list,
I'm trying to implement openlayers and I face a problem from the beginning.
Maybe is really a silly trouble and I make a base mistake.
to isolate the problem I use the example
editingtoolbar-outside.html
from openlayers version 2.10rc2
if I open it browsing the filesystem as file:// I encounter no problems
when i correctly deply all needed in /var/www/ol/
I receive this error from my firebugs
this.div.children is undefined
[Break on this error] if (this.div.children.length>0) {\n <<--
Panel.js (row 168) below
/**
165 * Method: redraw
166 */
167 redraw: function() {
168 if (this.div.children.length>0) {
169 for (var l=this.div.children.length, i=l-1 ; i>=0 ; i--) {
170 this.div.removeChild(this.div.children[i]);
171 }
I'm sure I did a stupid stuff somewhere and is so basic that I've no
more ideas for trying some fixing
could someone help?
thanks a lot
luca
luca marletta
www.beopen.it
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users