Error in LayerHandler (openMap 4.4.2):
public boolean hasLayer(Layer l) {
Layer[] layers = allLayers;
for (int i = 0; i < layers.length; i++) {
(*) if (layers[0] == l) {
^
return true;
}
}
return false;
}
should be
if (layers[i] == l) {
^
Ruediger Gubler
Entwickler / Developer
Tel.: +49-721/6100-171
Fax: +49-721/6100-399
E-Mail: RGubler@init-ka.de
INIT GmbH
Kaeppelestr. 6
D-76131 Karlsruhe
http:\\www.init-ka.de
-- [To unsubscribe to this list send an email to "majdart@bbn.com" with the following text in the BODY of the message "unsubscribe openmap-users"]Received on Wed Apr 17 09:25:16 2002
This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:32 EDT