Revision 593

View differences:

org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3

  
4
    <modelVersion>4.0.0</modelVersion>
5
    <artifactId>org.gvsig.projection.jcrs</artifactId>
6
    <packaging>pom</packaging>
7
    <version>2.1.55</version>
8
    <name>${project.artifactId}</name>
9
    <parent>
10
        <groupId>org.gvsig</groupId>
11
        <artifactId>org.gvsig.desktop</artifactId>
12
        <version>2.0.148</version>
13
    </parent>
14

  
15
    <description>
16
        This project contains the support for CRS based in JCRS, proj4+Geotools, for gvSIG
17
    </description>
18

  
19
    <scm>
20
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-jcrs/org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55</connection>
21
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-jcrs/org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55</developerConnection>
22
        <url>scm:svn:https://devel.gvsig.org/svn/gvsig-jcrs/org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55</url>
23
    </scm>
24

  
25
    <repositories>
26
        <repository>
27
            <id>gvsig-public-http-repository</id>
28
            <name>gvSIG maven public HTTP repository</name>
29
            <url>http://devel.gvsig.org/m2repo/j2se</url>
30
            <releases>
31
                <enabled>true</enabled>
32
                <updatePolicy>daily</updatePolicy>
33
                <checksumPolicy>warn</checksumPolicy>
34
            </releases>
35
            <snapshots>
36
                <enabled>true</enabled>
37
                <updatePolicy>daily</updatePolicy>
38
                <checksumPolicy>warn</checksumPolicy>
39
            </snapshots>
40
        </repository>
41
        <repository>
42
            <id>osgeo</id>
43
            <name>Open Source Geospatial Foundation</name>
44
            <url>http://download.osgeo.org/webdav/geotools</url>
45
            <releases>
46
                <enabled>true</enabled>
47
                <updatePolicy>never</updatePolicy>
48
                <checksumPolicy>warn</checksumPolicy>
49
            </releases>
50
            <snapshots>
51
                <enabled>false</enabled>
52
            </snapshots>
53
        </repository>
54
    </repositories>
55

  
56
    <distributionManagement>
57
        <site>
58
            <id>gvsig-repository</id>
59
            <url>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
60
        </site>
61
    </distributionManagement>
62

  
63
    <properties>
64
        <!-- El plugin versions:use-latest-versions falla con scope import -->
65
        <!-- asi que toca usar el versions:update-properties que si que funciona -->
66
        <org.gvsig.gdal.version>1.0.31</org.gvsig.gdal.version>
67
        <!-- General configuration -->
68
        <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
69

  
70
        <!-- The property svn.tags.folder is used in external projects to override  -->
71
        <!-- configuraction in maven-release-plugin -->
72
        <svn.tags.folder>https://devel.gvsig.org/svn/gvsig-jcrs/org.gvsig.projection.jcrs/tags/</svn.tags.folder>
73

  
74
    </properties>
75

  
76
    <dependencyManagement>
77
        <dependencies>
78

  
79
            <dependency>
80
                <groupId>org.gvsig</groupId>
81
                <artifactId>org.gvsig.gdal</artifactId>
82
                <version>${org.gvsig.gdal.version}</version>
83
                <type>pom</type>
84
                <scope>import</scope>
85
            </dependency>
86

  
87
            <dependency>
88
                <groupId>org.gvsig</groupId>
89
                <artifactId>org.gvsig.projection.jcrs.lib</artifactId>
90
                <version>2.1.55</version>
91
            </dependency>
92
            <dependency>
93
                <groupId>org.gvsig</groupId>
94
                <artifactId>org.gvsig.projection.app.jcrs</artifactId>
95
                <version>2.1.55</version>
96
            </dependency>
97
            <dependency>
98
                <groupId>org.gvsig</groupId>
99
                <artifactId>org.gvsig.projection.app.jcrs.common</artifactId>
100
                <version>2.1.55</version>
101
            </dependency>
102
            <dependency>
103
                <groupId>org.gvsig</groupId>
104
                <artifactId>org.gvsig.projection.app.jcrs.common</artifactId>
105
                <version>2.1.55</version>
106
                <type>zip</type>
107
            </dependency>
108
            <dependency>
109
                <groupId>org.gvsig</groupId>
110
                <artifactId>org.gvsig.projection.app.jcrs.lin.x86</artifactId>
111
                <version>2.1.26-SNAPSHOT</version>
112
            </dependency>
113
            <dependency>
114
                <groupId>org.gvsig</groupId>
115
                <artifactId>org.gvsig.projection.app.jcrs.win.x86</artifactId>
116
                <version>2.1.26-SNAPSHOT</version>
117
            </dependency>
118

  
119
            <!-- Non gvSIG projects -->
120
            <dependency>
121
                <groupId>org.opengis</groupId>
122
                <artifactId>geoapi</artifactId>
123
                <version>2.0</version>
124
            </dependency>
125
            <dependency>
126
                <groupId>hsqldb</groupId>
127
                <artifactId>hsqldb</artifactId>
128
                <version>1.8.0.10</version>
129
            </dependency>
130
            <dependency>
131
                <groupId>org.geotools</groupId>
132
                <artifactId>gt2-main</artifactId>
133
                <!--  Override the org.gvsig.desktop value -->
134
                <version>unknown</version>
135
            </dependency>
136
            <dependency>
137
                <groupId>org.geotools</groupId>
138
                <artifactId>gt2-legacy</artifactId>
139
                <!--  Override the org.gvsig.desktop value -->
140
                <version>unknown</version>
141
            </dependency>
142

  
143
        </dependencies>
144
    </dependencyManagement>
145

  
146
    <modules>
147
        <module>org.gvsig.projection.jcrs.lib</module>
148
        <module>org.gvsig.projection.app.jcrs</module>
149
    </modules>
150

  
151
</project>
152

  
153

  
154

  
0 155

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3

  
4
  <modelVersion>4.0.0</modelVersion>
5
  <artifactId>org.gvsig.projection.app.jcrs</artifactId>
