Mercurial > mxd2map
comparison website/about-de.htm4 @ 237:4f6356a908e1
* website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
* website/development-de.htm4, website/development.htm4: Added link to documentation
* website/index-de.htm4, website/index.htm4: some layout-tweaks to make the intro -text appear in one line.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Fri, 05 Aug 2011 10:03:56 +0200 |
parents | 5add50465b3a |
children | 1725558a9ce8 |
comparison
equal
deleted
inserted
replaced
236:ec9d63ce691d | 237:4f6356a908e1 |
---|---|
16 MapServer-Konfigurationsdateien aus ArcGIS MXD-Dateien verwendet. | 16 MapServer-Konfigurationsdateien aus ArcGIS MXD-Dateien verwendet. |
17 </p> | 17 </p> |
18 </div> | 18 </div> |
19 | 19 |
20 <div id="main"> | 20 <div id="main"> |
21 <a name="whatis"> | |
21 <h2>Was ist MXD2map?</h2> | 22 <h2>Was ist MXD2map?</h2> |
22 <p>MXD2map ist ein Konverter zum automatischen Publizieren von OGC-Webdiensten | 23 <p>MXD2map ist ein Konverter zum automatischen Publizieren von OGC-Webdiensten |
23 aus ESRI ArcGIS MXD-Dateien. Als WMS-Server wird der UMN MapServer | 24 aus ESRI ArcGIS MXD-Dateien. Als WMS-Server wird der UMN MapServer |
24 verwendet. | 25 verwendet. |
25 </p> | 26 </p> |
36 MXD2map wird aktiv vom <a target="_new" href="http://www.bsh.de">Bundesamt für Seeschifffahrt und Hydrographie</a> in Hamburg | 37 MXD2map wird aktiv vom <a target="_new" href="http://www.bsh.de">Bundesamt für Seeschifffahrt und Hydrographie</a> in Hamburg |
37 unterstützt. | 38 unterstützt. |
38 | 39 |
39 </p> | 40 </p> |
40 | 41 |
42 <a name="components"> | |
41 <h2>MXD2map Komponenten</h2> | 43 <h2>MXD2map Komponenten</h2> |
42 <ul> | 44 <ul> |
43 <li> UMN MapServer Java MapScript</li> | 45 <li> UMN MapServer Java MapScript</li> |
44 <li> GDAL/OGR</li> | 46 <li> GDAL/OGR</li> |
45 <li> Apache Webserver</li> | 47 <li> Apache Webserver</li> |
46 <li> ESRI ArcGIS Engine oder ESRI ArcGIS Desktop</li> | 48 <li> ESRI ArcGIS Engine oder ESRI ArcGIS Desktop</li> |
47 </ul> | 49 </ul> |
48 | 50 |
51 <a name="functionality"> | |
49 <h2>Funktionsweise</h2> | 52 <h2>Funktionsweise</h2> |
50 <a target="_new" href="img/funktionsweise-MXD2map-de.png"><img | 53 <a target="_new" href="img/funktionsweise-MXD2map-de.png"><img |
51 src="img/funktionsweise-MXD2map-de_small.png" alt="Funktionsweise von | 54 src="img/funktionsweise-MXD2map-de_small.png" alt="Funktionsweise von |
52 MXD2map"></a> | 55 MXD2map"></a> |
56 | |
57 <!-- | |
58 <a name="screenshots"> | |
59 <h2>Screenshots</h2> | |
60 | |
61 <p>implement me</p> | |
62 --> | |
53 | 63 |
54 </div> | 64 </div> |
55 | 65 |
56 <div id="sidebarsimple"> | 66 <div id="sidebarsimple"> |
57 <img src="img/logo_single.png"> | 67 <img src="img/logo_single.png"> |
58 </div> | 68 </div> |
69 | |
70 <div id="sidebar"> | |
71 <h3>Über MXD2map</h3> | |
72 <ul style="list-style-type: square;"> | |
73 <li><a href="#whatis">Was ist MXD2map?</a></li> | |
74 <li><a href="#components">MXD2map Komponenten</a></li> | |
75 <li><a href="#functionality">Funktionsweise</a></li> | |
76 <!--li><a href="#screenshots">Screenshots</a></li--> | |
77 </ul> | |
78 </div> |