Statistics
| Revision:

svn-gvsig-desktop / branches / v10 / extensions / extgvSIGPiloto-Raster / install / resources / Readme-praster.txt @ 13060

History | View | Annotate | Download (2.14 KB)

1
Raster Extension Pilot version 1.0 (Build number 5)
2

    
3
Before starting, check the following points:
4

    
5
1.- Download the sources for gvSIG v1.0.2. Follow the procedure described in the ?Readme.txt? file to setup a working development environment.
6

    
7
2.- To verify that the development environment is correctly set up, run the application and add some layers from GeoTIFF or JPEG files (use the 'gvSIG Image Driver' in the file open dialog).
8

    
9
*** Compilation
10

    
11
1.- Uncompress the pilot package into the source folder just created (gvSIG-1_0_2-src). Note: some files in the  'binaries' folder must be overwritten.
12

    
13
2.- (Only if using Eclipse) Import the projects:
14
  *1: Pick the the File/Import menu command.
15
  *2: Choose 'Existing Projects into workspace' and hit 'Next'
16
  *3: With the option 'Select root directory' press 'Browse...'
17
  *4: Locate the workspace folder (normally, this should be the default) and hit 'Accept'.
18
  *5: Click on 'Deselect All'
19
  *6: Mark the following projects from the list: extgvSIGPiloto-Raster.
20
  *7: Click on 'Finish'.
21

    
22
3.- Run the 'build.xml' in the project 'extgvSIGPiloto-Raster' (using  Ant or Eclipse).
23

    
24
*** Execution
25

    
26
After the projects have been compiled, some new options will appear in the application's TOC context menu when a raster layer is active in the view. Also, the new 'gvSIG Raw Image Driver ' will appear when adding a layer from file (there is also a GRASS driver, but this will only work on Linux, since the libraries are only available for this OS).
27

    
28
If no predefined table appears in the 'Color Tables' dialog, copy the 'extgvSIGPiloto-Raster/config/palettes.xml' files to the 'gvSIG' folder for your user (in Windows it's usually 'C:\Documents and settings\{user_name}\gvSIG' and in Linux '/home/{user_name}/gvSIG')
29

    
30
*** Building after changes
31

    
32
After modifying the pilot sources, the 'build.xml' within the projects must be run in the following order, using Ant or Eclipse:
33

    
34

    
35
  *1 extgvSIGPiloto-Raster
36
  *2 libCq CMS for java
37
  *3 libFMap
38
  *4 appgvSIG
39

    
40
For further assistance, please subscribe to the gvSIG developer list and send your questions there (see in http://www.gvsig.gva.es).
41

    
42
Thanks for developing on gvSIG.
43

    
44
Regards,
45

    
46
The gvSIG Team