Hi,
I am using OpenMap (EarthPluginLayer) and have my own LocationHandler
subclassed from AbstractLocationHandler. I am drawing some objects on
my custom layer (subclassed from LocationLayer), using BasicLocation.
During initialization, I have done
chimeObjectLayer.setDeclutterMatrix(new DeclutterMatrix());
chimeObjectLayer.setUseDeclutterMatrix(true);
The problem is that I cannot see the labels / names on my layer. I am
passing OMRaster in BasicLocation along with all the other parameters.
Also, just after the creation of the Location object, I tried print
getLabel and name and it gives me the corrent results, but I cannot
see anything on the map (I can see my icons but no text).
Am I doing something wrong?
Thanks,
Sameer.
--
[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 Fri Aug 06 2004 - 12:00:50 EDT