6
  <packaging>pom</packaging>
7
  <name>${project.artifactId}</name>
8
  <description>
9
CRS management:
10
- Set the reference system (CRS) by default, in views, in layers (CRS on the fly).
11
- Selection from recent CRS, from EPSG, ESRI, IAU2000 data bases and user's defined CRS.
12
- Create, edit and delete new CRS defined by the user (from an existing CRS, from a wkt string, or from scratch).
13
- Consult CRS information (datum, projection, proj4 string...)
14
- Convertion of coordinates (no datum changing)
15
- Transformation of coordinates (datum changing) from EPSG, manual, recent, compound and grid (.gsb extension)
16

  
17
  </description>
18
  <parent>
19
      <groupId>org.gvsig</groupId>
20
      <artifactId>org.gvsig.projection.jcrs</artifactId>
21
      <version>2.1.55</version>
22
  </parent>
23

  
24
  <properties>
25
    <svn.tags.folder>https://devel.gvsig.org/svn/gvsig-jcrs/org.gvsig.projection.jcrs/tags/</svn.tags.folder>
26
    <gvsig.package.info.name>CRS: CRS management (GDAL/Geotools based, Native)</gvsig.package.info.name>
27
    <gvsig.package.info.state>testing</gvsig.package.info.state>
28
    <gvsig.package.info.official>true</gvsig.package.info.official>
29
    <gvsig.package.info.operatingSystem>all</gvsig.package.info.operatingSystem>
30
    <gvsig.package.info.architecture>all</gvsig.package.info.architecture>
31
    <gvsig.package.info.categories />
32
    <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-jcrs/pool</gvsig.package.info.poolURL>
33
    <gvsig.package.info.dependencies>required: org.gvsig.gdal.app.mainplugin -ge 1, conflict: org.gvsig.projection.app.proj4j -ge 1, conflict: org.gvsig.projection.app.cresques -ge 1</gvsig.package.info.dependencies>
34
    <gvsig.package.info.code>${project.parent.artifactId}</gvsig.package.info.code>
35
    <gvsig.package.info.codealias>org.gvsig.projection.app.mainplugin,org.gvsig.crs.extension</gvsig.package.info.codealias>
36
    <gvsig.package.info.name>${project.parent.name}</gvsig.package.info.name>
37
    <gvsig.package.info.description>${project.parent.description}</gvsig.package.info.description>
38
    <gvsig.install.plugin>false</gvsig.install.plugin>
39
  </properties>
40

  
41
  <modules>
42
    <module>org.gvsig.projection.app.jcrs.common</module>
43
    <module>org.gvsig.projection.app.jcrs.mainplugin</module>
44
    <!--
45
    Eliminads las versiones con nativas ya que ahora depdende del plugin de org.gvsig.gdal.mainplugin
46
    donde estan las nativas de gdal.
47

  
48
    <module>org.gvsig.projection.app.jcrs.lin.x86</module>
49
    <module>org.gvsig.projection.app.jcrs.lin.x86_64</module>
50
    <module>org.gvsig.projection.app.jcrs.win.x86</module>
51
    -->
52
  </modules>
53

  
54

  
55
</project>
56

  
0 57

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.lin.x86_64/buildNumber.properties
1
#Fri Oct 09 10:40:32 CEST 2015
2
buildNumber=2085
0 3

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.lin.x86_64/src/main/resources-plugin/autorun.sh
1
#!/bin/sh
2
#
3
# gvSIG. Desktop Geographic Information System.
4
#
5
# Copyright (C) 2007-2013 gvSIG Association.
6
#
7
# This program is free software; you can redistribute it and/or
8
# modify it under the terms of the GNU General Public License
9
# as published by the Free Software Foundation; either version 3
10
# of the License, or (at your option) any later version.
11
#
12
# This program is distributed in the hope that it will be useful,
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with this program; if not, write to the Free Software
19
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
# MA  02110-1301, USA.
21
#
22
# For any additional information, do not hesitate to contact us
23
# at info AT gvsig.com, or visit our website www.gvsig.com.
24
#
25

  
26

  
27
#
28
# Plugin autorun
29
#
30

  
31
PLUGIN_NAME=$(basename "$PLUGIN_FOLDER")
32

  
33
# Proj4 data files
34
export PROJ_LIB="${GVSIG_HOME_FOLDER}/plugins/$PLUGIN_NAME/projlib"
35

  
36
# Temporary fix for number locale related formatting error with proj4.
37
export LC_NUMERIC=C
38

  
39
add_library_path "$PLUGIN_FOLDER/native"
40

  
41
list_shared_library_dependencies "$PLUGIN_FOLDER/native/"libcrsjniproj*
42

  
43

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.lin.x86_64/src/main/assembly/gvsig-plugin-package.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<assembly>
27
  <id>gvsig-plugin-package</id>
28
  <formats>
29
    <format>zip</format>
30
  </formats>
31
  <baseDirectory>${gvsig.package.info.code}</baseDirectory>
32
  <includeBaseDirectory>true</includeBaseDirectory>
33
  <files>
34
    <file>
35
      <source>target/package.info</source>
36
    </file>
37
  </files>
38

  
39
  <fileSets>
40
    <fileSet>
41
      <directory>target/org.gvsig.projection.app.jcrs.common</directory>
42
      <outputDirectory>.</outputDirectory>
43
      <excludes>
44
      	<exclude>package.info</exclude>
45
      </excludes>
46
    </fileSet>
47
    <fileSet>
48
      <directory>target/native/lib</directory>
49
      <outputDirectory>native</outputDirectory>
50
    </fileSet>
51
    <fileSet>
52
      <directory>src/main/resources-plugin</directory>
53
      <outputDirectory>.</outputDirectory>
54
    </fileSet>
55
  </fileSets>
56

  
57

  
58
  <dependencySets>
59
    <dependencySet>
60
      <useProjectArtifact>false</useProjectArtifact>
61
      <useTransitiveDependencies>false</useTransitiveDependencies>
