It's a CSS problem.  You forgot to assign a width and height to #map.  Try 
adding this to your style sheet:

#map {
    width: 600px;
    height: 350px;
    border: 1px solid #CCC;
}

When I added this via Firebug, the map controls appeared.  Initially there 
wasn't anything visible, but when I zoomed in and out a bit I got outlines of 
all the countries in pale orange.

Will Martin

>>> Daniel Carvalho <[email protected]> 12/13/2010 4:57 PM >>>
On 12/13/2010 10:45 PM, William Martin wrote:
> Can you give us a link to what you're working on?  It's really hard to 
> diagnose what might be going wrong without being able to see it.


it is here.
I striped everything so it only remains the basic openlayers map with
one layer...
http://foodsovmaps.info/maps 


_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to