On Wed, 2009-01-14 at 12:00 +0100, Didrik Pinte wrote:
> Hi,
> 
> I'm trying to add a panel to my map. 
> I have followed the example given here :
> http://workshops.opengeo.org/openlayers/intro/doc/en/controls.html
> 
> But nothing shows on the map.


I found a first thing. The OpenLayers lib is integrated into a php
framework called Akelos. Thus, the stylesheets, images and javascript is
organized as following :

/public/javascripts/openlayers.js
/public/images/openlayers/
/public/stylesheets/openlayers.css

Loading the CSS runs fine but it seems lots of images are pointing to
"img/xxx.png". By redeclaring the corresponding css class, I can have
the images show correctly. For example :
--------------------------------------------------------------------------
.olControlNavToolbar .olControlNavigationItemInactive { 
  background-image:
url("/public/images/openlayers/panning-hand-off.png");
}
--------------------------------------------------------------------------

Now, the question is how can I define the images to use for my
DrawFeature and ModifyFeature ? What are the correct css class name I
have to use ?

Thanks

Didrik

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to