Re: [OpenMap Users] displaying an tif image file

From: Sameer Maggon <maggon_at_gmail.com>
Date: Wed, 23 Jun 2004 16:12:36 -0700

On Wed, 23 Jun 2004 15:16:51 -0700 (PDT), Qinyan Zhou
<zhouqinyan527_at_yahoo.com> wrote:
> the part added to properties
> imageLayer.class=com.bbn.openmap.plugin.CSVTiledImagePlugIn
> imageLayer.prettyName=My Image Layer
> imageLayer.tileFile=file:///image/csv/imageCSV.csv
> imageLayer.fileHasHeader=true
>
> Jessica

You are adding a plugin to the layer. The right way to do is to add a
Layer (plugIn layer) and then add the plugin on that layer.

E.g:

eipi.class=com.bbn.openmap.plugin.PlugInLayer
eipi.prettyName=EarthImagePlugin
# now goes all the stuff for plugin like:

Its supposed to be plugin.class etc.

Also, inside the code, you can get the layer and manually add your
plugin on that layer (see the APIs).

Sameer.
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Wed Jun 23 2004 - 19:21:04 EDT

This archive was generated by hypermail 2.3.0 : Tue Mar 28 2017 - 23:25:05 EDT