Revision 10875

View differences:

tags/extPublish_prototype/extensions/extPublish/.cvsignore
1
bin
2
data
0 3

  
tags/extPublish_prototype/extensions/extPublish/.settings/org.eclipse.jdt.core.prefs
1
#Tue Aug 22 09:00:18 CEST 2006
2
eclipse.preferences.version=1
3
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4
5
org.eclipse.jdt.core.compiler.compliance=1.4
6
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
7
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
8
org.eclipse.jdt.core.compiler.source=1.4
0 9

  
tags/extPublish_prototype/extensions/extPublish/.settings/org.eclipse.jdt.ui.prefs
1
#Tue Aug 22 08:25:46 CEST 2006
2
eclipse.preferences.version=1
3
internal.default.compliance=user
4
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/>
0 5

  
tags/extPublish_prototype/extensions/extPublish/.settings/org.eclipse.core.resources.prefs
1
#Tue Oct 03 08:57:03 GMT+02:00 2006
2
encoding/<project>=ISO-8859-1
3
eclipse.preferences.version=1
0 4

  
tags/extPublish_prototype/extensions/extPublish/build.xml
1
<project name="Generar extension en Andami" default="generate-without-source" basedir=".">
2
    <description>
3
        Instala el plugin en Andami
4
    </description>
5
  <!-- set global properties for this build -->
6
  <property name="src" location="src"/>
7
  <property name="build" location="bin"/>
8
  <property name="dist"  location="dist"/>
9
  <property name="mainplugin" value="com.iver.cit.gvsig"/>
10
  <property name="plugin" value="com.iver.cit.gvsig.publish"/>
11
  <property name="gvsiglibjar" value="gvsig-confwms"/>
12
  <property name="fmapjar" value="fmap-wms"/>
13
  <property name="driverjar" value="confwms"/>
14
  <!--<property name="remoteclientjar" value="../libFMap/lib/remote-clients.jar"/>-->
15
  <property name="extensionDir" location="../_fwAndami/gvSIG/extensiones"/>
16
  <property name="drivers-dir" location="${extensionDir}/${mainplugin}/drivers" />
17
  <property name="lib-dir" location="${extensionDir}/${mainplugin}/lib"/>
18
  <property name="fmap" location="../libFMap"/>
19
  <property name="andami" location="../_fwAndami"/>
20
	
21
  <target name="init">
22
    <!-- Create the time stamp -->
23
    <tstamp/>
24
    <!-- Create the build directory structure used by compile -->
25
    <mkdir dir="${build}"/>
26
    <mkdir dir="${dist}"/>
27

  
28
  </target>
29

  
30
	<target name="batch-build"
31
			description="compile the sources, create the jar file"
32
			depends="compile,generate-without-source">
33
	</target>
34
	
35
   <target name="compile"
36
	         description="compile the source" >
37
	     <!-- Compile the Java code from ${src} to ${bin} -->
38
	     <mkdir      dir="${build}" />
39
	     <javac      srcdir="${src}"
40
                  destdir="${build}"
41
   					classpath="${andami}/lib/log4j-1.2.8.jar:${andami}/andami.jar:${andami}/lib/beans.jar:${andami}/gvSIG/extensiones/com.iver.cit.gvsig/lib/com.iver.cit.gvsig.jar:${andami}/gvSIG/extensiones/com.iver.cit.gvsig/lib/fmap.jar:${andami}/lib/castor-0.9.5.3-xml.jar:${fmap}/lib/cms.jar:${fmap}/lib/driver-manager-1.1.jar"/>
42
  </target>
43
<!--	 			  classpath="${andami}/lib/log4j-1.2.8.jar:${andami}/andami.jar:${andami}/lib/beans.jar:${andami}/gvSIG/extensiones/com.iver.cit.gvsig/lib/com.iver.cit.gvsig.jar:${andami}/gvSIG/extensiones/com.iver.cit.gvsig/lib/fmap.jar:${andami}/lib/castor-0.9.5.3-xml.jar:${fmap}/lib/cms.jar:${fmap}/lib/driver-manager-1.1.jar:${andami}/lib/tempFileManager.jar:${andami}/lib/iver-utiles.jar:${fmap}/lib/kxml2.jar:${fmap}/lib/remote-clients.jar"/> -->
44
  <target name="generate-without-source"
45
          description="generate the distribution without the source file">
46
    <!-- Create the distribution directory -->
47
    <mkdir dir="${dist}"/>
48
    <copy todir="${build}/com/iver/cit/gvsig/gui/beans/images/">
49
      <fileset dir="images/" includes="*"/>
50
    </copy>
51

  
52
    <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
53
    <jar jarfile="${dist}/${plugin}.jar" basedir="${build}"
54
         />
55
    <!--          excludes="com/iver/cit/gvsig/fmap/drivers/wms/**" />-->
56
  <copy file="config/config.xml" todir="${dist}"/>
57
  <copy todir="${dist}">
58
    <fileset dir="config" includes="text*.properties"/>
59
  </copy>
60
  <copy todir="${dist}/images">
61
    <fileset dir="images/" includes="*"/>
62
  </copy>
63
  <copy todir="${lib-dir}">
64
    <fileset dir="./lib" includes="*.jar,*.zip"/>
65
    <fileset dir="." includes=".keystore"/>
66
  </copy>
67

  
68
  <move todir="${extensionDir}/${plugin}/">
69
    <fileset dir="${dist}" includes="**/**"/>
70
  </move>
71
</target>
72

  
73

  
74
  <target name="clean"
75
        description="clean up" >
76
    <!-- Delete the ${build} and ${dist} directory trees -->
77
    <delete dir="${dist}"/>
78
	<delete includeemptydirs="true" failonerror="no">
79
        <fileset dir="${build}" includes="**/*"/>
80
    </delete>
81
  </target>
82
</project>
83

  
0 84

  
tags/extPublish_prototype/extensions/extPublish/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>extPublish</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
		<buildCommand>
9
			<name>org.eclipse.jdt.core.javabuilder</name>
10
			<arguments>
11
			</arguments>
12
		</buildCommand>
13
	</buildSpec>
14
	<natures>
15
		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
16
		<nature>org.eclipse.jdt.core.javanature</nature>
17
		<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
18
	</natures>
19
</projectDescription>
0 20

  
tags/extPublish_prototype/extensions/extPublish/src-test/com/iver/cit/gvsig/publish/gui/SelectServerPanelTest.java
1
package com.iver.cit.gvsig.publish.gui;
2

  
3
import java.awt.BorderLayout;
4
import java.awt.FlowLayout;
5
import java.util.Vector;
6

  
7
import javax.swing.JFrame;
8

  
9

  
10

  
11
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
12
 *