62
      <outputDirectory>lib</outputDirectory>
63
		<includes>
64
            <include>org.gvsig:org.gvsig.jproj:jar</include>
65
		</includes>
66
    </dependencySet>
67
  </dependencySets>
68

  
69
</assembly>
70

  
71

  
72

  
0 73

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.lin.x86_64/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <artifactId>org.gvsig.projection.app.jcrs.lin.x86_64</artifactId>
5
  <packaging>jar</packaging>
6
   
7
 	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.projection.app.jcrs</artifactId>
10
		<version>2.1.31-SNAPSHOT</version>
11
	</parent>
12

  
13
  <properties>
14
    <gvsig.package.info.operatingSystem>lin</gvsig.package.info.operatingSystem>
15
    <gvsig.package.info.architecture>x86_64</gvsig.package.info.architecture>
16
  </properties>
17

  
18
  <dependencyManagement>
19
      <dependencies>
20
        <dependency>
21
            <groupId>org.gvsig</groupId>
22
            <artifactId>org.gvsig.jproj</artifactId>
23
            <version>2.0.1</version>
24
        </dependency>                  
25
        <dependency>
26
            <groupId>org.gvsig</groupId>
27
            <artifactId>org.gvsig.jproj</artifactId>
28
            <version>2.0.1</version>
29
            <classifier>linux-all-gcc4-X86_64-dynamic</classifier>
30
            <type>tar.gz</type>
31
        </dependency>                  
32
      </dependencies>
33
  </dependencyManagement>
34
 	 
35

  
36
  <dependencies>
37
      <dependency>
38
          <groupId>org.gvsig</groupId>
39
          <artifactId>org.gvsig.projection.app.jcrs.common</artifactId>
40
          <type>zip</type>
41
        </dependency>
42
      <dependency>
43
          <groupId>org.gvsig</groupId>
44
          <artifactId>org.gvsig.jproj</artifactId>
45
      </dependency>                  
46
      <dependency>
47
          <groupId>org.gvsig</groupId>
48
          <artifactId>org.gvsig.jproj</artifactId>
49
          <classifier>linux-all-gcc4-X86_64-dynamic</classifier>
50
          <type>tar.gz</type>
51
      </dependency> 
52
  </dependencies>
53

  
54
  <build>
55
    <plugins>
56
  
57
      <plugin>
58
        <groupId>org.apache.maven.plugins</groupId>
59
        <artifactId>maven-dependency-plugin</artifactId>
60
        <executions>
61
          <execution>
62
          	<id>unpack</id>
63
	        <phase>process-sources</phase>
64
	        <goals>
65
	          <goal>unpack</goal>
66
	        </goals>
67
	        <configuration>
68
	          <artifactItems>
69
	            <artifactItem>
70
		            <groupId>org.gvsig</groupId>
71
		            <artifactId>org.gvsig.projection.app.jcrs.common</artifactId>
72
		            <type>zip</type>
73
					      <overWrite>true</overWrite>
74
					      <outputDirectory>target</outputDirectory>
75
	            </artifactItem>
76
	            <artifactItem>
77
		            <groupId>org.gvsig</groupId>
78
		            <artifactId>org.gvsig.jproj</artifactId>
79
                <classifier>linux-all-gcc4-X86_64-dynamic</classifier>
80
		            <type>tar.gz</type>
81
					      <overWrite>true</overWrite>
82
					      <outputDirectory>target/native</outputDirectory>
83
	            </artifactItem>
84
	          </artifactItems>
85
	        </configuration>
86
          </execution>
87
        </executions>
88
	  </plugin>
89
  
90
  
91
    </plugins>
92
  </build>
93

  
94
  <profiles>
95
  
96
    <profile>
97
      <id>gvsig-plugin-install-jcrs-linux-x86_64</id>
98
      <activation>
99
         <os>
100
             <family>unix</family>
101
             <name>linux</name>
102
             <!-- <arch>x86_64</arch> -->
103
             <arch>amd64</arch>
104
         </os>
105
      </activation>
106
	      <properties>
107
	        <gvsig.install.plugin>true</gvsig.install.plugin>
108
	      </properties>
109
    </profile>
110
  </profiles>
111
  
112
</project>
113

  
0 114

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.win.x86/buildNumber.properties
1
#Fri Oct 09 10:40:35 CEST 2015
2
buildNumber=2085
0 3

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.win.x86/src/main/resources-plugin/install/install.xml
1
<project name="org.gvsig.plugin1" default="main" basedir=".">
2
	<!--
3
		Predefined properties:
4
		gvsig_dir = gvSIG application root installation directory
5
		extensions_dir = gvSIG extensions directory
6
	-->
7
	<taskdef resource="net/sf/antcontrib/antlib.xml">
8
		<classpath>
9
			<pathelement location="${gvsig_dir}/lib/ant-contrib-1.0b3.jar" />
10
		</classpath>
11
	</taskdef>
12
	<target name="main" depends="copy_files"/>
13
    <target name="copy_files">
14
    	<copy todir="${gvsig_dir}">
15
    		<fileset dir="./files" includes="**"/>
16
		</copy>
17
	</target>
18
</project>
0 19

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.win.x86/src/main/assembly/gvsig-plugin-package.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<assembly>
27
  <id>gvsig-plugin-package</id>
28
  <formats>
29
    <format>zip</format>
30
  </formats>
31
  <baseDirectory>${gvsig.package.info.code}</baseDirectory>
32
  <includeBaseDirectory>true</includeBaseDirectory>
33
  <files>
34
    <file>
35
      <source>target/package.info</source>
36
    </file>
37
  </files>
38

  
39
  <fileSets>
40
    <fileSet>
41
      <directory>target/org.gvsig.projection.app.jcrs.common</directory>
42
      <outputDirectory>.</outputDirectory>
43
      <excludes>
44
      	<exclude>package.info</exclude>
45
      </excludes>
46
    </fileSet>
47
    <fileSet>
48
      <directory>target/native/bin</directory>
49
      <outputDirectory>install/files</outputDirectory>
