The problem could be in your new shp: check the geometry. I also had some problem in id tool, but it was a shp problem.

Regards, Carlo
--
Carlo Pelliconi
SIS.TER Srl

John Kummun ha scritto:
I am having problem with the identify tool. The old layers that i created are responding fine with this tool but i am trying to use this tool on the newly created layers but it doesn't work. What might be the problem.
 
identify mapfile
 
LAYER
  NAME 'bridges'
  DATA 'transportation/HIGHWAYBRIDGE07.shp'
  STATUS ON
  TYPE POINT
  METADATA
  qstring_validation_pattern '.'
  END
  TEMPLATE 'transportation/identify_bridges.html'
  TOLERANCE 2
 END
 
template
 
<tr bgcolor="#DEE5EB"><td colspan="2"><b><u>Bridges</u></b></tr>
<tr>
<td align="right"><b>bridge number:</b></td>
<td>[BRIDGE_NO]</td>
</tr>
<tr>
<td align="right"><b>Status:</b></td>
<td>[STATUS]</td>
</tr>
<tr>
<td align="right"><b>Map link:</b></td>
<td>[MAPLINK]</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
 
Bernard John Kummon
Indiana


_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users





_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to