<div dir="ltr">Not sure if I'm understanding your question.<br><div><br>If you have shapefiles, you can delete any column you wish. And add any column you wish. Using the identify function (what I'm guessing you mean by information cursor) simply retrieves every field contained in the table for that feature. Also, the lat and long retrieved and displayed by that tool are not being gathered from the attribute table, they are what QGIS calls "derived data".<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 13, 2018 at 4:30 AM, Richard Duivenvoorde <span dir="ltr"><<a href="mailto:rdmailings@duif.net" target="_blank">rdmailings@duif.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 13-02-18 03:49, John Glass wrote:<br>
> Apologies ahead of time. Searched for the answer, but was unable to find.<br>
><br>
</span>> I want to edit the fields in an attribute table (US Census /places/<br>
<span class="">> shapefile) as some are not necessary for my map. I suspect that there<br>
</span>> are some that are mandatory for the /information/ cursor to correctly<br>
<span class="">> identify the place. Which fields might those be? Clearly they are the<br>
> long/lat fields and the name of the place, but what others are required<br>
> for the additional field data I want to add to be displayed?<br>
<br>
</span>Hi John,<br>
<br>
If I'm correct you have data, and you want to throw away attributes?<br>
<br>
Normally you can throw away what you want. Depending on the type of data<br>
you have, you normally have either one column holding the Geometry<br>
(Point, Polygon or Line) most often in Binary Form. OR (in case of a csv<br>
dataset, you have indeed an x and y column). But besides that you can<br>
have 1 or more optional attributes (I even think it is possible to have<br>
None attributes).<br>
<br>
Also depending on the type of data you have, there are often some<br>
auxillary files (sometimes an index file, or a file containing<br>
projection info etc)<br>
<br>
The proof is in the eating :-) Just try.<br>
<br>
Regards,<br>
<br>
Richard Duivenvoorde<br>
<br>
______________________________<wbr>_________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a></blockquote></div><br></div>