50
    </fileSet>
51
    <fileSet>
52
      <directory>src/main/resources-plugin</directory>
53
      <outputDirectory>.</outputDirectory>
54
    </fileSet>
55
  </fileSets>
56

  
57

  
58
  <dependencySets>
59
    <dependencySet>
60
      <useProjectArtifact>false</useProjectArtifact>
61
      <useTransitiveDependencies>false</useTransitiveDependencies>
62
      <outputDirectory>lib</outputDirectory>
63
		<includes>
64
            <include>org.gvsig:org.gvsig.jproj:jar</include>
65
		</includes>
66
    </dependencySet>
67
  </dependencySets>
68

  
69
</assembly>
70

  
71

  
72

  
0 73

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.win.x86/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <artifactId>org.gvsig.projection.app.jcrs.win.x86</artifactId>
5
  <packaging>jar</packaging>
6
   
7
 	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.projection.app.jcrs</artifactId>
10
		<version>2.1.31-SNAPSHOT</version>
11
	</parent>
12

  
13
  <properties>
14
<!--     <gvsig.package.info.code>org.gvsig.crs.extension</gvsig.package.info.code> -->
15
    <gvsig.package.info.operatingSystem>win</gvsig.package.info.operatingSystem>
16
    <gvsig.package.info.architecture>x86</gvsig.package.info.architecture>
17
  </properties>
18

  
19
  <dependencyManagement>
20
      <dependencies>
21
        <dependency>
22
            <groupId>org.gvsig</groupId>
23
            <artifactId>org.gvsig.jproj</artifactId>
24
            <version>2.0.1</version>
25
        </dependency>                  
26
        <dependency>
27
            <groupId>org.gvsig</groupId>
28
            <artifactId>org.gvsig.jproj</artifactId>
29
            <version>2.0.1</version>
30
            <classifier>win-nt-vs8-i386-dynamic</classifier>
31
            <type>tar.gz</type>
32
        </dependency>                  
33
        <dependency>
34
            <groupId>org.gvsig</groupId>
35
            <artifactId>org.gvsig.jproj</artifactId>
36
            <version>2.0.1</version>
37
            <classifier>win-nt-vs8-i386-dynamic-runtime</classifier>
38
            <type>tar.gz</type>
39
        </dependency>                  
40
      </dependencies>
41
  </dependencyManagement>
42
 	 
43

  
44
  <dependencies>
45
      <dependency>
46
          <groupId>org.gvsig</groupId>
47
          <artifactId>org.gvsig.projection.app.jcrs.common</artifactId>
48
          <type>zip</type>
49
        </dependency>
50
      <dependency>
51
          <groupId>org.gvsig</groupId>
52
          <artifactId>org.gvsig.jproj</artifactId>
53
      </dependency>                  
54
      <dependency>
55
          <groupId>org.gvsig</groupId>
56
          <artifactId>org.gvsig.jproj</artifactId>
57
          <classifier>win-nt-vs8-i386-dynamic</classifier>
58
          <type>tar.gz</type>
59
      </dependency> 
60
      <dependency>
61
          <groupId>org.gvsig</groupId>
62
          <artifactId>org.gvsig.jproj</artifactId>
63
          <classifier>win-nt-vs8-i386-dynamic-runtime</classifier>
64
          <type>tar.gz</type>
65
      </dependency>   
66
    </dependencies>
67

  
68
  <build>
69
    <plugins>
70
  
71
      <plugin>
72
        <groupId>org.apache.maven.plugins</groupId>
73
        <artifactId>maven-dependency-plugin</artifactId>
74
        <executions>
75
          <execution>
76
          	<id>unpack</id>
77
	        <phase>process-sources</phase>
78
	        <goals>
79
	          <goal>unpack</goal>
80
	        </goals>
81
	        <configuration>
82
	          <artifactItems>
83
	            <artifactItem>
84
		            <groupId>org.gvsig</groupId>
85
		            <artifactId>org.gvsig.projection.app.jcrs.common</artifactId>
86
		            <type>zip</type>
87
					<overWrite>true</overWrite>
88
					<outputDirectory>target</outputDirectory>
89
	            </artifactItem>
90
	            <artifactItem>
91
		            <groupId>org.gvsig</groupId>
92
		            <artifactId>org.gvsig.jproj</artifactId>
93
		            <classifier>win-nt-vs8-i386-dynamic</classifier>
94
		            <type>tar.gz</type>
95
					<overWrite>true</overWrite>
96
					<outputDirectory>target/native</outputDirectory>
97
	            </artifactItem>
98
	            <artifactItem>
99
		            <groupId>org.gvsig</groupId>
100
		            <artifactId>org.gvsig.jproj</artifactId>
101
		            <classifier>win-nt-vs8-i386-dynamic-runtime</classifier>
102
		            <type>tar.gz</type>
103
					<overWrite>true</overWrite>
104
					<outputDirectory>target/native/bin</outputDirectory>
105
	            </artifactItem>
106
	          </artifactItems>
107
	        </configuration>
108
          </execution>
109
        </executions>
110
	  </plugin>
111
  
112
  
113
    </plugins>
114
  </build>
115

  
116
  <profiles>
117
  
118
    <profile>
119
      <id>gvsig-plugin-install-jcrs-windows-x86</id>
120
      <activation>
121
         <os>
122
             <family>windows</family>
123
             <!-- Uncomment this when have support for amd64 -->
124
             <!-- 
125
             <arch>x86</arch>
126
             -->
127
         </os>
128
      </activation>
129
	  <properties>
130
	    <gvsig.install.plugin>true</gvsig.install.plugin>
131
	  </properties>
132
    </profile>
133
  </profiles>
134
  
135
</project>
136

  
0 137

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.mainplugin/src/main/assembly/gvsig-plugin-package.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<assembly>
27
  <id>gvsig-plugin-package</id>
28
  <formats>
29
    <format>zip</format>
30
  </formats>
31
  <baseDirectory>${gvsig.package.info.code}</baseDirectory>
