Mercurial > mxd2map
annotate website/about.htm4 @ 212:011ec33e84b4
* website/.htaccess, website/buildhtml.mk, website/switch.php:
added an rsync-switch to transfer symlinks as files (-L), reworked
the details language-switch inside the PHP-script.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Fri, 22 Jul 2011 13:35:25 +0200 |
parents | bdf58d5b7d92 |
children | 4f6356a908e1 |
rev | line source |
---|---|
155 | 1 m4_dnl -*-html-*- |
2 m4_include(`template.m4') | |
3 m4_dnl $Id$ | |
4 | |
5 m4_define(`EN') | |
6 m4_define(`DE_FILE', `about-de.html') | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
7 m4_define(`TITLE', `About MXD2map') |
155 | 8 m4_define(`MAIN', `about') |
9 | |
10 PAGE_START | |
11 | |
12 <div id="intro"> | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
13 <h2>About MXD2map</h2> |
210
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
14 <p>MXD2map is a converter for ArcGIS MXD-files into UMN MapServer Mapfiles.</p> |
155 | 15 </div> |
16 | |
17 <div id="main"> | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
18 <h2>What is MXD2map?</h2> |
155 | 19 |
210
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
20 <p>MXD2map has the ability to publish ArcGIS MXD-files as OGC webservices |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
21 via UMN MapServer.</p> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
22 |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
23 <p>MXD2map combines the following advantages: |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
24 <ul> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
25 <li> Create your maps within your accustomed working environment with ArcGIS Desktop</li> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
26 <li> Convert your project into a UMN MapServer confiuration mapfile</li> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
27 <li> Intranetwide publishing of your own data via OGC webservices (e.g. |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
28 WMS/WFS)</li> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
29 </ul> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
30 </p> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
31 |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
32 <p> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
33 MXD2map is activly supported by <a target="_new" |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
210
diff
changeset
|
34 href="http://www.bsh.de">Bundesamt fuer Seeschifffahrt und Hydrographie</a> |
210
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
35 in Hamburg. |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
36 </p> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
37 |
155 | 38 |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
39 <h2>MXD2map Components</h2> |
210
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
40 <ul> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
41 <li> UMN MapServer Java MapScript</li> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
42 <li> GDAL/OGR</li> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
43 <li> Apache Webserver</li> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
44 <li> ESRI ArcGIS Engine or ESRI ArcGIS Desktop</li> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
45 </ul> |
155 | 46 |
210
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
47 <h2>Functionality</h2> |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
48 <a target="_new" href="img/funktionsweise-MXD2map.png"><img |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
49 src="img/funktionsweise-MXD2map_small.png" alt="funcionality of |
5add50465b3a
Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
50 MXD2map"></a> |
155 | 51 |
52 </div> | |
53 | |
54 <div id="sidebarsimple"> | |
55 <img src="img/logo_single.png"> | |
56 </div> |