I have implemented a simple mapBean into my java app, and it can display
shape layers without issue. I am now trying to add an e00 layer and
receive the following errors...
This is the simple code adding the e00 later:
E00Layer myE00Layer = new E00Layer();
Properties layerProps = new Properties();
layerProps.put("class", "com.bbn.openmap.layer.e00.E00Layer");
layerProps.put("FileName", "C:/e/rdline.e00");
myE00Layer.setProperties(layerProps);
add(myE00Layer);
And I have attached the data file, which was downloaded from Penn State.
Any help would be great,
Thanks,
Chuck
-- [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 Jul 12 13:16:19 2006
This archive was generated by hypermail 2.1.8 : Wed Jul 12 2006 - 13:16:22 EDT