<br><font size=2><tt>Hi Gregor,</tt></font>
<br>
<br><font size=2><tt>es schein mir eher an deien Expression zu liegen als
an Oracle: &nbsp; </tt></font>
<br>
<br><font size=2><tt>&nbsp; &nbsp;EXPRESSION (500000 &gt; [EINWOHNER] and
[EINWOHNER] &gt;= 250000)</tt></font>
<br>
<br><font size=2 face="sans-serif">versuche es mal auf diese Weise:</font>
<br><font size=2 face="sans-serif"><br>
</font><font size=2><tt> &nbsp; EXPRESSION ( [EINWOHNER] &lt; 500000 &nbsp;and
[EINWOHNER] &gt;= 250000)</tt></font><font size=3> </font><font size=2 face="Arial">&nbsp;</font>
<br><font size=2 face="Arial"><br>
Mit freundlichen Grüßen<br>
i.A.<br>
<br>
Gunter Rieth<br>
<br>
<br>
Kommunale Datenzentrale Mainz<br>
-Eigenbetrieb der Stadt Mainz-<br>
Hechtsheimer Straße 35<br>
55131 Mainz<br>
<br>
Tel.: 06131/12-3557<br>
Fax.: 06131/12-2267<br>
eMail: </font><a href=mailto:gunter.rieth@stadt.mainz.de><font size=2 color=blue face="Arial"><u>gunter.rieth@stadt.mainz.de
</u></font></a><font size=2 face="Arial"><br>
Notes: Gunter Rieth/KDZ/Mainz<br>
URL: </font><a href=http://www.kdz.mainz.de/><font size=2 color=blue face="Arial"><u>http://www.kdz.mainz.de</u></font></a><font size=2 face="Arial">
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Gregor Fikoczek &lt;gfikoczek@kartago.de&gt;</b>
</font>
<br><font size=1 face="sans-serif">Gesendet von: mapserver-de-bounces@freegis.org</font>
<p><font size=1 face="sans-serif">16.09.2005 13:26</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">An</font></div>
<td><font size=1 face="sans-serif">mapserver-de@freegis.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Kopie</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Thema</font></div>
<td><font size=1 face="sans-serif">[Mapserver-DE] Oracle 10g Spatial -
mapfile</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Hallo Community,<br>
<br>
Habe eine Verbindung zwischen Oracle 10g Spatial und dem UMN-Mapserver
<br>
hergestellt, klappt an sich (Wenn auch die Performance noch etwas zu <br>
wünschen lässt).<br>
Mein Problem:<br>
Im Mapfile Versuche ich nun die Daten mit Hilfe von CLASSes und <br>
EXPRESSIONs unterschiedlich darzustellen.<br>
Bei einem Layer (LAYER 1) bekomme ich ein richtiges Ergebnis und bei <br>
einem anderen Layer (LAYER 2) erhlte ich ein &nbsp;Falsches Ergebnis.<br>
<br>
Auszug Mapfile:<br>
##################################################################################################<br>
#####################################<br>
# LAYER 1 <br>
#####################################<br>
<br>
LAYER<br>
 &nbsp; &nbsp;NAME 'einwohner_kreis'<br>
 &nbsp; &nbsp;STATUS ON<br>
 &nbsp; &nbsp;TYPE POLYGON<br>
<br>
 &nbsp; &nbsp; # ORACLE-Anbindung<br>
 &nbsp; &nbsp;CONNECTIONTYPE oraclespatial<br>
 &nbsp; &nbsp;CONNECTION &quot;system/kmanager&quot; &nbsp; &nbsp; &nbsp;
<br>
 &nbsp; &nbsp;DATA &quot;GEOM FROM (SELECT PROV3NAME, EINWOHNER, GEOM FROM
kreise_oracle)&quot;<br>
 &nbsp; &nbsp; <br>
 &nbsp; &nbsp;PROJECTION<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;&quot;init=epsg:4326&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; #&quot;init=epsg:31467&quot;<br>
 &nbsp; &nbsp;END<br>
<br>
 &nbsp; &nbsp;CLASSITEM 'EINWOHNER'<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;CLASS<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EXPRESSION ([EINWOHNER] &gt;
500000)<br>
 &nbsp; &nbsp; &nbsp;NAME 'kreise_k5'<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STYLE<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;COLOR 240 50 50<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;OUTLINECOLOR 0 0 0<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
 &nbsp; &nbsp; &nbsp; &nbsp;END<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;CLASS<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EXPRESSION (500000 &gt; [EINWOHNER]
and [EINWOHNER] &gt;= 250000)<br>
 &nbsp; &nbsp; &nbsp;NAME 'kreise_k4'<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STYLE<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; COLOR 240 150 50<br>
 &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;END<br>
 &nbsp; &nbsp; &nbsp;END<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;CLASS<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EXPRESSION (250000 &gt; [EINWOHNER]
and [EINWOHNER] &gt;= 100000)<br>
 &nbsp; &nbsp; &nbsp;NAME 'kreise_k3'<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STYLE<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; COLOR 240 240 50<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;OUTLINECOLOR 0 0 0<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
 &nbsp; &nbsp; &nbsp;END<br>
END<br>
<br>
#####################################<br>
# LAYER &nbsp;2 <br>
#####################################<br>
<br>
LAYER<br>
 &nbsp; &nbsp;NAME 'einwohnerdichte'<br>
 &nbsp; &nbsp;TYPE POLYGON<br>
 &nbsp; &nbsp;STATUS ON<br>
<br>
 &nbsp; &nbsp; &nbsp; # ORACLE-Anbindung<br>
 &nbsp; &nbsp;CONNECTIONTYPE oraclespatial<br>
 &nbsp; &nbsp;CONNECTION &quot;system/kmanager&quot; &nbsp; &nbsp; &nbsp;
<br>
 &nbsp; &nbsp;DATA &quot;GEOM FROM (SELECT PROV3NAME, EINW_DICHT, GEOM
FROM kreise_oracle)&quot;<br>
 &nbsp; &nbsp; &nbsp; <br>
 &nbsp; &nbsp; &nbsp; &nbsp;PROJECTION<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;&quot;init=epsg:4326&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;#&quot;init=epsg:31467&quot;<br>
 &nbsp; &nbsp;END<br>
 &nbsp; &nbsp; &nbsp; <br>
 &nbsp; &nbsp;CLASSITEM 'EINW_DICHT'<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;CLASS<br>
 &nbsp; &nbsp; &nbsp; &nbsp;EXPRESSION ( [EINW_DICHT] &gt; 500 ) # Falsche
Ausgabe, WARUM ???<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NAME 'Einw_d5'<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STYLE<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; COLOR 0 0 150<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;#OUTLINECOLOR 50 240 50<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
 &nbsp; &nbsp; &nbsp;END<br>
 &nbsp; &nbsp; &nbsp; <br>
 &nbsp; &nbsp;METADATA<br>
 &nbsp; &nbsp; WMS_TITLE &quot;Einwohnerdichte&quot;<br>
 &nbsp; &nbsp; WMS_ABSTRACT &quot;Pulic Land Survey (PLS) township boundaries
for <br>
Itasca County. See <br>
http://deli.dnr.state.mn.us/metadata/full/twprgne2.html for more <br>
information.&quot;<br>
 &nbsp; &nbsp; WMS_SRS &quot;EPSG:4326&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; #WMS_SRS &quot;EPSG:31467&quot;<br>
 &nbsp; &nbsp;END<br>
END<br>
#############################################################################<br>
Über Vorschläge und Anregungen wär ich Dankbar.<br>
<br>
Grüsse<br>
Gregor<br>
<br>
_______________________________________________<br>
Mapserver-DE mailing list<br>
Mapserver-DE@freegis.org<br>
https://freegis.org/mailman/listinfo/mapserver-de</tt></font>
<br>