<br><font size=2 face="sans-serif">Bimal,</font>
<br><font size=2 face="sans-serif">I don't know if I can fix your problem
but I suggest the following:</font>
<br>
<br><font size=2 face="sans-serif">1. check your .map file for the following
section:</font>
<br><font size=2 face="Courier New">WEB</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; IMAGEPATH &quot;C:/web/ms_tmp/&quot;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; IMAGEURL &quot;/ms_tmp/&quot;</font>
<br><font size=2 face="Courier New">END</font>
<br><font size=2 face="sans-serif">Make sure that the images are being
stored in a proper location and that your project is accessing these folders.</font>
<br>
<br><font size=2 face="sans-serif">2. &nbsp;In order for a layer to be
'query-able', it needs some code in the layer definition in the .map file.</font>
<br><font size=2 face="sans-serif">Example:</font>
<br><font size=2 face="Courier New">LAYER &nbsp; &nbsp; &nbsp; &nbsp;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; NAME &quot;Watersheds&quot;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; STATUS Off</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; DATA &quot;./GL_watersheds&quot;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; TYPE POLYGON</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; CLASS</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; TEMPLATE &quot;ttt&quot;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; STYLE</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; SYMBOL
8</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
COLOR 0 212 255</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; OUTLINECOLOR
0 145 190</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; END</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; END</font>
<br><font size=2 face="Courier New">&nbsp; END</font><font size=2 face="sans-serif"><br>
In the layer definition above, I've indicated Template &quot;ttt&quot;
in the class object. &nbsp;By including this, mapserver recognizes the
layer as query-able, and will display an attribute table when queried.</font>
<br><font size=2 face="sans-serif">The &quot;ttt&quot; is not an actual
file. &nbsp;MapServer will refer to the 'query.phtml' to see how the attribute
table should be displayed, etc.</font>
<br>
<br><font size=2 face="sans-serif">Hope this helps. </font>
<br>
<br><font size=2 face="sans-serif">Kevin</font>
<p><font size=5 color=blue face="Times New Roman">______________________________</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Bimal Achary &lt;bimal.achary@gmail.com&gt;</b>
</font>
<p><font size=1 face="sans-serif">06/09/2005 02:46 AM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
Bimal Achary &lt;bimal.achary@gmail.com&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">kgrootendorst@baird.com</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td><font size=1 face="sans-serif">maplab-users@lists.maptools.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: Map doesn't appear in the map-extent</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Dear Kevin,<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Thanks a ton for the suggestion.In
fact the map is now<br>
inside the view extent. I can view it but couldn't able to do any<br>
opeartions.<br>
<br>
Like if i'm zooming-in then the map goes out of the extent and<br>
completely disppearing.So is for zoom out and query opeartions.<br>
<br>
I can't do any query.<br>
<br>
My map shape file Orissa has 30 ploygons as 30districts.This contains<br>
all demographic details of Orissa and opens the database correctly in<br>
ArcView.How can i view the attributes of my shape file as i see in<br>
Arcview.<br>
<br>
I hope i'm clear in explaining my query.<br>
<br>
Thanks and regards,<br>
Bimal<br>
<br>
<br>
On 6/9/05, kgrootendorst@baird.com &lt;kgrootendorst@baird.com&gt; wrote:<br>
&gt; Bimal,<br>
&gt; It's critical that you change your extents to match the data you want
to <br>
&gt; show.<br>
&gt; For example, I've built an application that shows all the Great Lakes
<br>
&gt; (Canada-USA) in a 'lat-long' coordinate system.<br>
&gt; In my map file, I've defined the extents as:<br>
&gt; <br>
&gt; EXTENT -93 38 -74 51 &nbsp;#xmin ymin xmax ymax &nbsp;NAD 83<br>
&gt; <br>
&gt; If my shapefile is not in this extent (like a shapefile of India),
I will <br>
&gt; not see it.<br>
&gt; <br>
&gt; Also, you don't have to define a projection in your map file, as long
as <br>
&gt; all your input datasets have the same spatial reference.<br>
&gt; If you plan to reproject on the fly, then you will have to define
this <br>
&gt; parameter.<br>
&gt; <br>
&gt; Kevin<br>
&gt; ______________________________<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Bimal Achary &lt;bimal.achary@gmail.com&gt; <br>
&gt; Sent by: maplab-users-bounces@lists.maptools.org<br>
&gt; 06/08/2005 06:58 AM<br>
&gt; Please respond to<br>
&gt; Bimal Achary &lt;bimal.achary@gmail.com&gt;<br>
&gt; <br>
&gt; <br>
&gt; To<br>
&gt; maplab-users@lists.maptools.org<br>
&gt; cc<br>
&gt; <br>
&gt; Subject<br>
&gt; [maplab-users] Map doesn't appear in the map-extent<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Hi All,<br>
&gt; <br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; I'm a new user of MapLab-2.2.I belongs
to India.<br>
&gt; <br>
&gt; I have created a map file named &quot;test.map&quot;. where i want
to add india<br>
&gt; as a layer.I'm getting every thing correct(Like legend bar,scale<br>
&gt; bar,tools etc) but not getting any view on the map extent.<br>
&gt; <br>
&gt; My shape file is not in any projection system .This is simply <br>
&gt; geo-referenced.<br>
&gt; <br>
&gt; Also i'm not providing any projection system for this.have i to define
<br>
&gt; it??<br>
&gt; <br>
&gt; I have taken the Map extents as it was in the tutorial map file .Have<br>
&gt; i to change this as per the geo-graphic location(though i don't think<br>
&gt; so).<br>
&gt; <br>
&gt; Any-thing wrong am i doing??Kindly tell me the procedure to correct
it.<br>
&gt; <br>
&gt; Thanks to all in advance for the supports.<br>
&gt; <br>
&gt; Regards,<br>
&gt; Bimal Pr.Achary.<br>
&gt; GIS Software Engineer<br>
&gt; UNDP,Orissa<br>
&gt; India<br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; Maplab-users mailing list<br>
&gt; Maplab-users@lists.maptools.org<br>
&gt; http://lists.maptools.org/mailman/listinfo/maplab-users<br>
&gt; <br>
&gt; <br>
&gt;<br>
</tt></font>
<br>