13
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
14
 *
15
 * This program is free software; you can redistribute it and/or
16
 * modify it under the terms of the GNU General Public License
17
 * as published by the Free Software Foundation; either version 2
18
 * of the License, or (at your option) any later version.
19
 *
20
 * This program is distributed in the hope that it will be useful,
21
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
 * GNU General Public License for more details.
24
 *
25
 * You should have received a copy of the GNU General Public License
26
 * along with this program; if not, write to the Free Software
27
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
28
 *
29
 * For more information, contact:
30
 *
31
 *  Generalitat Valenciana
32
 *   Conselleria d'Infraestructures i Transport
33
 *   Av. Blasco Ib??ez, 50
34
 *   46010 VALENCIA
35
 *   SPAIN
36
 *
37
 *      +34 963862235
38
 *   gvsig@gva.es
39
 *      www.gvsig.gva.es
40
 *
41
 *    or
42
 *
43
 *   IVER T.I. S.A
44
 *   Salamanca 50
45
 *   46005 Valencia
46
 *   Spain
47
 *
48
 *   +34 963163400
49
 *   dac@iver.es
50
 */
51
/* CVS MESSAGES:
52
 *
53
 * $Id$
54
 * $Log$
55
 * Revision 1.1.2.1  2006-11-15 04:11:03  jjdelcerro
56
 * *** empty log message ***
57
 *
58
 * Revision 1.1  2006/08/31 19:18:50  jorpiell
59
 * *** empty log message ***
60
 *
61
 *
62
 */
63
/**
64
 * @author Jorge Piera Llodr? (piera_jor@gva.es)
65
 */
66
public class SelectServerPanelTest  {
67
	
68
	public static void main(String[] args) {
69
		JFrame f = new JFrame();
70
		f.getContentPane().add(new SelectServerPanel());	    
71
		f.setBounds(100,100,515,225);
72
		f.setVisible(true);
73
	}
74
	
75
	
76
}
0 77

  
tags/extPublish_prototype/extensions/extPublish/src-test/com/iver/cit/gvsig/publish/gui/OptionsServerPanelMapserverTest.java
1
package com.iver.cit.gvsig.publish.gui;
2

  
3
import javax.swing.JFrame;
4

  
5
import com.iver.cit.gvsig.publish.servers.mapserver.ServiceWMSPanel;
6

  
7
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
8
 *
9
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
10
 *
11
 * This program is free software; you can redistribute it and/or
12
 * modify it under the terms of the GNU General Public License
13
 * as published by the Free Software Foundation; either version 2
14
 * of the License, or (at your option) any later version.
15
 *
16
 * This program is distributed in the hope that it will be useful,
17
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
 * GNU General Public License for more details.
20
 *
21
 * You should have received a copy of the GNU General Public License
22
 * along with this program; if not, write to the Free Software
23
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
24
 *
25
 * For more information, contact:
26
 *
27
 *  Generalitat Valenciana
28
 *   Conselleria d'Infraestructures i Transport
29
 *   Av. Blasco Ib??ez, 50
30
 *   46010 VALENCIA
31
 *   SPAIN
32
 *
33
 *      +34 963862235
34
 *   gvsig@gva.es
35
 *      www.gvsig.gva.es
36
 *
37
 *    or
38
 *
39
 *   IVER T.I. S.A
40
 *   Salamanca 50
41
 *   46005 Valencia
42
 *   Spain
43
 *
44
 *   +34 963163400
45
 *   dac@iver.es
46
 */
47
/* CVS MESSAGES:
48
 *
49
 * $Id$
50
 * $Log$
51
 * Revision 1.1.2.1  2006-11-15 04:11:03  jjdelcerro
52
 * *** empty log message ***
53
 *
54
 * Revision 1.1  2006/09/01 13:40:59  jorpiell
55
 * Primer gran commit de la extension
56
 *
57
 *
58
 */
59
/**
60
 * @author Jorge Piera Llodr? (piera_jor@gva.es)
61
 */
62
public class OptionsServerPanelMapserverTest {
63
	
64
	public static void main(String[] args) {
65
		JFrame f = new JFrame();
66
		f.getContentPane().add(new OptionsServerControlsPanel(ServiceWMSPanel.class));	    
67
		f.setBounds(100,100,515,225);
68
		f.setVisible(true);
69
	}
70
}
0 71

  
tags/extPublish_prototype/extensions/extPublish/src-test/org/gvsig/remoteservices/conf/mapserver/MapServerTestColombia.java
1
package org.gvsig.remoteservices.conf.mapserver;
2
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
3
 *
4
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
5
 *
6
 * This program is free software; you can redistribute it and/or
7
 * modify it under the terms of the GNU General Public License
8
 * as published by the Free Software Foundation; either version 2
9
 * of the License, or (at your option) any later version.
10
 *
11
 * This program is distributed in the hope that it will be useful,
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 * GNU General Public License for more details.
15
 *
16
 * You should have received a copy of the GNU General Public License
17
 * along with this program; if not, write to the Free Software
18
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
19
 *
20
 * For more information, contact:
21
 *
22
 *   Generalitat Valenciana
23
 *   Conselleria d'Infraestructures i Transport
24
 *   Av. Blasco Ib??ez, 50
25
 *   46010 VALENCIA
26
 *   SPAIN
27
 *
28
 *   +34 963862235
29
 *   gvsig@gva.es
30
 *   www.gvsig.gva.es
31
 *
32
 *    or
33
 *
34
 *   IVER T.I. S.A
35
 *   Salamanca 50
36
 *   46005 Valencia
37
 *   Spain
38
 *
39
 *   +34 963163400
40
 *   dac@iver.es
41
 */
42
/* CVS MESSAGES:
43
 *
44
 * $Id$
45
 * $Log$
46
 * Revision 1.3.2.1  2006-11-15 04:11:03  jjdelcerro
47
 * *** empty log message ***
48
 *
49
 * Revision 1.3  2006/09/01 06:59:00  luisw2
50
 * Headers mofification
51
 *
52
 * Revision 1.2  2006/09/01 02:30:09  luisw2
53
 * *** empty log message ***
54
 *
55
 */
56

  
57
/**
58
 * Genera un .map con los municipios de colombia, para windows, en local en gruposigp1.
59
 * @author "Luis W. Sevilla" <sevilla_lui@gva.es>
60
 */
