[geotk] First steps with GO2 renderer

Cédric Briançon cedric.briancon at geomatys.fr
Wed Aug 26 09:51:45 EDT 2009


Hi Sam,

just a quick answer about your first question, please see below.

Sam B a écrit :
> Hi all !
>
> Here are my first steps. I am trying to do a small demo file that I 
> could share if it works... I am reading PUZZLE-GIS code source to do this.
>
> There's something strange. When I run
>
>                  mapWidget = new JMap2D();
>
> I get :
>
>                  Error while parsing JAI registry file 
> "file:/E:/rep/org/geotoolkit/pending/geotk-go2/3.02/geotk-go2-3.02.jar!/META-INF/registryFile.jai" 
> :
>                  Error in registry file at line number #36
>                  No descriptor by name "org.geotoolkit.ShadedRelief" 
> is registered under mode "rendered".
>
> But this doesn't crash the program at all... Is it normal ?
>
I also get this error, but you can consider it as a warning if you don't 
foresee to use the shaded relief option (in most cases). Shaded relief 
provide the possiblility to display some shadows to represent a pseudo 
3d view.
This message just informs you that this operation is not correctly 
defined, I admit it should have been only a warning, not an error.

Consequently, it is normal that the program keeps working, you can just 
don't take care of this message.

Cheers,
Cédric.


More information about the Geotoolkit mailing list