[OpenMap Users] CSVTiledImagePlugIn problem

From: ilker akgun <iakgun@hotmail.com>
Date: Mon Mar 29 2004 - 09:18:17 EST
hi,
 
i have also some problems with CSVTiledImagePlugIn . my code is below but there is nothing on map and i also can't see "My Image Layer" menuitem in the layers menu.

   com.bbn.openmap.plugin.CSVTiledImagePlugIn imageLayer = new com.bbn.openmap.plugin.CSVTiledImagePlugIn();
   Properties imageLayerProps = new Properties();
   imageLayerProps.put("prettyName", "My Image Layer");
   imageLayerProps.put("tileFile", "http://webserver/maps.csv");
   imageLayerProps.put("fileHasHeader", "false");
   imageLayer.setProperties(imageLayerProps);
   mapHandler.add(imageLayer);
 
and my maps.cvs file is very simple and it's content is below;
 
1,1,80,80,file:///d:/mapdata/earth.jpg
 
thanks for help.



İlker Akgün


MSN 8 helps ELIMINATE E-MAIL VIRUSES. Get 2 months FREE*. -- [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 Mon Mar 29 09:18:46 2004

This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:38 EDT