32
  <includeBaseDirectory>true</includeBaseDirectory>
33
  <files>
34
    <file>
35
      <source>target/package.info</source>
36
    </file>
37
  </files>
38

  
39
  <fileSets>
40
    <fileSet>
41
      <directory>target/org.gvsig.projection.app.jcrs.common</directory>
42
      <outputDirectory>.</outputDirectory>
43
      <excludes>
44
      	<exclude>package.info</exclude>
45
      </excludes>
46
    </fileSet>
47
    <fileSet>
48
      <directory>src/main/resources-plugin</directory>
49
      <outputDirectory>.</outputDirectory>
50
    </fileSet>
51
  </fileSets>
52

  
53
<!--
54
  <dependencySets>
55
    <dependencySet>
56
      <useProjectArtifact>false</useProjectArtifact>
57
      <useTransitiveDependencies>false</useTransitiveDependencies>
58
      <outputDirectory>lib</outputDirectory>
59
		<includes>
60
		</includes>
61
    </dependencySet>
62
  </dependencySets>
63
  -->
64

  
65
</assembly>
66

  
67

  
68

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.mainplugin/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <artifactId>org.gvsig.projection.app.jcrs.mainplugin</artifactId>
5
  <packaging>jar</packaging>
6

  
7
 	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.projection.app.jcrs</artifactId>
10
		<version>2.1.55</version>
11
	</parent>
12

  
13
  <dependencies>
14
      <dependency>
15
          <groupId>org.gvsig</groupId>
16
          <artifactId>org.gvsig.projection.app.jcrs.common</artifactId>
17
          <type>zip</type>
18
        </dependency>
19
  </dependencies>
20

  
21
  <build>
22
    <plugins>
23

  
24
      <plugin>
25
        <groupId>org.apache.maven.plugins</groupId>
26
        <artifactId>maven-dependency-plugin</artifactId>
27
        <executions>
28
          <execution>
29
          	<id>unpack</id>
30
	        <phase>process-sources</phase>
31
	        <goals>
32
	          <goal>unpack</goal>
33
	        </goals>
34
	        <configuration>
35
	          <artifactItems>
36
	            <artifactItem>
37
		            <groupId>org.gvsig</groupId>
38
		            <artifactId>org.gvsig.projection.app.jcrs.common</artifactId>
39
		            <type>zip</type>
40
                            <overWrite>true</overWrite>
41
                            <outputDirectory>target</outputDirectory>
42
	            </artifactItem>
43
	          </artifactItems>
44
	        </configuration>
45
          </execution>
46
        </executions>
47
      </plugin>
48

  
49
      </plugins>
50
  </build>
51

  
52
  <properties>
53
    <gvsig.install.plugin>true</gvsig.install.plugin>
54
    <gvsig.package.info.name>CRS: CRS management (GDAL/Geotools based, Native)</gvsig.package.info.name>
55
  </properties>
56
</project>
57

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.mainplugin/buildNumber.properties
1
#Sun Aug 21 23:26:07 CEST 2016
2
buildNumber=2110
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.lin.x86/buildNumber.properties
1
#Fri Oct 09 10:40:29 CEST 2015
2
buildNumber=2085
0 3

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.lin.x86/src/main/resources-plugin/autorun.sh
1
#!/bin/sh
2
#
3
# gvSIG. Desktop Geographic Information System.
4
#
5
# Copyright (C) 2007-2013 gvSIG Association.
6
#
7
# This program is free software; you can redistribute it and/or
8
# modify it under the terms of the GNU General Public License
9
# as published by the Free Software Foundation; either version 3
10
# of the License, or (at your option) any later version.
11
#
12
# This program is distributed in the hope that it will be useful,
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with this program; if not, write to the Free Software
19
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
# MA  02110-1301, USA.
21
#
22
# For any additional information, do not hesitate to contact us
23
# at info AT gvsig.com, or visit our website www.gvsig.com.
24
#
25

  
26

  
27
#
28
# Plugin autorun
29
#
30

  
31
PLUGIN_NAME=$(basename "$PLUGIN_FOLDER")
32

  
33
# Proj4 data files
34
export PROJ_LIB="${GVSIG_HOME_FOLDER}/plugins/$PLUGIN_NAME/projlib"
35

  
36
# Temporary fix for number locale related formatting error with proj4.
37
export LC_NUMERIC=C
38

  
39
add_library_path "$PLUGIN_FOLDER/native"
40

  
41
list_shared_library_dependencies "$PLUGIN_FOLDER/native/"libcrsjniproj*
42

  
43

  
44

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.lin.x86/src/main/assembly/gvsig-plugin-package.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<assembly>
27
  <id>gvsig-plugin-package</id>
28
  <formats>
29
    <format>zip</format>
30
  </formats>
31
  <baseDirectory>${gvsig.package.info.code}</baseDirectory>
32
  <includeBaseDirectory>true</includeBaseDirectory>
33
  <files>
34
    <file>
35
      <source>target/package.info</source>
36
    </file>
37
  </files>
38

  
39
  <fileSets>
40
    <fileSet>
41
      <directory>target/org.gvsig.projection.app.jcrs.common</directory>
42
      <outputDirectory>.</outputDirectory>
43
      <excludes>
44
      	<exclude>package.info</exclude>
45
      </excludes>
46
    </fileSet>
47
    <fileSet>
48
      <directory>target/native/lib</directory>
49
      <outputDirectory>native</outputDirectory>
50
    </fileSet>
51
    <fileSet>
52
      <directory>src/main/resources-plugin</directory>
53
      <outputDirectory>.</outputDirectory>
54
    </fileSet>
55
  </fileSets>
56

  
57

  
58
  <dependencySets>
59
    <dependencySet>
60
      <useProjectArtifact>false</useProjectArtifact>
61
      <useTransitiveDependencies>false</useTransitiveDependencies>
62
      <outputDirectory>lib</outputDirectory>
63
		<includes>
64
            <include>org.gvsig:org.gvsig.jproj:jar</include>
