<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><SPAN class=85424006-10092001>Hi 
Group,</SPAN></FONT></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>here my problem still 
once in detail:<BR></FONT>
<P><FONT face=Arial size=2>I would like to show&nbsp;<SPAN 
class=85424006-10092001>a query </SPAN>result on certain scale, but BUFFER or 
SCALE parameter does nothing.&nbsp;<SPAN class=85424006-10092001>S</SPAN>teve 
gave me datzu the following tip</FONT><SPAN class=85424006-10092001><FONT 
face=Arial size=2>:</FONT></P>
<P><FONT face=Arial><FONT size=2><SPAN class=85424006-10092001>"</SPAN>Hi 
Michael: You're correct, this doesn't work on 3.4, but will in 3.5 (currently 
doesn't). It's not<SPAN class=85424006-10092001> </SPAN>a technical issue rather 
one of priorities in getting things working. You can work around this<SPAN 
class=85424006-10092001> </SPAN>by not using a query map but rather adding a 
second layer to use in displaying the query<SPAN class=85424006-10092001> 
</SPAN>results. For this second layer you're going to modify the class 
expression dynamically to isolate<SPAN class=85424006-10092001> </SPAN>the 
chosen record and draw it special. You do this within an &lt;img...&gt; tag that 
normally would<SPAN class=85424006-10092001> </SPAN>be used to display the 
querymap. Here's how:<SPAN class=85424006-10092001> </SPAN>- add a second layer 
to your mapfile, it should reference the same data as you want to query and 
define the class to draw the selected feature as you wish, the class item 
should<SPAN class=85424006-10092001> </SPAN>be 'regnrba'. Don't define a class 
expression. Place this layer AFTER the main layer and<SPAN 
class=85424006-10092001> </SPAN>set it's status to OFF.<SPAN 
class=85424006-10092001> </SPAN></FONT></FONT></P>
<P><FONT face=Arial><FONT size=2><SPAN 
class=85424006-10092001></SPAN></FONT></FONT><FONT face=Arial size=2>- drop the 
query map from your mapfile</FONT></P>
<P><FONT face=Arial size=2>- add something like this to your template (assuming 
new layer is called foo)</FONT></P>
<P><FONT face=Arial><FONT size=2>&lt;img 
src="/cgi-bin/mapserv.exe?map=[mapfile]&amp;layer=foo&amp;mapxy=[shpmidx]+[shpmidy]&amp;buffer=xxxx&amp;map_foo_class_expression=[REGNRBA]&amp;mode=map[getlayers]"&gt;<SPAN 
class=85424006-10092001> "</SPAN></FONT></FONT></P>
<P><FONT face=Arial size=2><SPAN class=85424006-10092001>But with the Variables 
'[shpmidx]+[shpmidy]' this don't work. What wrong do I make?</SPAN></FONT></P>
<P><FONT face=Arial size=2><SPAN class=85424006-10092001>Here my File 
listings:<BR></SPAN></FONT></SPAN></SPAN><FONT face=Arial 
size=2></FONT></P></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>Init (html-) file 
</FONT></SPAN><SPAN class=85424006-10092001><FONT face=Arial 
size=2>(index06.html):</FONT></SPAN></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2>&lt;html&gt;<BR>&lt;head&gt;&lt;title&gt;Mapserver Demo 
Informationssystem Altbergbau&lt;/title&gt;&lt;/head&gt;<BR>&lt;body 
bgcolor="#FFFFFF"&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2>&lt;center&gt;&lt;h2&gt;Informationssystem Altbergbau Demo 
06.09.2001&lt;/h2&gt;&lt;/center&gt;<BR>&lt;p&gt;&lt;hr&gt;&lt;p&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>Start der Demo durch 
drücken des Knopfes unten</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>&lt;form method=GET 
action='/cgi-bin/mapserv.exe'&gt;<BR>&lt;!--Für Test: &lt;form method=GET 
action='/cgi-bin/mapserv.exe'&gt; --&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>&lt;input 
type='hidden' name='map' 
value='C:/Inetpub/wwwroot/ms_demo/isab06.map'&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>&lt;input 
type='hidden' name='layer' value='lsa_tfb'&gt;<BR>&lt;input type='hidden' 
name='layer' value='lsatk200'&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>&lt;input 
type='hidden' name='zoomsize' value=2&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2>&lt;center&gt;&lt;input type='submit' 
value='Start'&gt;&lt;/center&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2>&lt;/form&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2>&lt;p&gt;&lt;hr&gt;&lt;p&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2>&lt;/body&gt;&lt;/html&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001></SPAN><SPAN class=85424006-10092001><FONT 
face=Arial size=2>&lt;html&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2>----------------------------------------------------------------------------------------------------------------------------------------------------------------</FONT></SPAN></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>Templete 
file:</FONT></SPAN></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2>&lt;head&gt;<BR>&lt;title&gt;Mapserver - einfacher 
Test&lt;/title&gt;<BR>&lt;meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"&gt;<BR>&lt;meta name="GENERATOR" 
content="notepad"&gt;<BR>&lt;/head&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2>&lt;body&gt;<BR>&lt;form method=GET 
action='/cgi-bin/mapserv.exe'&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>&lt;p&gt;Das ist eine 
ganz einfache Mapserver Seite&lt;/p&gt;<BR>&lt;p&gt;Es soll Objekt mit Regnrba = 
1005-23/01 angezeigt werden&lt;p&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>&lt;p&gt;Test 
Map&lt;/a&gt;&lt;br&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>&lt;!-- This work: 
--&gt;<BR>&lt;img border="1" 
src="/cgi-bin/mapserv.exe?map=ms_demo/isab06.map&amp;layer=q_lsa_tfb&amp;mapxy=4482400+5750000&amp;buffer=10000&amp;map_q_tfb_lsa_class_expression=1005-23/01&amp;mode=map&amp;layers=lsatk200+lsa_tfb&gt;" 
&lt;/p&gt;&lt;br&gt;<BR>&lt;!-- Don't work --&gt;<BR>&lt;img border="1" 
src="/cgi-bin/mapserv.exe?map=ms_demo/isab06.map&amp;layer=q_lsa_tfb&amp;mapxy=[shpmidx]+[shpmidy]&amp;buffer=10000&amp;map_q_tfb_lsa_class_expression=1005-23/01&amp;mode=map[get_layers]" 
&lt;/p&gt;<BR>&lt;p&gt;&amp;nbsp;&lt;/p&gt;<BR>&lt;input type="hidden" 
name="imgxy" value="299.5 299.5"&gt;<BR>&lt;input type="hidden" name="imgext" 
value="[mapext]"&gt;<BR>&lt;input type="hidden" name="map" 
value="[map]"&gt;<BR>&lt;input type="hidden" name="savequery" 
value="true"&gt;<BR>&lt;input type="hidden" name="mapext" 
value="shapes"&gt;<BR>&lt;input type="hidden" name="mapxy" 
value="[shpmid]"&gt;<BR>&lt;input type="hidden" name="getlayers" 
value="[get_layers]"&gt;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2>&lt;/form&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;<BR></FONT></SPAN></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>Map 
File:</FONT></SPAN></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>map<BR>&nbsp; extent 
4401328.5 5644860.0 4582087.0 5878911.5<BR>&nbsp; imagecolor 255 255 
255<BR>&nbsp; name "Isab06 (Test Steve's Methode)"<BR>&nbsp; shapepath 
"data"<BR>&nbsp; size 600 600<BR>&nbsp; status on<BR>&nbsp; symbolset 
"symbols/all.sym"<BR>&nbsp; #MA fontset eingefügt für Beschriftung der 
Lables<BR>&nbsp; fontset "font.set"<BR>&nbsp; units meters<BR>&nbsp; # 1 web 
isab02.html<BR>&nbsp; web<BR>&nbsp;&nbsp;&nbsp; footer 
"isab06_footer.html"<BR>&nbsp;&nbsp;&nbsp; header 
"isab06_header.html"<BR>&nbsp;&nbsp;&nbsp; imagepath 
"C:/Inetpub/wwwroot/ms_demo/tmp/"<BR>&nbsp;&nbsp;&nbsp; imageurl 
"/ms_demo/tmp/"<BR>&nbsp;&nbsp;&nbsp; template 
"isab06.html"<BR>&nbsp;&nbsp;&nbsp; log "isab06.log"<BR>&nbsp; end&nbsp; 
<BR>&nbsp; # Querymap für diese Version entfern<BR>&nbsp; # 2 querymap 
hilite<BR>&nbsp;&nbsp;&nbsp;&nbsp; # querymap<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
#&nbsp;&nbsp; STATUS ON<BR>&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;&nbsp; STYLE 
HILITE<BR>&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;&nbsp; COLOR 255 255 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;&nbsp; size 700 
500<BR>&nbsp;&nbsp;&nbsp;&nbsp; # end<BR>&nbsp; # 3 scalebar #none<BR>&nbsp; 
scalebar<BR>&nbsp;&nbsp;&nbsp; backgroundcolor 255 255 0<BR>&nbsp;&nbsp;&nbsp; 
color 255 255 255<BR>&nbsp;&nbsp;&nbsp; imagecolor 255 255 
255<BR>&nbsp;&nbsp;&nbsp; intervals 4<BR>&nbsp;&nbsp;&nbsp; outlinecolor 0 0 
0<BR>&nbsp;&nbsp;&nbsp; size 200 7<BR>&nbsp;&nbsp;&nbsp; status 
on<BR>&nbsp;&nbsp;&nbsp; style 0<BR>&nbsp;&nbsp;&nbsp; transparent 
true<BR>&nbsp;&nbsp;&nbsp; units meters<BR>&nbsp;&nbsp;&nbsp; # 1 label 
#none<BR>&nbsp;&nbsp;&nbsp; label<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
backgroundcolor 0 0 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; color 255 255 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; size tiny<BR>&nbsp;&nbsp;&nbsp; 
end<BR>&nbsp; end<BR>&nbsp; # 4 layer 
lsarb<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
layer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; classitem 
"MERGE_RP"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data 
"lsarb"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # group 
"lsarb"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; labelcache 
on<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; labelitem 
"MERGE_RP"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name 
"lsarb"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # postlabelcache true # 
Wenn Option aktiv erscheint Fläche immer 
oben<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; queryitem 
"MERGE_RP"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; status 
on<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type 
polygon<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # 2 class {RP 
Dessau}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
class<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
color 255 217 
125<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
SYMBOL 
2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
expression 
"151"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
name "RP 
Dessau"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
outlinecolor 0 0 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
label<BR>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; color 0 128 
255<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
end # 
label<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
end<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # 3 
class {RP 
Halle}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
class<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
color 255 251 
195<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
expression 
"152"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
name "RP 
Halle"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
outlinecolor 0 0 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
label<BR>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;color 0 128 
255<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
end # 
label<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
end<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # 4 
class {RP 
Magdeburg}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
class<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
color 183 223 
134<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
expression 
"153"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
name "RP 
Magdeburg"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
outlinecolor 0 0 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
label<BR>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;color 0 128 
255<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
end # label<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<BR>&nbsp; end<BR>&nbsp; 
#<BR>&nbsp; # Rasterlayer TK200<BR>&nbsp;&nbsp;&nbsp; 
LAYER<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 
"lsatk200"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DATA 
"lsatk200.tif"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE 
RASTER<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STATUS ON<BR>&nbsp; END<BR>&nbsp; # 5 
layer lsa_tfb<BR>&nbsp;&nbsp; layer<BR>&nbsp;&nbsp;&nbsp; name 
"lsa_tfb"<BR>&nbsp;&nbsp;&nbsp; type polygon<BR>&nbsp;&nbsp;&nbsp; status 
on<BR>&nbsp;&nbsp;&nbsp; data "lsa_tfb"<BR>&nbsp;&nbsp;&nbsp; header 
"lsa_tfb_header.html"<BR>&nbsp;&nbsp;&nbsp; # 1 query 
#none<BR>&nbsp;&nbsp;&nbsp;&nbsp; query<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
template "lsa_tfb_query.html"<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
end<BR>&nbsp;&nbsp;&nbsp; # minscale 50000 # MA: nicht zu klein wählen - sonst 
keine Anzeige der Objekte<BR>&nbsp;&nbsp;&nbsp; labelcache 
on<BR>&nbsp;&nbsp;&nbsp; labelitem "REGNR_BA"<BR>&nbsp;&nbsp;&nbsp; # 
postlabelcache true # wenn Option aktiv, kein Hiliting in der 
Abfrage!<BR>&nbsp;&nbsp;&nbsp; # 2 class lsa_tfb_1<BR>&nbsp;&nbsp;&nbsp; 
class<BR>&nbsp;&nbsp;&nbsp;&nbsp; name 
"Tiefbauflaechen"<BR>&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp; color 255 102 0<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
outlinecolor 0 0 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # 1 label 
#none<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
label<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; angle 
auto<BR>&nbsp;&nbsp;&nbsp; antialias<BR>&nbsp;&nbsp;&nbsp; backgroundcolor 250 
250 150<BR>&nbsp;&nbsp;&nbsp; buffer 2 #Größe des Labels 
(MA)<BR>&nbsp;&nbsp;&nbsp; color 140 70 5<BR>&nbsp;&nbsp;&nbsp; font 
"arial"<BR>&nbsp;&nbsp;&nbsp; maxsize 12<BR>&nbsp;&nbsp;&nbsp; minsize 
7<BR>&nbsp;&nbsp;&nbsp; position cr<BR>&nbsp;&nbsp;&nbsp; size 
small<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type 
truetype<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end # label<BR>&nbsp;&nbsp;&nbsp; 
end<BR>&nbsp; end<BR>&nbsp; # MA: jetzt kommt der Abfragelayer<BR>&nbsp; # 5 
layer q_lsa_tfb<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
layer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name 
"q_lsa_tfb"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type 
polygon<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; status 
off<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data 
"lsa_tfb"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; header 
"lsa_tfb_header.html"<BR>&nbsp;&nbsp;&nbsp;&nbsp; # MA: Querymap für Abfrage 
entfernen<BR>&nbsp;&nbsp;&nbsp;&nbsp; # 1 query 
#none<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
query<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; template 
"lsa_tfb_query.html"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
end<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; labelcache 
on<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; labelitem 
"REGNR_BA"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # postlabelcache true # wenn Option 
aktiv, kein Hiliting in der Abfrage!<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # 2 class 
lsa_tfb_1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
class<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name 
"regnr_ba"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; color 230 221 
251<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; outlinecolor 0 0 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
label<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
angle 
auto<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; 
antialias<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; backgroundcolor 250 250 
150<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; buffer 2 #Größe des Labels 
(MA)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; color 140 70 
5<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; font 
"arial"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; maxsize 
12<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; minsize 
7<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; position 
cr<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; size 
small<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
type truetype<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end # 
label<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end 
#class<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp; end<BR>&nbsp; # Ende des 
Abfragelayers<BR>&nbsp; # 6 reference graphics/reference.gif<BR>&nbsp; 
reference<BR>&nbsp;&nbsp;&nbsp; color -1 -1 -1<BR>&nbsp;&nbsp;&nbsp; extent 
4401328.5 5644860.0 4582087.0 5878911.5<BR>&nbsp;&nbsp;&nbsp; image 
"graphics/reference.gif"<BR>&nbsp;&nbsp;&nbsp; outlinecolor 255 0 
0<BR>&nbsp;&nbsp;&nbsp; size 120 120<BR>&nbsp;&nbsp;&nbsp; status on<BR>&nbsp; 
end<BR>&nbsp; # 8 legend #none<BR>&nbsp; legend<BR>&nbsp;&nbsp;&nbsp; keysize 18 
12<BR>&nbsp;&nbsp;&nbsp; status on<BR>&nbsp;&nbsp;&nbsp; # 1 label 
#none<BR>&nbsp;&nbsp;&nbsp; label<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; color 0 0 
89<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; size 
medium<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type bitmap<BR>&nbsp;&nbsp;&nbsp; 
end<BR>&nbsp; end<BR>end</FONT></SPAN></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2>Logfile:</FONT></SPAN></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>Mon Sep 10 09:10:29 
2001,434,198.168.200.39,Isab06 (Test Steve's Methode),0,4374758.379800 
5644860.000000 4608657.120200 5878911.500000,-1.000000 -1.000000,lsa_tfb 
lsatk200 ,normal execution<BR>Mon Sep 10 09:10:29 2001,47,198.168.200.39,Isab06 
(Test Steve's Methode),0,4401328.500000 5644860.000000 4582087.000000 
5878911.500000,-1.000000 -1.000000,q_lsa_tfb ,getNumeric(): Incorrect data type. 
</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>Mon Sep 10 09:10:30 
2001,362,198.168.200.39,Isab06 (Test Steve's Methode),3,4472400.000000 
5740000.000000 4492400.000000 5760000.000000,4482400.000000 
5750000.000000,q_lsa_tfb lsatk200 lsa_tfb&gt; ,normal 
execution<BR></FONT></SPAN></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial size=2>(Wy 3 
entries?)</FONT></SPAN></DIV>
<DIV><SPAN class=85424006-10092001><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV>
<P><FONT size=2><FONT face=Arial>Greetings from&nbsp;<SPAN 
class=85424006-10092001>Halle/Saale, Germany</SPAN></FONT></FONT></P>
<P><FONT size=2><FONT face=Arial><SPAN 
class=85424006-10092001>Michael</SPAN></FONT></FONT></P>
<P><FONT size=2><SPAN class=85424006-10092001></SPAN>Dipl.-Ing. M. 
Achtzehn<BR>CUI - Consultinggesellschaft für Umwelt und 
Infrastruktur<BR>Eisenbahnstraße 10<BR>06132 
Halle<BR>____________________</FONT><A href="http://www.cui.de/"><BR><FONT 
color=#000000 size=2>www.cui.de</FONT></A><BR><FONT size=2>Tel.: 0345 7742 
749<BR>Fax.: 0345 7742 754<BR><BR></P></FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></BODY></HTML>