On Thu, Nov 29, 2007 at 11:11:13AM -0800, samd wrote:
> 
> Hi Chris, very basic this works:
> 
>   map = new OpenLayers.Map( "map",
>       {
>          controls: []
>       }
>    );
> 
> This produces the pink tiles:
>   map = new OpenLayers.Map( "map",
>       {
>          numZoomLevels: 5,
>          controls: []
>       }
>    );

No, this produces nothing. You have no layers, and you haven't set a
center.  

Regards,
-- 
Christopher Schmidt
MetaCarta
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to