Hi İlker,
At first glance your properties look OK, but that wouldn't affect
either of your layers from appearing on the map or layers menu.
Do you have a LayerHandler in the MapHandler?
- Don
On Mar 29, 2004, at 9:18 AM, ilker akgun wrote:
> 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"]
-- [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 10:48:27 2004
This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:38 EDT