Hi,<br>
<br>
I&#39;m getting an unusual response from mapserver when I make a WFS request with filter <br>
encoding on a layer that uses a tile index; it returns a box with -1 as all corners. Is <br>
there anything that can be done to make this work, or is this a know limitation of <br>
mapserver?<br>
<br>
WFS works on the layer with the tile index as long as I don&#39;t use any FE. WFS with FE <br>
works on a test layer that references one of the shapefiles directly instead of the tile <br>
index. Below is some information about what I&#39;m trying and my environment:<br>
<br>
Sample WFS Requests with FE:<br>
<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwilson.library.emory.edu%2F%7Emapserver%2Fcgi-bin%2Fsouth%3FSERVICE%3DWFS%26VERSION%3D1.0.0%26REQUEST%3Dgetfeature%26TYPENAME%3DUrban_Areas%26Filter%3D" target="_blank">
http://wilson.library.emory.edu/~mapserver/cgi-bin/south?SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=getfeature&amp;TYPENAME=Urban_Areas&amp;Filter=</a>&lt;Filter&gt;&lt;PropertyIsEqualTo&gt;&lt;PropertyName&gt;NAME&lt;/PropertyName&gt;&lt;Literal&gt;Arcola&lt;/Literal&gt;&lt;/PropertyIsEqualTo&gt;&lt;/Filter&gt;
<br>
<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwilson.library.emory.edu%2F%7Emapserver%2Fcgi-bin%2Fsouth%3FSERVICE%3DWFS%26VERSION%3D1.0.0%26REQUEST%3Dgetfeature%26TYPENAME%3DUrban_Areas%26Filter%3D" target="_blank">
http://wilson.library.emory.edu/~mapserver/cgi-bin/south?SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=getfeature&amp;TYPENAME=Urban_Areas&amp;Filter=</a>&lt;Filter&gt;&lt;PropertyIsEqualTo&gt;&lt;PropertyName&gt;PLACE&lt;/PropertyName&gt;&lt;Literal&gt;01820&lt;/Literal&gt;&lt;/PropertyIsEqualTo&gt;&lt;/Filter&gt;
<br>
<br>
The response:<br>
&lt;?xml version=&#39;1.0&#39; encoding=&quot;ISO-8859-1&quot; ?&gt;<br>
&lt;wfs:FeatureCollection<br>
&nbsp; xmlns:ms=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fmapserver.gis.umn.edu%2Fmapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a>&quot;<br>
&nbsp; xmlns:wfs=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwww.opengis.net%2Fwfs" target="_blank">http://www.opengis.net/wfs</a>&quot;<br>
&nbsp; xmlns:gml=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwww.opengis.net%2Fgml" target="_blank">http://www.opengis.net/gml</a>&quot;<br>
&nbsp; xmlns:ogc=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwww.opengis.net%2Fogc" target="_blank">http://www.opengis.net/ogc</a>&quot;<br>
&nbsp; xmlns:xsi=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;
<br>
&nbsp; xsi:schemaLocation=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwww.opengis.net%2Fwfs" target="_blank">http://www.opengis.net/wfs</a> <br>
<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fschemas.opengis.net%2Fwfs%2F1.0.0%2FWFS-basic.xsd" target="_blank">http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<br>
<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fmapserver.gis.umn.edu%2Fmapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a> <br>
<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwilson.library.emory.edu%2F%7Emapserver%2Fcgi-bin%2Fsouth%3FSERVICE%3DWFS%26VERSION%3D1.0.0%26REQUEST%3DDescribeFeatureType%26TYPENAME%3DUrban_Areas%26OUTPUTFORMAT%3DXMLSCHEMA" target="_blank">
http://wilson.library.emory.edu/~mapserver/cgi-bin/south?SERVICE=WFS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=Urban_Areas&amp;amp;OUTPUTFORMAT=XMLSCHEMA</a>&quot;&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;gml:boundedBy&gt;<br>
&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &lt;gml:Box srsName=&quot;EPSG:4326&quot;&gt;<br>
&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;gml:coordinates&gt;-1.000000,-1.000000 -1.000000,-1.000000&lt;/gml:coordinates&gt;<br>
&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &lt;/gml:Box&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;/gml:boundedBy&gt;<br>
&lt;/wfs:FeatureCollection&gt;<br>
<br>
Sample WFS Request without FE:<br>
<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwilson.library.emory.edu%2F%7Emapserver%2Fcgi-bin%2Fsouth%3FSERVICE%3DWFS%26VERSION%3D1.0.0%26REQUEST%3Dgetfeature%26TYPENAME%3DUrban_Areas%26MAXFEATURES%3D1" target="_blank">
http://wilson.library.emory.edu/~mapserver/cgi-bin/south?SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=getfeature&amp;TYPENAME=Urban_Areas&amp;MAXFEATURES=1</a><br>
<br>
The response:<br>
&lt;?xml version=&#39;1.0&#39; encoding=&quot;ISO-8859-1&quot; ?&gt;<br>
&lt;wfs:FeatureCollection<br>
&nbsp; xmlns:ms=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fmapserver.gis.umn.edu%2Fmapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a>&quot;<br>
&nbsp; xmlns:wfs=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwww.opengis.net%2Fwfs" target="_blank">http://www.opengis.net/wfs</a>&quot;<br>
&nbsp; xmlns:gml=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwww.opengis.net%2Fgml" target="_blank">http://www.opengis.net/gml</a>&quot;<br>
&nbsp; xmlns:ogc=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwww.opengis.net%2Fogc" target="_blank">http://www.opengis.net/ogc</a>&quot;<br>
&nbsp; xmlns:xsi=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;
<br>
&nbsp; xsi:schemaLocation=&quot;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwww.opengis.net%2Fwfs" target="_blank">http://www.opengis.net/wfs</a> <br>
<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fschemas.opengis.net%2Fwfs%2F1.0.0%2FWFS-basic.xsd" target="_blank">http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<br>
<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fmapserver.gis.umn.edu%2Fmapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a> <br>
<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwilson.library.emory.edu%2F%7Emapserver%2Fcgi-bin%2Fsouth%3FSERVICE%3DWFS%26VERSION%3D1.0.0%26REQUEST%3DDescribeFeatureType%26TYPENAME%3DUrban_Areas%26OUTPUTFORMAT%3DXMLSCHEMA" target="_blank">
http://wilson.library.emory.edu/~mapserver/cgi-bin/south?SERVICE=WFS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=Urban_Areas&amp;amp;OUTPUTFORMAT=XMLSCHEMA</a>&quot;&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;gml:boundedBy&gt;<br>
&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &lt;gml:Box srsName=&quot;EPSG:4326&quot;&gt;<br>
&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;gml:coordinates&gt;-91.429176,24.844480 -75.562841,36.641761&lt;/gml:coordinates&gt;<br>
&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &lt;/gml:Box&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;/gml:boundedBy&gt;<br>
&nbsp; &nbsp;&lt;gml:featureMember&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;ms:Urban_Areas fid=&quot;Arcola&quot;&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;gml:boundedBy&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &lt;gml:Box srsName=&quot;EPSG:4326&quot;&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;gml:coordinates&gt;-90.885096,33.266165 -90.875910,33.274779&lt;/gml:coordinates&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &lt;/gml:Box&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;/gml:boundedBy&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;ms:msGeometry&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;gml:Polygon srsName=&quot;EPSG:4326&quot;&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;gml:outerBoundaryIs&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;gml:LinearRing&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;gml:coordinates&gt;-90.884500,33.269424 -90.885040,33.269421 <br>
-90.885082,33.272127 -90.885096,33.273023 -90.883338,33.273026 -90.879469,33.273030 <br>
-90.879464,33.273206 -90.879413,33.274749 -90.876712,33.274772 -90.875930,33.274779 <br>
-90.875910,33.272084 -90.876238,33.270229 -90.876375,33.269817 -90.876403,33.269665 <br>
-90.876649,33.268329 -90.877004,33.266749 -90.877707,33.266755 -90.880544,33.266781 <br>
-90.880502,33.266688 -90.880420,33.266507 -90.881163,33.266376 -90.882357,33.266165 <br>
-90.882984,33.267974 -90.883487,33.269427 -90.883781,33.269426 -90.884500,33.269424 <br>
&lt;/gml:coordinates&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/gml:LinearRing&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/gml:outerBoundaryIs&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;/gml:Polygon&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;/ms:msGeometry&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;ms:GIST_ID&gt;1&lt;/ms:GIST_ID&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;ms:COUNTY&gt;28151&lt;/ms:COUNTY&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;ms:PLACE&gt;01820&lt;/ms:PLACE&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;ms:NAME&gt;Arcola&lt;/ms:NAME&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;ms:LSADC&gt;60&lt;/ms:LSADC&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;ms:ENTITY&gt;P&lt;/ms:ENTITY&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;ms:FIPSCC&gt;C1&lt;/ms:FIPSCC&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;ms:PLACEDC&gt;0&lt;/ms:PLACEDC&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;/ms:Urban_Areas&gt;<br>
&nbsp; &nbsp;&lt;/gml:featureMember&gt;<br>
&lt;/wfs:FeatureCollection&gt;<br>
<br>
GetCapabilities report for the layer:<br>
&nbsp; &nbsp;&lt;FeatureType&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;Name&gt;Urban_Areas&lt;/Name&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;Title&gt;Urban Areas&lt;/Title&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;SRS&gt;EPSG:4326&lt;/SRS&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;LatLongBoundingBox minx=&quot;-91.4292&quot; miny=&quot;0&quot; maxx=&quot;0&quot; maxy=&quot;36.6418&quot; /&gt;<br>
&nbsp; &nbsp;&lt;/FeatureType&gt;<br>
<br>
Excerpts from the mapfile:<br>
&nbsp; &nbsp; &nbsp; &nbsp; WEB<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; METADATA<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;wms_title&#39;&nbsp; &nbsp; &nbsp;&#39;SouthComb WMS Server&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;wms_onlineresource&#39; &#39;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwilson.library.emory.edu%2F%7Emapserver%2Fcgi-bin%2Fsouth%3F" target="_blank">
http://wilson.library.emory.edu/~mapserver/cgi-bin/south?</a>&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;wms_srs&#39;&nbsp; &nbsp; &nbsp; &nbsp;&#39;EPSG:4326&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;wfs_title&#39;&nbsp; &nbsp; &nbsp;&#39;SouthComb WFS Server&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;wfs_onlineresource&#39; &#39;<a class="fixed" href="https://webmail.service.emory.edu/horde/services/go.php?url=http%3A%2F%2Fwilson.library.emory.edu%2F%7Emapserver%2Fcgi-bin%2Fsouth%3F" target="_blank">
http://wilson.library.emory.edu/~mapserver/cgi-bin/south?</a>&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;wfs_srs&#39;&nbsp; &nbsp; &nbsp; &nbsp;&#39;EPSG:4326&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
&nbsp; &nbsp; &nbsp; &nbsp; END<br>
<br>
&nbsp; &nbsp; &nbsp; &nbsp; LAYER<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NAME &#39;Urban_Areas&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TYPE POLYGON<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TILEINDEX &#39;placecu.shp&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TILEITEM &#39;location&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DUMP TRUE # allow GML export<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; METADATA<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;wms_title&#39; &#39;Urban Areas&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;wfs_title&#39; &#39;Urban Areas&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;gml_featureid&#39; &#39;name&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;gml_include_items&#39; &#39;all&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STATUS OFF<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LABELCACHE ON<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LABELITEM &#39;NAME&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PROJECTION<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;init=epsg:4326&#39;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CLASS<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NAME placecu &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MAXSCALE 1000000<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STYLE<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SYMBOL 0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; SIZE 6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OUTLINECOLOR 106 46 34<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; COLOR 248 241 223<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LABEL<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TYPE TRUETYPE<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FONT sans<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SIZE 14<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; COLOR 0 0 0<br>
<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
&nbsp; &nbsp; &nbsp; &nbsp; END<br>
<br>
Attributes reported by ogrinfo for one of the shapfiles that the tile index file <br>
placecu.shp references:<br>
GIST_ID: Integer (8.0)<br>
COUNTY: String (5.0)<br>
PLACE: String (5.0)<br>
NAME: String (60.0)<br>
LSADC: String (2.0)<br>
ENTITY: String (1.0)<br>
FIPSCC: String (2.0)<br>
PLACEDC: String (1.0)<br>
<br>
Thanks,<br>
Urvashi Gadi<br>