On 12/13/2010 11:43 PM, William Martin wrote:
> 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.
> It was a layout problem! Now it is explained why only part of the features where being loaded into the layer: Since the map was showing as a line, the WFS were only sending the the countries that crosses the equador! cool :) thanks a lot
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