61
public class MapServerTestColombia {
62
	/*
63
	 <Layer>
64
     <Name>Colombia</Name>
65
     <Title>Colombia</Title>
66
     <Abstract>Colombia</Abstract>
67
     <Layer queryable="1" opaque="0" cascaded="0">
68
       <Name>dpt_municipios_02</Name>
69
       <Title>DPT Municipios</Title>
70
       <Abstract>DPT Municipios</Abstract>
71
       <KeywordList>
72
         <Keyword>distribucion</Keyword>
73
         <Keyword>politico</Keyword>
74
         <Keyword>territorial</Keyword>
75
         <Keyword>colombia</Keyword>
76
         <Keyword>municipios</Keyword>
77
       </KeywordList>
78
       <SRS>EPSG:4326</SRS>
79
       <LatLonBoundingBox minx="-81.7281" miny="-4.23048" maxx="-66.8698" maxy="13.3903" />
80
       <BoundingBox SRS="EPSG:4326"
81
                   minx="-81.7281" miny="-4.23048" maxx="-66.8698" maxy="13.3903" />
82
       <Style>
83
         <Name>default</Name>
84
         <Title>default</Title>
85
         <LegendURL width="20" height="10">
86
            <Format>image/png</Format>
87
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://gruposigp1:81/cgi-bin/wms_vene?version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=dpt_municipios_02&amp;format=image/png"/>
88
         </LegendURL>
89
       </Style>
90
     </Layer>
91
	 */
92
	public void test() {
93
		String cgiURL = "http://gruposigp1:81/cgi-bin/mapserv_46.exe";
94
		String mapFileName="c:/zambiawms/conf/"+"prbcolo.map";
95
		mapFileName = "C:/ms4w/mapserver/mapas"+"/prbcolo.map";
96
		
97
		String serviceURL = cgiURL+"?"+mapFileName;
98
		String imagePath = "../tmp/";
99
	    String imageURL = "../tmp/";
100
	}
101
	
102
	public MapServerTestColombia() {
103
		test();
104
	}
105
	
106
	public static void main(String args[]) {
107
		new MapServerTestColombia();
108
	}
109
}
0 110

  
tags/extPublish_prototype/extensions/extPublish/config/text.properties
1
url=URL
2
serverBrand=Servidor
3
serverType=Tipo servicio
4
server_path=Path
5
select_server_type=Selecciona el tipo de servidor
6
select_server_options=Selecciona las opciones del servidor
7
shapePath=ShapePath
8
fonts=Fonts
9
symbols=Symbols
10
mapFile=MapFile
11
imageURL=ImageURL
12
imagePath=ImagePath
13
confFile=Fichero de conf.
14
user=Usuario
15
password=Contrase?a
16
nameSpace=Namespace
0 17

  
tags/extPublish_prototype/extensions/extPublish/config/text_en.properties
1
url=URL
2
serverBrand=Server
3
serverType=Server Type
4
server_path=Path
5
select_server_type=Select the server type
6
select_server_options=Select the server options
7
shapePath=ShapePath
8
fonts=Fonts
9
symbols=Symbols
10
mapFile=MapFile
11
imageURL=ImageURL
12
imagePath=ImagePath
13
confFile=Conf. File
14
user=User
15
password=Password
16
nameSpace=Namespace
0 17

  
tags/extPublish_prototype/extensions/extPublish/config/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
	<depends plugin-name="com.iver.cit.gvsig" />
4
	<depends plugin-name="com.iver.cit.gvsig.jdbc_spatial" />
5
	<libraries library-dir="."/>
6
	<resourceBundle name="text"/>
7
	<extensions>
8
		<extension class-name="com.iver.cit.gvsig.publish.ConfServerWMSExtension"
9
			description="Mapserver WMS Configuration Extension"
10
			active="true"
11
			priority="1">
12
		<!--	<menu text="Capa/Publish/Mapserver WMS"
13
				tooltip="publish_layer_wms_mapserver"
14
				action-command="PUBLISH" /> -->
15
		 	<tool-bar name="OGC servers Configuration">
16
				<action-tool icon="images/world.png" 
17
					tooltip="publish_view" action-command="PUBLISH"
18
					position="5"
19
				/>
20
				<!-- action-tool icon="images/world.png" 
21
					tooltip="test" action-command="TEST"
22
					position="6"
23
				/ -->
24
			</tool-bar>
25
		</extension>		
26
	</extensions>
27
</plugin-config>
0 28

  
tags/extPublish_prototype/extensions/extPublish/doc/examples/canadaWFS.map
1
	NAME WFS_server
2
	STATUS ON
3
	SIZE 400 300
4
	SYMBOLSET ../etc/symbols.sym
5
	EXTENT -2200000 -712631 3072800 3840000
6
	UNITS METERS
7
	SHAPEPATH "../data"
8
	IMAGECOLOR 255 255 255
9
	FONTSET ../etc/fonts.txt
10
	
11
	WEB
12
	  IMAGEPATH "/ms4w/tmp/ms_tmp/" 
13
	  IMAGEURL "/ms_tmp/"
14
	  METADATA
15
	    "wfs_title"            "GMap WFS Demo Server"  ## REQUIRED
16
	    "wfs_onlineresource"   "http://127.0.0.1/cgi-bin/mapserv.exe?"  ## Recommended
17
	    "wfs_srs"               "EPSG:42304 EPSG:42101 EPSG:4269 EPSG:4326"  ## Recommended
18
	    "ows_schemas_location" "http://ogc.dmsolutions.ca"  ## Optional
19
	  END
20
	END
21
	
22
	PROJECTION
23
	  "init=epsg:42304"
24
	END
25
	
26
	LAYER
27
	  NAME province
28
	  METADATA
29
	    "wfs_title"    "Provinces" ## REQUIRED
30
	    "gml_include_items" "all"  ## Optional (serves all attributes for layer)
31
	  END
32
	  TYPE POLYGON
33
	  STATUS ON
34
	  DATA province
35
	  PROJECTION
36
	    "init=epsg:42304"
37
	  END
38
	  DUMP TRUE           ## REQUIRED
39
	  CLASS
40
	    NAME "Canada"
41
	    STYLE
42
	      COLOR 200 255 0
43
	      OUTLINECOLOR 120 120 120
44
	    END
45
	    TEMPLATE "ttt_query.html"
46
	  END
47
	END # Layer
48
	
49
	END # Map File
0 50

  
tags/extPublish_prototype/extensions/extPublish/doc/examples/costas.map
1
##############################################################
2
###########	 Mapserver WCS 			##############
3
##############################################################
4
#
5
#
6
# Autor: José Vicente Higón Valero
7
# Fecha: Enero 2006
8
#
9
#
10
##############################################################
11

  
12

  
13
MAP
14
	NAME 'wcs'
15
	SHAPEPATH '/data4/geotiff/qb2004_16bits/'
