<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
It looks like the PROJ4 library that Mapserver depends on is not
installed properly. What is the PROJ_LIB environment variable set
to?<br>
<br>
You could try adding the following to your map files:<br>
<br>
<meta charset="utf-8">
<span style="font-size:15px;font-family:'Courier
New';color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;"
id="docs-internal-guid-b8dcca1a-91cb-06ac-ac87-d064253ded53">CONFIG
"PROJ_LIB" "\ms4w\proj\nad"<br>
</span><br>
You would have to set the path portion in the line above to the
location of your nad directory.<br>
<pre class="moz-signature" cols="72">Best Regards,
Brent Fraser</pre>
<div class="moz-cite-prefix">On 5/25/2015 2:02 PM, biswajit giri
wrote:<br>
</div>
<blockquote
cite="mid:1497341436.1376381.1432584176191.JavaMail.yahoo@mail.yahoo.com"
type="cite">
<div style="color:#000; background-color:#fff;
font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
Lucida Grande, sans-serif;font-size:16px">
<div id="yui_3_16_0_1_1432582849304_15575">hello guys,</div>
<div dir="ltr" id="yui_3_16_0_1_1432582849304_15664">this is my
application link
:<a class="moz-txt-link-freetext" href="http://webgis.wbphed.gov.in/openlayers/htdocs/bhirbhum_rajnagar.php">http://webgis.wbphed.gov.in/openlayers/htdocs/bhirbhum_rajnagar.php</a></div>
<div id="yui_3_16_0_1_1432582849304_15676" dir="ltr">In this
application everything is going fine except "search tubewell"
service.</div>
<div id="yui_3_16_0_1_1432582849304_15888" dir="ltr">for example
when I try to search tubewell where fluoride value > 1 it
shows not a valid xml file.<br>
</div>
<div id="yui_3_16_0_1_1432582849304_15772" dir="ltr">I check it
through firebug and it showing error in query_rajnagar.php
file in line 452:<br>
</div>
<div id="yui_3_16_0_1_1432582849304_15771" dir="ltr">php fatal
error: Call to a member function project() on a non-object in
query_rajnagar.php file on line 452.</div>
<div id="yui_3_16_0_1_1432582849304_15812" dir="ltr"><br>
</div>
<div id="yui_3_16_0_1_1432582849304_15862" dir="ltr">So, I try
by setting comments in following three lines ( line no.
451,452 and 453)<br>
</div>
<div id="yui_3_16_0_1_1432582849304_15861" dir="ltr">
if($projection) {<br style="" class="">
$shape->project($projection,
$LATLONG_PROJ);<br style="" class="">
}<br>
</div>
<div style="" class="" dir="ltr"
id="yui_3_16_0_1_1432582849304_15664"> After that search
service running fine but not highlight features.</div>
<div id="yui_3_16_0_1_1432582849304_15914" style="" class=""
dir="ltr">and showing error in line 558</div>
<div id="yui_3_16_0_1_1432582849304_15953" style="" class=""
dir="ltr">
$pointsLayer->addFeature($resultFeatures[$i]);<br>
</div>
<div id="yui_3_16_0_1_1432582849304_15952" style="" class=""
dir="ltr">php fatal error: addFeature method need object.</div>
<div id="yui_3_16_0_1_1432582849304_15990" style="" class=""
dir="ltr"><br>
</div>
<div id="yui_3_16_0_1_1432582849304_16032" style="" class=""
dir="ltr">Please somebody help me to overcome from these
problem. This is my thesis work so you understand my pressure.<br
style="" class="">
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Geomoose-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Geomoose-users@lists.osgeo.org">Geomoose-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geomoose-users">http://lists.osgeo.org/mailman/listinfo/geomoose-users</a></pre>
</blockquote>
<br>
</body>
</html>