Does anyone have any updates on how to fix this? As I mentioned before I 
managed to get the ID field populated whenever I query the map but I need to 
get the same thing for the name of the road and the type of road... If there is 
anything else that you require please let me know as this is causing a great 
deal of confusion why it won't work! Thanks,Mark
From: mmirrl...@hotmail.com
To: steve.l...@state.mn.us; mapserver-users@lists.osgeo.org
Date: Wed, 20 Mar 2013 14:53:57 -0400
Subject: Re: [mapserver-users] query creation issues








Hi there, Ok I managed to get this outputted...but under the [name] and [type] 
I need to get these fields populated from the query of the mjrroads... 
IDNameType1164[name][type]
 Code from mjrroadsquery.html<!-- MapServer Template -->
<!--<IMG 
src="http://[host]/cgi-bin/mapserv.exe?mode=INDEXQUERY&qformat=png24&qlayer=mjrroads&shapeindex=[shpidx]&shpext=[shpext_esc]&mapext=shape&map=[map]";>-->
<tr>
 <td>[shpidx]</td>
    <td>[name]</td>
 <td>[type]</td>
</tr> Now if I change the [name] to [map] in the mjrroadsquery.html I get the 
following...

  
ID
Name
Type

1164
/wwwroot/M_Mirrlees_Assign3/global.map
[type] Code from mjrroads.html <!-- MapServer Template -->
<h3><b>Layer: Major Roads</b></h3>
<br>
<INPUT NAME="img" TYPE="image" SRC="[img]" width=500 height=500 border=0 
ALT="Map Image">
<table border=1>
<tr>&nbsp;</td>
 <th>ID</th>
 <th>Name</th>
 <th>Type</th>
</tr> All i'm trying to do is get the Name and Type fields to be showing the 
name of the road, and the type of the road. Thanks,Mark                         
             
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to