Hello all,
I am using a servlet to serve maps and I am trying to
change the map background color. I would like to be
able to do it in the servlet code if possible. I saw
the setBackground() in the MapRequestHandler class but
I can't make it to do anything. Here is my code
fragment
MapRequestHandler iServer = new
MapRequestHandler(requestProperties);
iServer.setBackground(new Color(51, 0,0,0,));
I tried various values in the argument spot for Color
but I can't seem to make the background change color.
It is constantly white.
Any suggestions?
Thanks.
Denny
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Mon Feb 13 2006 - 18:27:17 EST