16
	EXTENT 600000 4180000 810000 4530000
17
	DEBUG ON
18
	UNITS METERS
19
	OUTPUTFORMAT
20
		NAME GEOTIFF_INT16
21
		DRIVER "GDAL/GTiff"
22
		IMAGEMODE INT16
23
		EXTENSION "tif"
24
	END	
25
	OUTPUTFORMAT
26
		NAME IMG
27
		DRIVER "GDAL/HFA"
28
		IMAGEMODE BYTE
29
		EXTENSION "img"
30
	END
31
	
32
	OUTPUTFORMAT
33
		NAME GEOTIFF
34
		DRIVER "GDAL/GTiff"
35
		IMAGEMODE BYTE
36
		EXTENSION "tif"
37
	END
38

  
39

  
40
	WEB
41
	    TEMPLATE "."
42
		METADATA
43
	      "wcs_label" "Servidor wcs simon"	
44
	      "wcs_keywordlist" "WCS"
45
	      "wcs_onlineresource" "http://simon:2000/cgi-bin/mapserv?map=/etc/mapserver/inestable/costas.map"
46
	    END
47
	    LOG "/var/tmp/wcs.log"
48
	    IMAGEURL "/var/tmp/"
49
	    IMAGEPATH "/var/tmp/"
50
	END
51

  
52
PROJECTION
53
    	"init=epsg:23030"
54
END
55

  
56
  
57
# Coberturas de la comunidad valenciana costas, satélite quickbird
58
#-----------------------------------------------------------------------------
59
#	Empiezan las capas!!
60
#-----------------------------------------------------------------------------
61

  
62

  
63
# Capa con el tileindex
64
LAYER
65
	NAME "Costas"
66
	#STATUS OFF
67
	TYPE RASTER
68
	PROCESSING "SCALE=AUTO"
69
	#UNITS Meters
70
	#OFFSET 0 0 0
71
	DUMP TRUE
72
	TILEINDEX "/data1/mapserver/shp/costas.shp"
73
	TILEITEM "location"
74
	METADATA
75
		wcs_description "Quickbird costas 2004"
76
		wcs_name "Costas"
77
		wcs_label "Costas"
78
		ows_srs "EPSG:23030"
79
		ows_extent "696287.650000 4191112.350000 797213.426521 4488737.845669"
80
		wcs_resolution "0.7 -0.7"
81
		wcs_bandcount "3"
82
		wcs_formats "GEOTIFF_INT16"
83
		 wcs_rangeset_axes "bands"
84
		 wcs_rangeset_labels "bands"
85
		 wcs_rangeset_name "bands"
86
	
87
	END
88
	 PROJECTION
89
		 "init=epsg:23030"
90
	 END
91
END
92

  
93
LAYER
94
	 NAME "orthop01_311104"
95
	 DUMP TRUE
96
	 TYPE RASTER
97
	 DATA "orthop01_311104.tif"
98
	 METADATA
99
		 wcs_name "orthop01_311104"
100
		 wcs_label "orthop01_311104"
101
		 ows_srs "EPSG:23030"
102
		 ows_extent "789586.421644 4477596.64567 797213.426521 4488737.84567"
103
		 wcs_resolution "0.700496406856 -0.7"
104
		 wcs_bandcount "3"
105
		 wcs_nativeformat "ecw"
106
		 wcs_formats "GEOTIFF_INT16"
107
		 wcs_rangeset_axes "bands"
108
		 wcs_rangeset_labels "bands"
109
		 wcs_rangeset_name "bands"
110
	 END 
111
	 PROJECTION
112
		 "init=epsg:23030"
113
	 END
114
END
115
LAYER
116
	 NAME "orthop02_041004"
117
	 DUMP TRUE
118
	 TYPE RASTER
119
	 DATA "orthop02_041004.tif"
120
	 METADATA
121
		 wcs_name "orthop02_041004"
122
		 wcs_label "orthop02_041004"
123
		 ows_srs "EPSG:23030"
124
		 ows_extent "769326.530394 4447918.95274 780051.230394 4461067.75274"
125
		 wcs_resolution "0.7 -0.7"
126
		 wcs_bandcount "3"
127
		 wcs_nativeformat "ecw"
128
		 wcs_formats "GEOTIFF_INT16"
129
		 wcs_rangeset_axes "bands"
130
		 wcs_rangeset_labels "bands"
131
		 wcs_rangeset_name "bands"
132
	 END 
133
	 PROJECTION
134
		 "init=epsg:23030"
135
	 END
136
END
137
LAYER
138
	 NAME "orthop03n_311004"
139
	 DUMP TRUE
140
	 TYPE RASTER
141
	 DATA "orthop03n_311004.tif"
142
	 METADATA
143
		 wcs_name "orthop03n_311004"
144
		 wcs_label "orthop03n_311004"
145
		 ows_srs "EPSG:23030"
146
		 ows_extent "768239.61427 4445109.29255 773240.41427 4453310.49255"
147
		 wcs_resolution "0.7 -0.7"
148
		 wcs_bandcount "3"
149
		 wcs_nativeformat "ecw"
150
		 wcs_formats "GEOTIFF_INT16"
151
		 wcs_rangeset_axes "bands"
152
		 wcs_rangeset_labels "bands"
153
		 wcs_rangeset_name "bands"
154
	 END 
155
	 PROJECTION
156
		 "init=epsg:23030"
157
	 END
158
END
159
LAYER
160
	 NAME "orthop03s_311004_01"
161
	 DUMP TRUE
162
	 TYPE RASTER
163
	 DATA "orthop03s_311004_01.tif"
164
	 METADATA
165
		 wcs_name "orthop03s_311004_01"
166
		 wcs_label "orthop03s_311004_01"
167
		 ows_srs "EPSG:23030"
168
		 ows_extent "763228.894619 4441873.68658 774230.094619 4453874.48658"
169
		 wcs_resolution "0.7 -0.7"
170
		 wcs_bandcount "3"
171
		 wcs_nativeformat "ecw"
172
		 wcs_formats "GEOTIFF_INT16"
173
		 wcs_rangeset_axes "bands"
174
		 wcs_rangeset_labels "bands"
175
		 wcs_rangeset_name "bands"
176
	 END 
177
	 PROJECTION
178
		 "init=epsg:23030"
179
	 END
180
END
181
LAYER
182
	 NAME "orthop03s_311004_02"
183
	 DUMP TRUE
184
	 TYPE RASTER
185
	 DATA "orthop03s_311004_02.tif"
186
	 METADATA
187
		 wcs_name "orthop03s_311004_02"
188
		 wcs_label "orthop03s_311004_02"