65
		</includes>
66
    </dependencySet>
67
  </dependencySets>
68

  
69
</assembly>
70

  
71

  
72

  
0 73

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.lin.x86/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <artifactId>org.gvsig.projection.app.jcrs.lin.x86</artifactId>
5
  <packaging>jar</packaging>
6
   
7
 	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.projection.app.jcrs</artifactId>
10
		<version>2.1.31-SNAPSHOT</version>
11
	</parent>
12

  
13
  <properties>
14
    <gvsig.package.info.operatingSystem>lin</gvsig.package.info.operatingSystem>
15
    <gvsig.package.info.architecture>x86</gvsig.package.info.architecture>
16
  </properties>
17

  
18
  <dependencyManagement>
19
      <dependencies>
20
        <dependency>
21
            <groupId>org.gvsig</groupId>
22
            <artifactId>org.gvsig.jproj</artifactId>
23
            <version>2.0.1</version>
24
        </dependency>                  
25
        <dependency>
26
            <groupId>org.gvsig</groupId>
27
            <artifactId>org.gvsig.jproj</artifactId>
28
            <version>2.0.1</version>
29
            <classifier>linux-all-gcc4-i386-dynamic</classifier>
30
            <type>tar.gz</type>
31
        </dependency>                  
32
      </dependencies>
33
  </dependencyManagement>
34
 	 
35

  
36
  <dependencies>
37
      <dependency>
38
          <groupId>org.gvsig</groupId>
39
          <artifactId>org.gvsig.projection.app.jcrs.common</artifactId>
40
          <type>zip</type>
41
        </dependency>
42
      <dependency>
43
          <groupId>org.gvsig</groupId>
44
          <artifactId>org.gvsig.jproj</artifactId>
45
      </dependency>                  
46
      <dependency>
47
          <groupId>org.gvsig</groupId>
48
          <artifactId>org.gvsig.jproj</artifactId>
49
          <classifier>linux-all-gcc4-i386-dynamic</classifier>
50
          <type>tar.gz</type>
51
      </dependency> 
52
  </dependencies>
53

  
54
  <build>
55
    <plugins>
56
  
57
      <plugin>
58
        <groupId>org.apache.maven.plugins</groupId>
59
        <artifactId>maven-dependency-plugin</artifactId>
60
        <executions>
61
          <execution>
62
          	<id>unpack</id>
63
	        <phase>process-sources</phase>
64
	        <goals>
65
	          <goal>unpack</goal>
66
	        </goals>
67
	        <configuration>
68
	          <artifactItems>
69
	            <artifactItem>
70
		            <groupId>org.gvsig</groupId>
71
		            <artifactId>org.gvsig.projection.app.jcrs.common</artifactId>
72
		            <type>zip</type>
73
					      <overWrite>true</overWrite>
74
					      <outputDirectory>target</outputDirectory>
75
	            </artifactItem>
76
	            <artifactItem>
77
		            <groupId>org.gvsig</groupId>
78
		            <artifactId>org.gvsig.jproj</artifactId>
79
		            <classifier>linux-all-gcc4-i386-dynamic</classifier>
80
		            <type>tar.gz</type>
81
					      <overWrite>true</overWrite>
82
					      <outputDirectory>target/native</outputDirectory>
83
	            </artifactItem>
84
	          </artifactItems>
85
	        </configuration>
86
          </execution>
87
        </executions>
88
	  </plugin>
89
  
90
  
91
    </plugins>
92
  </build>
93

  
94
  <profiles>
95
  
96
    <profile>
97
      <id>gvsig-plugin-install-jcrs-linux-x86</id>
98
      <activation>
99
         <os>
100
             <family>unix</family>
101
             <name>linux</name>
102
             <arch>x86</arch>
103
         </os>
104
      </activation>
105
	    <properties>
106
	      <gvsig.install.plugin>true</gvsig.install.plugin>
107
	    </properties>
108
    </profile>
109
    <profile>
110
      <!-- Some platforms report i386 instead of x86 -->
111
      <id>gvsig-plugin-install-jcrs-linux-i386</id>
112
      <activation>
113
         <os>
114
             <family>unix</family>
115
             <name>linux</name>
116
             <arch>i386</arch>
117
         </os>
118
      </activation>
119
      <properties>
120
         <gvsig.install.plugin>true</gvsig.install.plugin>
121
      </properties>
122
    </profile>
123
  </profiles>
124
  
125
</project>
126

  
0 127

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.common/src/main/resources-plugin/about/about.htm
1
<html>
2
<body>
3

  
4
<img src="logoidr.png"><br>
5

  
6
<h2>UCLM-IDR</h2>
7
<br>
8

  
9
<p>EN CONSTRUCCION</p>
10

  
11
</body>
12
</html>
0 13

  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.common/src/main/resources-plugin/plugin-persistence.def
1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.geodb.  
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.projection.app.jcrs">
9
      <description>plugin persistence org.gvsig.projection.app.jcrs</description>
10
      <fields>
11
        <field name="recentCRSs" type="List" classOfItems="org.gvsig.crs.persistence.RecentCRSsPersistence" mandatory="false">
12
          <description>List of recents CRSs</description>
13
        </field>
14
        <field name="recentTransformations" type="List" classOfItems="org.gvsig.crs.persistence.RecentTrsPersistence" mandatory="false">
15
          <description>List of recents recentTransformations</description>
16
        </field>
17
        <field name="epsgDatabase" type="String" mandatory="false">
18
          <description></description>
19
        </field>
20
        <field name="useMemoryCacheForCRSs" type="Boolean" defaultValue="true" mandatory="false">
21
          <description></description>
22
        </field>
23
      </fields>
24
    </class>
25
  </classes>
26
</definitions>  
org.gvsig.projection.jcrs/tags/org.gvsig.projection.jcrs-2.1.55/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.common/src/main/resources-plugin/i18n/text_de.properties
1
#Translations for language [de]
2
#Wed Jan 21 13:46:05 CET 2009
3
a_new_view=Neue Ansicht
4
abstract=Zusammenfassung
5
aceptar=OK
6
add=Hinzuf\u00fcgen
7
address=Adresse
8
advanced=Erweitert
9
advanced_settings=Erweiterte Optionen
10
advertencia_nad=WICHTIG\: Die Transformation wird innerhalb der Grenzen des Grids ausgef\u00fchrt.
11
ancho_alto=Breite x H\u00f6he
12
anterior=Zur\u00fcck
13
aplicar_capa=Raumbezugssystem (CRS) des Layers
14
aplicar_vista=Raumbezugssystem (CRS) der Ansicht
15
apply=Anwenden
16
area=Fl\u00e4che
17
bands=Kan\u00e4le
18
brillo=Helligkeit
19
brillo_y_contraste=Helligkeit und Kontrast
20
browse=Durchsuchen
21
buscar=Suchen
22
buscar_por_criterio_seleccion=
23
calculated_in=Berechnet in
24
cancel=Abbrechen
25
cannotReproject=Koordinatensystem kann nicht umprojiziert werden
26
cant_reproject_from_any_of=Neu Projektion nicht m\u00f6glich von 
27
capas=Layer
28
city=Ort
29
clear=L\u00f6schen
30
code_transformation=Transformations-Code
31
codeSelectedCrs=
32
codigo=Code
33
COMP=
34
compound=
35
conectar=Verbinden
36
connect_error=Verbindungsfehler
37
contact_info=Kontaktinformationen
38
contact_organization=Organisation
39
contact_person=Name
40
contact_position=Position
41
contraste=Kontrast
42
coor_geograficas=Geografische Koordinaten
43
could_not_find_web_map_context_file=Es konnte kein Web Map Context gefunden werden
44
countries_of_the_world=Afghanistan;Albania;Algeria;American Samoa;Andorra;Angola;Anguilla;Antarctica;Antigua and Barbuda;Argentina;Armenia;Aruba;Ascension Island;Australia;Austria;Azerbaijan;Bahamas;Bahrain;Bangladesh;Barbados;Belarus;Belgium;Belize;Benin;Bermuda;Bhutan;Bolivia;Bosnia and Herzegovina;Botswana;Bouvet Island;Brazil;British Indian Ocean Territory;Brunei;Bulgaria;Burkina Faso;Burundi;Cambodia;Cameroon;Canada;Cape Verde;Cayman Islands;Central African Republic;Chad;Chile;China;Christmas Island;Cocos (Keeling) Islands;Colombia;Comoros;Congo (DRC);Congo;Cook Islands;Costa Rica;C\u00f4te d\u0092Ivoire;Croatia;Cuba;Cyprus;Czech Republic;Denmark;Djibouti;Dominica;Dominican Republic;Ecuador;Egypt;El Salvador;Equatorial Guinea;Eritrea;Estonia;Ethiopia;Falkland Islands (Islas Malvinas);Faroe Islands;Fiji Islands;Finland;France;French Guiana;French Polynesia;French Southern and Antarctic Lands;Gabon;Gambia, The;Georgia;Germany;Ghana;Gibraltar;Greece;Greenland;Grenada;Guadeloupe;Guam;Guatemala;Guernsey;Guinea;Guinea-Bissau;Guyana;Haiti;Heard Island and McDonald Islands;Honduras;Hong Kong SAR;Hungary;Iceland;India;Indonesia;Iran;Iraq;Ireland;Isle of Man;Israel;Italy;Jamaica;Japan;Jordan;Jersey;Kazakhstan;Kenya;Kiribati;Korea;Kuwait;Kyrgyzstan;Laos;Latvia;Lebanon;Lesotho;Liberia;Libya;Liechtenstein;Lithuania;Luxembourg;Macao SAR;Macedonia, Former Yugoslav Republic of;Madagascar;Malawi;Malaysia;Maldives;Mali;Malta;Marshall Islands;Martinique;Mauritania;Mauritius;Mayotte;Mexico;Micronesia;Moldova;Monaco;Mongolia;Montserrat;Morocco;Mozambique;Myanmar;Namibia;Nauru;Nepal;Netherlands Antilles;Netherlands, The;New Caledonia;New Zealand;Nicaragua;Niger;Nigeria;Niue;Norfolk Island;North Korea;Northern Mariana Islands;Norway;Oman;Pakistan;Palau;Palestinian Authority;Panama;Papua New Guinea;Paraguay;Peru;Philippines;Pitcairn Islands;Poland;Portugal;Puerto Rico;Qatar;Reunion;Romania;Russia;Rwanda;Samoa;San Marino;S\u00e3o Tom\u00e9 and Pr\u00edncipe;Saudi Arabia;Senegal;Serbia and Montenegro;Seychelles;Sierra Leone;Singapore;Slovakia;Slovenia;Solomon Islands;Somalia;South Africa;South Georgia and the South Sandwich Islands;Spain;Sri Lanka;St. Helena;St. Kitts and Nevis;St. Lucia;St. Pierre and Miquelon;St. Vincent and the Grenadines;Sudan;Suriname;Svalbard and Jan Mayen;Swaziland;Sweden;Switzerland;Syria;Taiwan;Tajikistan;Tanzania;Thailand;Timor-Leste;Togo;Tokelau;Tonga;Trinidad and Tobago;Tristan da Cunha;Tunisia;Turkey;Turkmenistan;Turks and Caicos Islands;Tuvalu;Uganda;Ukraine;United Arab Emirates;United Kingdom;United States of America;United States Minor Outlying Islands;Uruguay;Uzbekistan;Vanuatu;Vatican City;Venezuela;Vietnam;Virgin Islands;Virgin Islands, British;Wallis and Futuna;Yemen;Zambia;Zimbabwe
45
country=Land
46
covered_extension=Bedeckter Bereich
47
created_with=Erstellt mit
48
criterio_busqueda=Suchkriterium
49
crs_layer=
50
crs_no_selected.=
51
crs_not_projected=
52
crs_not_soported=Raumbezugssystem (CRS) nicht unterst\u00fctzt
53
crs_usuario=
54
crs_view=
55
crsAndTransformation=
56
crsRepeat=
57
crsview=CRS- View
58
Dat_CodeCrs=
59
Dat_Datum=
60
Dat_DefinirPor=
61
Dat_Elips=
62
Dat_InvF=
63
Dat_InvFToolTipText=
64
Dat_Long=
65
Dat_Meridian=
66
Dat_nDatum=
67
Dat_nElipsoide=
68
Dat_nMeridian=
69
Dat_NombreCrs=
70
Dat_SemMay=
71
Dat_SemMayToolTipText=
72
Dat_SemMen=
73
Dat_SemMenToolTipText=
74
datum=Datum
75
DefCrsUsr_existente=
76
DefCrsUsr_importar_wkt=
77
DefCrsUsr_nuevo=
78
DefCrsUsr_Seleccionar_Crs=
79
DefCrsUsr_wkt=
80
defined_by_view_extent=\u00dcber den Ausschnitt der Ansicht definiert
81
deleteUsr=
82
descripcion=Beschreibung
83
description=Beschreibung
84
description_area=Beschreibung des Bereichs
85
description_URL=URL Bechreibung
86
details=Details
87
detailsTransformation=
88
detalles=Details
89
dimension=Dimension
90
dimensiones=Dimensionen
91
disagregate_layers=Layer Struktur beibehalten
92
e-mail=E-mail
93
edit_layer_properties_to_fix_them=Zur Fehlerkorrektur Ebenen Eigenschaften neu eingeben
94
editar=
95
eliminar=
96
eliminar_extremos=Eckpunkte l\u00f6schen
97
ellips=
98
ellipsoid=
99
EPSG=EPSG
100
error=Fehler
101
error_writting_file=Fehler beim Schreiben der Datei
102
ESRI=ESRI
103
estilos=Styles
104
export=Exportieren
105
export_to_map_context=Als Map Context exportieren
106
extents_no_coincidentes=Ausma\u00dfe des ausgew\u00e4hlten Bildes stimmen nicht mit dem Originalbild \u00fcberein.
107
fax=Fax
108
Fichero=Datei
109
fichero_existe=Die ausgew\u00e4hlte Datei besteht bereits als Layer
110
file_name=Datei
111
file_version=Datei Version
112
fill_name=Name ausf\u00fcllen
113
finalizar=Abschlie\u00dfen
114
fit_WMS_layer=WMS-Layer konfigurieren
115
format=Format
116
formato=Format
117
formatos=Formate
118
fuente=Schrift
119
geogcs=GeoGCS
120
georeferenciado=Georeferenziert
121
greenwichLongitude=
122
grids_en=Grids in
123
height=H\u00f6he
124
html_in_a_new_view=<HTML> Erstellt eine neue Ansicht f\u00fcr das Projekt. Die neue Ansicht  wird alle in der Datei definierten Ebenen enthalten. <HTML>
125
html_in_other_view=<HTML> Layer zur Ansicht aus folgender Liste hinzuf\u00fcgen\:</html>
126
html_in_the_current_view=<HTML> F\u00fcgt die in der Datei definierten Layer zur aktuellen Ansicht</HTML>
127
IAU2000=IAU2000
128
id=ID
129
import=Importieren
130
import_map_context=Karten aus einem OGC Web Map Context (.cml) importieren
131
Importar=
132
importarRejilla=
133
in=in
134
incorrect_domain=Falsche Domain
135
info=Information
136
info_transformations=Transformations-Information
137
infocrs=CRS Information
138
infoCRS=
139
Informacion=Information
140
initial_jcrs_warning=
141
interval=Intervall
142
inv_f=
143
invalid_dimension_values=Ung\u00fcltige Dimensionswerte
144
invFlattening=
145
is_required=ist erforderlich
146
keywords=Schl\u00fcsselw\u00f6rter
147
lat_max=Maximale geografische Breite
148
lat_min=Minimale geografische Breite
149
layer=Layer
150
layer_abstract=Kurzfassung
151
layer_name=Layer-Name
152
layer_title=Layer-Titel
153
layers_in_other_view=Layer in anderen Ansichten
154
layers_in_the_current_view=Layer in der aktuellen Ansicht
155
lineal_directo=Direkt- Lineal
156
logo_URL=Logo URL
157
long=
158
long_max=Maximale geographische L\u00e4nge
159
long_min=Minimale geographische L\u00e4nge
160
m/pixel=Meter/Pixel
161
manual=
162
map_context_file_error=Web Map Context Error
163
map_extent=Ausdehnung
164
map_size_in_pixels=Kartengr\u00f6\u00dfe (Pixel)
165
metadatos=Metadaten
166
more_info=
167
move_layer_down=Nach unten
168
move_layer_up=Nach oben
169
must_specify_a_file=Eine Zieldatei muss angegeben werden.
170
nadfile_bad_format=Grid Datei- Format nicht erkannt
171
nadfile_not_found=Grid- Datei nicht gefunden
172
NADGR=
173
nadgrids=Grids
174
nadgrids_file=Grid- Datei
175
name=Name
176
name_transformation=Name der Transformation
177
nameDatum=
178
nameSelectedCrs=
179
newCRS=
180
no=Nein
181
no_name=
182
no_results=Keine Ergebnisse
183
node_count=Zahl der Knotenpunkte
184
nombre=Name
185
nombre_proyeccion=
186
none_selected=Nichts ausgew\u00e4hlt
187
not_available=Nicht verf\u00fcgbar
188
nuevo=Neu
189
nuevo_crs=Neues Raumbezugssystem (CRS)
190
num_bandas=Kanalzahl
191
numeric_format=Dieses Feld akzeptiert nur numerische Eingaben.
192
ogc_mapcontext_file=OGC Web Map Context
193
ok=Ok
194
Ok=OK
195
opacidad=Undurchsichtigkeit
196
open_layers_as=\u00d6ffne Layer als
197
options=Optionen
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff