<br><font size=2 face="sans-serif">Hallo Herr Lynen,</font>
<br>
<br><font size=2 face="sans-serif">ich habe schon mal Mapinfo Daten mit dem Mapserver getestet. Da ich mehr aus der ESRI Schiene komme, war dies auch nur ein kleiner Test. Sie können auf jeden Fall den HEADER und den FOOTER zentral definieren. Ich habe mal einen Auszug aus meiner Mapdatei beigefügt:</font>
<br>
<br><font size=2 face="sans-serif">NAME mapinfo</font>
<br><font size=2 face="sans-serif">STATUS ON</font>
<br><font size=2 face="sans-serif">SHAPEPATH &quot;d:\web\umn_mapserver_mapinfo\geodaten\&quot;</font>
<br><font size=2 face="sans-serif">SYMBOLSET &quot;d:\web\umn_mapserver_mapinfo\html\symbol\symbols.sym&quot;</font>
<br><font size=2 face="sans-serif">FONTSET &quot;d:\web\umn_mapserver_mapinfo\html\font\font.list&quot;</font>
<br><font size=2 face="sans-serif">UNITS meters</font>
<br>
<br><font size=2 face="sans-serif">WEB</font>
<br><font size=2 face="sans-serif">&nbsp; EMPTY &quot;d:\web\umn_mapserver_mapinfo\html\mapsystem\map_empty.html&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; ERROR &quot;d:\web\umn_mapserver_mapinfo\html\mapsystem\map_error.html&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; HEADER &quot;d:\web\umn_mapserver_mapinfo\html\query\thema_header.html&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; FOOTER &quot;d:\web\umn_mapserver_mapinfo\html\query\thema_footer.html&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; TEMPLATE &quot;d:\web\umn_mapserver_mapinfo\html\map_html.html&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; IMAGEPATH &quot;d:\web\umn_mapserver_mapinfo\html\tmp\&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; IMAGEURL &quot;/mapinfo/tmp/&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; LOG &quot;d:\web\umn_mapserver_mapinfo\html\tmp\mapinfo.log&quot;</font>
<br><font size=2 face="sans-serif">END</font>
<br>
<br><font size=2 face="sans-serif">....</font>
<br>
<br><font size=2 face="sans-serif">Meine Themen habe ich damals über OGR eingebunden:</font>
<br>
<br><font size=2 face="sans-serif">LAYER</font>
<br><font size=2 face="sans-serif">&nbsp; NAME &quot;Einwohner&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; TYPE Polygon</font>
<br><font size=2 face="sans-serif">&nbsp; STATUS on</font>
<br><font size=2 face="sans-serif">&nbsp; CONNECTIONTYPE OGR</font>
<br><font size=2 face="sans-serif">&nbsp; CONNECTION &quot;d:\web\umn_mapserver_mapinfo\geodaten\Kreisgebiet.tab&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; TOLERANCE 10</font>
<br><font size=2 face="sans-serif">&nbsp; TOLERANCEUNITS pixels</font>
<br><font size=2 face="sans-serif">&nbsp; CLASSITEM &quot;Einwohner&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; TEMPLATE &quot;d:\web\umn_mapserver_mapinfo\html\query\kreisgebiet_query.html&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; CLASS</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; EXPRESSION ([Einwohner]&lt;30000)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; NAME &quot;bis 29999&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; COLOR 255 255 214</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; OUTLINECOLOR 0 0 0</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; END &nbsp;# CLASS</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; CLASS</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; EXPRESSION ([Einwohner]&gt;29999 AND [Einwohner]&lt;50000)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; NAME &quot;30000 bis 49999&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; COLOR 255 239 181</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; OUTLINECOLOR 0 0 0</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; END &nbsp;# CLASS</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; CLASS</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; EXPRESSION ([Einwohner]&gt;49999 AND [Einwohner]&lt;70000)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; NAME &quot;50000 bis 59999&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; COLOR 239 255 214</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; OUTLINECOLOR 0 0 0</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; END &nbsp;# CLASS</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; CLASS</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; EXPRESSION ([Einwohner]&gt;69999 AND [Einwohner]&lt;150001)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; NAME &quot;70000 bis 150000&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; COLOR 247 255 198</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; OUTLINECOLOR 0 0 0</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; END &nbsp;# CLASS</font>
<br><font size=2 face="sans-serif">END</font>
<br>
<br><font size=2 face="sans-serif">.......</font>
<br>
<br><font size=2 face="sans-serif">Gruß<br>
<br>
Stefan Wiegand <br>
<br>
-----------------------------------------<br>
Dipl. Math. Stefan Wiegand <br>
KDVZ Hellweg-Sauerland <br>
Griesenbraucker Straße 4 <br>
58640 Iserlohn<br>
Tel.: 02371-439-260<br>
Fax: 02371-61-260<br>
Mail: s.wiegand@kdvz.de<br>
www.kdvz.de</font>