|
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. |
This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:38 EDT