189
		 ows_srs "EPSG:23030"
190
		 ows_extent "758638.064359 4433590.23199 769639.264359 4445591.03199"
191
		 wcs_resolution "0.7 -0.7"
192
		 wcs_bandcount "3"
193
		 wcs_nativeformat "ecw"
194
		 wcs_formats "GEOTIFF_INT16"
195
		 wcs_rangeset_axes "bands"
196
		 wcs_rangeset_labels "bands"
197
		 wcs_rangeset_name "bands"
198
	 END 
199
	 PROJECTION
200
		 "init=epsg:23030"
201
	 END
202
END
203
LAYER
204
	 NAME "orthop04_311004_01"
205
	 DUMP TRUE
206
	 TYPE RASTER
207
	 DATA "orthop04_311004_01.tif"
208
	 METADATA
209
		 wcs_name "orthop04_311004_01"
210
		 wcs_label "orthop04_311004_01"
211
		 ows_srs "EPSG:23030"
212
		 ows_extent "751080.89797 4417658.15575 759581.69797 4428659.35575"
213
		 wcs_resolution "0.7 -0.7"
214
		 wcs_bandcount "3"
215
		 wcs_nativeformat "ecw"
216
		 wcs_formats "GEOTIFF_INT16"
217
		 wcs_rangeset_axes "bands"
218
		 wcs_rangeset_labels "bands"
219
		 wcs_rangeset_name "bands"
220
	 END 
221
	 PROJECTION
222
		 "init=epsg:23030"
223
	 END
224
END
225
LAYER
226
	 NAME "orthop04_311004_02"
227
	 DUMP TRUE
228
	 TYPE RASTER
229
	 DATA "orthop04_311004_02.tif"
230
	 METADATA
231
		 wcs_name "orthop04_311004_02"
232
		 wcs_label "orthop04_311004_02"
233
		 ows_srs "EPSG:23030"
234
		 ows_extent "755745.300367 4427822.77831 763246.500367 4438823.97831"
235
		 wcs_resolution "0.7 -0.7"
236
		 wcs_bandcount "3"
237
		 wcs_nativeformat "ecw"
238
		 wcs_formats "GEOTIFF_INT16"
239
		 wcs_rangeset_axes "bands"
240
		 wcs_rangeset_labels "bands"
241
		 wcs_rangeset_name "bands"
242
	 END 
243
	 PROJECTION
244
		 "init=epsg:23030"
245
	 END
246
END
247
LAYER
248
	 NAME "orthop05_311004_01"
249
	 DUMP TRUE
250
	 TYPE RASTER
251
	 DATA "orthop05_311004_01.tif"
252
	 METADATA
253
		 wcs_name "orthop05_311004_01"
254
		 wcs_label "orthop05_311004_01"
255
		 ows_srs "EPSG:23030"
256
		 ows_extent "741306.868269 4402597.33799 750308.168269 4413598.53799"
257
		 wcs_resolution "0.7 -0.7"
258
		 wcs_bandcount "3"
259
		 wcs_nativeformat "ecw"
260
		 wcs_formats "GEOTIFF_INT16"
261
		 wcs_rangeset_axes "bands"
262
		 wcs_rangeset_labels "bands"
263
		 wcs_rangeset_name "bands"
264
	 END 
265
	 PROJECTION
266
		 "init=epsg:23030"
267
	 END
268
END
269
LAYER
270
	 NAME "orthop05_311004_02"
271
	 DUMP TRUE
272
	 TYPE RASTER
273
	 DATA "orthop05_311004_02.tif"
274
	 METADATA
275
		 wcs_name "orthop05_311004_02"
276
		 wcs_label "orthop05_311004_02"
277
		 ows_srs "EPSG:23030"
278
		 ows_extent "746698.87415 4411763.74799 756199.97415 4422764.94799"
279
		 wcs_resolution "0.7 -0.7"
280
		 wcs_bandcount "3"
281
		 wcs_nativeformat "ecw"
282
		 wcs_formats "GEOTIFF_INT16"
283
		 wcs_rangeset_axes "bands"
284
		 wcs_rangeset_labels "bands"
285
		 wcs_rangeset_name "bands"
286
	 END 
287
	 PROJECTION
288
		 "init=epsg:23030"
289
	 END
290
END
291
LAYER
292
	 NAME "orthop06_311004_01"
293
	 DUMP TRUE
294
	 TYPE RASTER
295
	 DATA "orthop06_311004_01.tif"
296
	 METADATA
297
		 wcs_name "orthop06_311004_01"
298
		 wcs_label "orthop06_311004_01"
299
		 ows_srs "EPSG:23030"
300
		 ows_extent "733974.65 4386671.49606 741489.15 4396672.39606"
301
		 wcs_resolution "0.7 -0.7"
302
		 wcs_bandcount "3"
303
		 wcs_nativeformat "ecw"
304
		 wcs_formats "GEOTIFF_INT16"
305
		 wcs_rangeset_axes "bands"
306
		 wcs_rangeset_labels "bands"
307
		 wcs_rangeset_name "bands"
308
	 END 
309
	 PROJECTION
310
		 "init=epsg:23030"
311
	 END
312
END
313
LAYER
314
	 NAME "orthop06_311004_02"
315
	 DUMP TRUE
316
	 TYPE RASTER
317
	 DATA "orthop06_311004_02.tif"
318
	 METADATA
319
		 wcs_name "orthop06_311004_02"
320
		 wcs_label "orthop06_311004_02"
321
		 ows_srs "EPSG:23030"
322
		 ows_extent "738774.65 4396366.75502 743775.45 4406867.45502"
323
		 wcs_resolution "0.7 -0.7"
324
		 wcs_bandcount "3"
325
		 wcs_nativeformat "ecw"
326
		 wcs_formats "GEOTIFF_INT16"
327
		 wcs_rangeset_axes "bands"
328
		 wcs_rangeset_labels "bands"
329
		 wcs_rangeset_name "bands"
330
	 END 
331
	 PROJECTION
332
		 "init=epsg:23030"
333
	 END
334
END
335
LAYER
336
	 NAME "orthop07_311004_01"
337
	 DUMP TRUE
338
	 TYPE RASTER
339
	 DATA "orthop07_311004_01.tif"
340
	 METADATA
341
		 wcs_name "orthop07_311004_01"
342
		 wcs_label "orthop07_311004_01"
343
		 ows_srs "EPSG:23030"
344
		 ows_extent "730817.802996 4380373.34965 739518.802996 4391974.44965"
345
		 wcs_resolution "0.7 -0.7"
346
		 wcs_bandcount "3"
347
		 wcs_nativeformat "ecw"
348
		 wcs_formats "GEOTIFF_INT16"
349
		 wcs_rangeset_axes "bands"
350
		 wcs_rangeset_labels "bands"
351
		 wcs_rangeset_name "bands"
352
	 END 
353
	 PROJECTION
354
		 "init=epsg:23030"
355
	 END
356
END
357
LAYER
358
	 NAME "orthop07_311004_02"
359
	 DUMP TRUE
360
	 TYPE RASTER
361
	 DATA "orthop07_311004_02.tif"
362
	 METADATA
363
		 wcs_name "orthop07_311004_02"
364
		 wcs_label "orthop07_311004_02"
365
		 ows_srs "EPSG:23030"
366
		 ows_extent "728696.99189 4370639.57047 734198.29189 4380640.47047"
367
		 wcs_resolution "0.7 -0.7"
368
		 wcs_bandcount "3"
369
		 wcs_nativeformat "ecw"
370
		 wcs_formats "GEOTIFF_INT16"
371
		 wcs_rangeset_axes "bands"
372
		 wcs_rangeset_labels "bands"
373
		 wcs_rangeset_name "bands"
374
	 END 
375
	 PROJECTION
376
		 "init=epsg:23030"
377
	 END
378
END
379
LAYER
380
	 NAME "orthop08_081104"
381
	 DUMP TRUE
382
	 TYPE RASTER
383
	 DATA "orthop08_081104.tif"
384
	 METADATA
385
		 wcs_name "orthop08_081104"
386
		 wcs_label "orthop08_081104"
387
		 ows_srs "EPSG:23030"
388
		 ows_extent "771460.955047 4289205.04396 781662.055047 4303706.24396"
389
		 wcs_resolution "0.7 -0.7"
390
		 wcs_bandcount "3"
391
		 wcs_nativeformat "ecw"
392
		 wcs_formats "GEOTIFF_INT16"
393
		 wcs_rangeset_axes "bands"
394
		 wcs_rangeset_labels "bands"
395
		 wcs_rangeset_name "bands"
396
	 END 
397
	 PROJECTION
398
		 "init=epsg:23030"
399
	 END
400
END
401
LAYER
402
	 NAME "orthop09_081104_01"
403
	 DUMP TRUE
404
	 TYPE RASTER
405
	 DATA "orthop09_081104_01.tif"
406
	 METADATA
407
		 wcs_name "orthop09_081104_01"
408
		 wcs_label "orthop09_081104_01"
409
		 ows_srs "EPSG:23030"
410
		 ows_extent "768764.515211 4284144.38515 778765.415211 4293145.68515"
411
		 wcs_resolution "0.7 -0.7"
412
		 wcs_bandcount "3"
413
		 wcs_nativeformat "ecw"
414
		 wcs_formats "GEOTIFF_INT16"
415
		 wcs_rangeset_axes "bands"
416
		 wcs_rangeset_labels "bands"
417
		 wcs_rangeset_name "bands"
418
	 END 
419
	 PROJECTION
420
		 "init=epsg:23030"
421
	 END
422
END
423
LAYER
424
	 NAME "orthop09_081104_02"
425
	 DUMP TRUE
426
	 TYPE RASTER
427
	 DATA "orthop09_081104_02.tif"
428
	 METADATA
429
		 wcs_name "orthop09_081104_02"
430
		 wcs_label "orthop09_081104_02"
431
		 ows_srs "EPSG:23030"
432
		 ows_extent "761751.532381 4278862.44211 770252.332381 4286363.64211"
433
		 wcs_resolution "0.7 -0.7"
434
		 wcs_bandcount "3"
435
		 wcs_nativeformat "ecw"
436
		 wcs_formats "GEOTIFF_INT16"
437
		 wcs_rangeset_axes "bands"
438
		 wcs_rangeset_labels "bands"
439
		 wcs_rangeset_name "bands"
440
	 END 
441
	 PROJECTION
442
		 "init=epsg:23030"
443
	 END
444
END
445
LAYER
446
	 NAME "orthop10_081104_01"
447
	 DUMP TRUE
448
	 TYPE RASTER
449
	 DATA "orthop10_081104_01.tif"
450
	 METADATA
451
		 wcs_name "orthop10_081104_01"
452
		 wcs_label "orthop10_081104_01"
453
		 ows_srs "EPSG:23030"
454
		 ows_extent "749616.691491 4267411.89295 758117.491491 4274213.09295"
455
		 wcs_resolution "0.7 -0.7"
456
		 wcs_bandcount "3"
457
		 wcs_nativeformat "ecw"
458
		 wcs_formats "GEOTIFF_INT16"
459
		 wcs_rangeset_axes "bands"
460
		 wcs_rangeset_labels "bands"
461
		 wcs_rangeset_name "bands"
462
	 END 
463
	 PROJECTION
464
		 "init=epsg:23030"
465
	 END
466
END
467
LAYER
468
	 NAME "orthop10_081104_02"
469
	 DUMP TRUE
470
	 TYPE RASTER
471
	 DATA "orthop10_081104_02.tif"
472
	 METADATA
473
		 wcs_name "orthop10_081104_02"
474
		 wcs_label "orthop10_081104_02"
475
		 ows_srs "EPSG:23030"
476
		 ows_extent "754690.263295 4273235.06968 768191.163295 4282736.16968"
477
		 wcs_resolution "0.7 -0.7"
478
		 wcs_bandcount "3"
479
		 wcs_nativeformat "ecw"
480
		 wcs_formats "GEOTIFF_INT16"
481
		 wcs_rangeset_axes "bands"
482
		 wcs_rangeset_labels "bands"
483
		 wcs_rangeset_name "bands"
484
	 END 
485
	 PROJECTION
486
		 "init=epsg:23030"
487
	 END
488
END
489
LAYER
490
	 NAME "orthop11_081104"
491
	 DUMP TRUE
492
	 TYPE RASTER
493
	 DATA "orthop11_081104.tif"
494
	 METADATA
495
		 wcs_name "orthop11_081104"
496
		 wcs_label "orthop11_081104"
497
		 ows_srs "EPSG:23030"
498
		 ows_extent "734538.428657 4262154.30552 754639.628657 4270455.60552"
499
		 wcs_resolution "0.7 -0.7"
500
		 wcs_bandcount "3"
501
		 wcs_nativeformat "ecw"
502
		 wcs_formats "GEOTIFF_INT16"
503
		 wcs_rangeset_axes "bands"
504
		 wcs_rangeset_labels "bands"
505
		 wcs_rangeset_name "bands"
506
	 END 
507
	 PROJECTION
508
		 "init=epsg:23030"
509
	 END
510
END
511
LAYER
512
	 NAME "orthop12_081104_01"
513
	 DUMP TRUE
514
	 TYPE RASTER
515
	 DATA "orthop12_081104_01.tif"
516
	 METADATA
517
		 wcs_name "orthop12_081104_01"
518
		 wcs_label "orthop12_081104_01"
519
		 ows_srs "EPSG:23030"
520
		 ows_extent "724236.374588 4247606.91505 730237.474588 4259607.71505"
521
		 wcs_resolution "0.7 -0.7"
522
		 wcs_bandcount "3"
523
		 wcs_nativeformat "ecw"
524
		 wcs_formats "GEOTIFF_INT16"
525
		 wcs_rangeset_axes "bands"
526
		 wcs_rangeset_labels "bands"
527
		 wcs_rangeset_name "bands"
528
	 END 
529
	 PROJECTION
530
		 "init=epsg:23030"
531
	 END
532
END
533
LAYER
534
	 NAME "orthop12_081104_02"
535
	 DUMP TRUE
536
	 TYPE RASTER
537
	 DATA "orthop12_081104_02.tif"
538
	 METADATA
539
		 wcs_name "orthop12_081104_02"
540
		 wcs_label "orthop12_081104_02"
541
		 ows_srs "EPSG:23030"
542
		 ows_extent "728803.681867 4257735.98862 739304.381867 4265237.18862"
543
		 wcs_resolution "0.7 -0.7"
544
		 wcs_bandcount "3"
545
		 wcs_nativeformat "ecw"
546
		 wcs_formats "GEOTIFF_INT16"
547
		 wcs_rangeset_axes "bands"
548
		 wcs_rangeset_labels "bands"
549
		 wcs_rangeset_name "bands"
550
	 END 
551
	 PROJECTION
552
		 "init=epsg:23030"
553
	 END
554
END
555
LAYER
556
	 NAME "orthop13_131104"
557
	 DUMP TRUE
558
	 TYPE RASTER
559
	 DATA "orthop13_131104.tif"
560
	 METADATA
561
		 wcs_name "orthop13_131104"
562
		 wcs_label "orthop13_131104"
563
		 ows_srs "EPSG:23030"
564
		 ows_extent "728562.190304 4357900.07124 733650.466178 4380844.67124"
565
		 wcs_resolution "0.700189331784 -0.7"
566
		 wcs_bandcount "3"
567
		 wcs_nativeformat "ecw"
568
		 wcs_formats "GEOTIFF_INT16"
569
		 wcs_rangeset_axes "bands"
570
		 wcs_rangeset_labels "bands"
571
		 wcs_rangeset_name "bands"
572
	 END 
573
	 PROJECTION
574
		 "init=epsg:23030"
575
	 END
576
END
577
LAYER
578
	 NAME "orthop14_131104"
579
	 DUMP TRUE
580
	 TYPE RASTER
581
	 DATA "orthop14_131104.tif"
582
	 METADATA
583
		 wcs_name "orthop14_131104"
584
		 wcs_label "orthop14_131104"
585
		 ows_srs "EPSG:23030"
586
		 ows_extent "729631.752439 4345256.97718 738332.752439 4364758.27718"
587
		 wcs_resolution "0.7 -0.7"
588
		 wcs_bandcount "3"
589
		 wcs_nativeformat "ecw"
590
		 wcs_formats "GEOTIFF_INT16"
591
		 wcs_rangeset_axes "bands"
592
		 wcs_rangeset_labels "bands"
593
		 wcs_rangeset_name "bands"
594
	 END 
595
	 PROJECTION
596
		 "init=epsg:23030"
597
	 END
598
END
599
LAYER
600
	 NAME "orthop15_131104"
601
	 DUMP TRUE
602
	 TYPE RASTER
603
	 DATA "orthop15_131104.tif"
604
	 METADATA
605
		 wcs_name "orthop15_131104"
606
		 wcs_label "orthop15_131104"
607
		 ows_srs "EPSG:23030"
608
		 ows_extent "734463.516741 4330245.63376 741664.416741 4350846.63376"
609
		 wcs_resolution "0.7 -0.7"
610
		 wcs_bandcount "3"
611
		 wcs_nativeformat "ecw"
612
		 wcs_formats "GEOTIFF_INT16"
613
		 wcs_rangeset_axes "bands"
614
		 wcs_rangeset_labels "bands"
615
		 wcs_rangeset_name "bands"
616
	 END 
617
	 PROJECTION
618
		 "init=epsg:23030"
619
	 END
620
END
621
LAYER
622
	 NAME "orthop16_131104_01"
623
	 DUMP TRUE
624
	 TYPE RASTER
625
	 DATA "orthop16_131104_01.tif"
626
	 METADATA
627
		 wcs_name "orthop16_131104_01"
628
		 wcs_label "orthop16_131104_01"
629
		 ows_srs "EPSG:23030"
630
		 ows_extent "738234.899481 4326306.57698 744235.999481 4336307.47698"
631
		 wcs_resolution "0.7 -0.7"
632
		 wcs_bandcount "3"
633
		 wcs_nativeformat "ecw"
634
		 wcs_formats "GEOTIFF_INT16"
635
		 wcs_rangeset_axes "bands"
636
		 wcs_rangeset_labels "bands"
637
		 wcs_rangeset_name "bands"
638
	 END 
639
	 PROJECTION
640
		 "init=epsg:23030"
641
	 END
642
END
643
LAYER
644
	 NAME "orthop16_131104_02"
645
	 DUMP TRUE
646
	 TYPE RASTER
647
	 DATA "orthop16_131104_02.tif"
648
	 METADATA
649
		 wcs_name "orthop16_131104_02"
650
		 wcs_label "orthop16_131104_02"
651
		 ows_srs "EPSG:23030"
652
		 ows_extent "741637.171116 4317729.61723 748637.871116 4326730.91723"
653
		 wcs_resolution "0.7 -0.7"
654
		 wcs_bandcount "3"
655
		 wcs_nativeformat "ecw"
656
		 wcs_formats "GEOTIFF_INT16"
657
		 wcs_rangeset_axes "bands"
658
		 wcs_rangeset_labels "bands"
659
		 wcs_rangeset_name "bands"
660
	 END 
661
	 PROJECTION
662
		 "init=epsg:23030"
663
	 END
664
END
665
LAYER
666
	 NAME "orthop17_131104_01"
667
	 DUMP TRUE
668
	 TYPE RASTER
669
	 DATA "orthop17_131104_01.tif"
670
	 METADATA
671
		 wcs_name "orthop17_131104_01"
672
		 wcs_label "orthop17_131104_01"
673
		 ows_srs "EPSG:23030"
674
		 ows_extent "744289.003556 4313776.8392 753290.303556 4322778.1392"
675
		 wcs_resolution "0.7 -0.7"
676
		 wcs_bandcount "3"
677
		 wcs_nativeformat "ecw"
678
		 wcs_formats "GEOTIFF_INT16"
679
		 wcs_rangeset_axes "bands"
680
		 wcs_rangeset_labels "bands"
681
		 wcs_rangeset_name "bands"
682
	 END 
683
	 PROJECTION
684
		 "init=epsg:23030"
685
	 END
686
END
687
LAYER
688
	 NAME "orthop17_131104_02"
689
	 DUMP TRUE
690
	 TYPE RASTER
691
	 DATA "orthop17_131104_02.tif"
692
	 METADATA
693
		 wcs_name "orthop17_131104_02"
694
		 wcs_label "orthop17_131104_02"
695
		 ows_srs "EPSG:23030"
696
		 ows_extent "750048.579806 4306487.66742 759549.679806 4313988.86742"
697
		 wcs_resolution "0.7 -0.7"
698
		 wcs_bandcount "3"
699
		 wcs_nativeformat "ecw"
700
		 wcs_formats "GEOTIFF_INT16"
701
		 wcs_rangeset_axes "bands"
702
		 wcs_rangeset_labels "bands"
703
		 wcs_rangeset_name "bands"
704
	 END 
705
	 PROJECTION
706
		 "init=epsg:23030"
707
	 END
708
END
709
LAYER
710
	 NAME "orthop18_131104"
711
	 DUMP TRUE
712
	 TYPE RASTER
713
	 DATA "orthop18_131104.tif"
714
	 METADATA
715
		 wcs_name "orthop18_131104"
716
		 wcs_label "orthop18_131104"
717
		 ows_srs "EPSG:23030"
718
		 ows_extent "753864.751737 4304639.94641 767365.651737 4311140.84641"
719
		 wcs_resolution "0.7 -0.7"
720
		 wcs_bandcount "3"
721
		 wcs_nativeformat "ecw"
722
		 wcs_formats "GEOTIFF_INT16"
723
		 wcs_rangeset_axes "bands"
724
		 wcs_rangeset_labels "bands"
725
		 wcs_rangeset_name "bands"
726
	 END 
727
	 PROJECTION
728
		 "init=epsg:23030"
729
	 END
730
END
731
LAYER
732
	 NAME "orthop19_081104_01"
733
	 DUMP TRUE
734
	 TYPE RASTER
735
	 DATA "orthop19_081104_01.tif"
736
	 METADATA
737
		 wcs_name "orthop19_081104_01"
738
		 wcs_label "orthop19_081104_01"
739
		 ows_srs "EPSG:23030"
740
		 ows_extent "716247.100187 4236828.43859 724448.300187 4250229.23859"
741
		 wcs_resolution "0.7 -0.7"
742
		 wcs_bandcount "3"
743
		 wcs_nativeformat "ecw"
744
		 wcs_formats "GEOTIFF_INT16"
745
		 wcs_rangeset_axes "bands"
746
		 wcs_rangeset_labels "bands"
747
		 wcs_rangeset_name "bands"
748
	 END 
749
	 PROJECTION
750
		 "init=epsg:23030"
751
	 END
752
END
753
LAYER
754
	 NAME "orthop19_081104_02"
755
	 DUMP TRUE
756
	 TYPE RASTER
757
	 DATA "orthop19_081104_02.tif"
758
	 METADATA
759
		 wcs_name "orthop19_081104_02"
760
		 wcs_label "orthop19_081104_02"
761
		 ows_srs "EPSG:23030"
762
		 ows_extent "724236.374588 4247606.71505 730237.474588 4257707.71505"
763
		 wcs_resolution "0.7 -0.7"
764
		 wcs_bandcount "3"
765
		 wcs_nativeformat "ecw"
766
		 wcs_formats "GEOTIFF_INT16"
767
		 wcs_rangeset_axes "bands"
768
		 wcs_rangeset_labels "bands"
769
		 wcs_rangeset_name "bands"
770
	 END 
771
	 PROJECTION
772
		 "init=epsg:23030"
773
	 END
774
END
775
LAYER
776
	 NAME "orthop20_181104_01"
777
	 DUMP TRUE
778
	 TYPE RASTER
779
	 DATA "orthop20_181104_01.tif"
780
	 METADATA
781
		 wcs_name "orthop20_181104_01"
782
		 wcs_label "orthop20_181104_01"
783
		 ows_srs "EPSG:23030"
784
		 ows_extent "706046.2921 4221368.81784 718447.4921 4230869.91784"
785
		 wcs_resolution "0.7 -0.7"
786
		 wcs_bandcount "3"
787
		 wcs_nativeformat "ecw"
788
		 wcs_formats "GEOTIFF_INT16"
789
		 wcs_rangeset_axes "bands"
790
		 wcs_rangeset_labels "bands"
791
		 wcs_rangeset_name "bands"
792
	 END 
793
	 PROJECTION
794
		 "init=epsg:23030"
795
	 END
796
END
797
LAYER
798
	 NAME "orthop20_181104_02"
799
	 DUMP TRUE
800
	 TYPE RASTER
801
	 DATA "orthop20_181104_02.tif"
802
	 METADATA
803
		 wcs_name "orthop20_181104_02"
804
		 wcs_label "orthop20_181104_02"
805
		 ows_srs "EPSG:23030"
806
		 ows_extent "715223.996887 4228780.75028 719424.696887 4242281.65028"
807
		 wcs_resolution "0.7 -0.7"
808
		 wcs_bandcount "3"
809
		 wcs_nativeformat "ecw"
810
		 wcs_formats "GEOTIFF_INT16"
811
		 wcs_rangeset_axes "bands"
812
		 wcs_rangeset_labels "bands"
813
		 wcs_rangeset_name "bands"
814
	 END 
815
	 PROJECTION
816
		 "init=epsg:23030"
817
	 END
818
END
819
LAYER
820
	 NAME "orthop21_181104"
821
	 DUMP TRUE
822
	 TYPE RASTER
823
	 DATA "orthop21_181104.tif"
824
	 METADATA
825
		 wcs_name "orthop21_181104"
826
		 wcs_label "orthop21_181104"
827
		 ows_srs "EPSG:23030"
828
		 ows_extent "701199.65 4203415.35 708700.85 4226116.35"
829
		 wcs_resolution "0.7 -0.7"
830
		 wcs_bandcount "3"
831
		 wcs_nativeformat "ecw"
832
		 wcs_formats "GEOTIFF_INT16"
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff