<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hello list,<br>
<br>
I have a mapfile with layers in different projections. When I try to
set a projection within a LAYER in the mapfile like this:<br>
<br>
PROJECTION<br>
&nbsp;"init=epsg:4326"<br>
END<br>
<br>
I get: Error in msEvalExpression(): Cannot evaluate expression, no item
index defined.<br>
<br>
</font><font face="Helvetica, Arial, sans-serif">But when I set it to:<br>
PROJECTION<br>
&nbsp;"init=epsg:28992"<br>
END<br>
<br>
which is the same as the map projection, everything goes right, but my
layer shows up at the wrong position.<br>
</font>
<div class="moz-signature"><br>
My gut feeling tells me that something is wrong with my EPSG codes.
What can be the trick?<br>
</div>
</body>
</html>