annotate website/about-de.htm4 @ 210:5add50465b3a

Reorganized the functionality-image * website/about-de.htm4, website/about.htm4, doku/funktionsweise/funktionsweise-MXD2map-de.svg, website/img/funktionsweise-MXD2map-de.png, website/img/funktionsweise-MXD2map-de_small.png, doku/funktionsweise/funktionsweise-MXD-konverter.svg, doku/funktionsweise/funktionsweise-MXD2map.svg, website/img/funktionsweise-MXD-konverter.png, website/img/funktionsweise-MXD-konverter_small.png: Reworked the image-name in order to have them also available in english for the english website.
author Stephan Holl <stephan.holl@intevation.de>
date Fri, 22 Jul 2011 12:43:23 +0200
parents 8f9196c9c7e8
children 4f6356a908e1
rev   line source
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
1 m4_dnl -*-html-*-
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
2 m4_include(`template.m4')
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
3 m4_dnl $Id$
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
4
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
5 m4_define(`DE')
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
6 m4_define(`EN_FILE', `about.html')
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
7 m4_define(`about-de.html', `0')
162
dd4bb5869f86 replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents: 159
diff changeset
8 m4_define(`TITLE', `�ber MXD2map')
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
9 m4_define(`MAIN', `about')
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
10
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
11 PAGE_START
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
12
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
13 <div id="intro">
162
dd4bb5869f86 replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents: 159
diff changeset
14 <h2>�ber MXD2map</h2>
163
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
15 <p>MXD2map wird zur Erzeugung von UMN
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
16 MapServer-Konfigurationsdateien aus ArcGIS MXD-Dateien verwendet.
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
17 </p>
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
18 </div>
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
19
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
20 <div id="main">
162
dd4bb5869f86 replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents: 159
diff changeset
21 <h2>Was ist MXD2map?</h2>
163
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
22 <p>MXD2map ist ein Konverter zum automatischen Publizieren von OGC-Webdiensten
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
23 aus ESRI ArcGIS MXD-Dateien. Als WMS-Server wird der UMN MapServer
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
24 verwendet.
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
25 </p>
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
26 <p>
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
27 MXD2map kombiniert die folgenden Vorteile:
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
28 <ul>
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
29 <li> Kartengestaltung in gewohnter Arbeitsumgebung �ber ArcGIS Desktop</li>
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
30 <li> Konvertieren des Projektes in eine UMN MapServer Konfigurationsdatei</li>
210
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 163
diff changeset
31 <li> Intranetweites Publizieren eigener Daten direkt �ber OGC-Webdienste (WMS/WFS)</li>
163
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
32 </ul>
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
33 </p>
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
34
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
35 <p>
210
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 163
diff changeset
36 MXD2map wird aktiv vom <a target="_new" href="http://www.bsh.de">Bundesamt f�r Seeschifffahrt und Hydrographie</a> in Hamburg
163
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
37 unterst�tzt.
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
38
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
39 </p>
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
40
162
dd4bb5869f86 replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents: 159
diff changeset
41 <h2>MXD2map Komponenten</h2>
163
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
42 <ul>
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
43 <li> UMN MapServer Java MapScript</li>
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
44 <li> GDAL/OGR</li>
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
45 <li> Apache Webserver</li>
210
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 163
diff changeset
46 <li> ESRI ArcGIS Engine oder ESRI ArcGIS Desktop</li>
163
8f9196c9c7e8 Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
47 </ul>
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
48
210
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 163
diff changeset
49 <h2>Funktionsweise</h2>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 163
diff changeset
50 <a target="_new" href="img/funktionsweise-MXD2map-de.png"><img
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 163
diff changeset
51 src="img/funktionsweise-MXD2map-de_small.png" alt="Funktionsweise von
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 163
diff changeset
52 MXD2map"></a>
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
53
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
54 </div>
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
55
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
56 <div id="sidebarsimple">
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
57 <img src="img/logo_single.png">
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
58 </div>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)