i have a point layer with so many points, but i just to label one point without other points pis being labelled, can i do that.
and i also would like to know where i can find historical imagery or place in nigeria for a period of 10 years. thanks
add a text field...small width, leave the entries blank or a space except for one, which you will label appropriately...use that field for labelling...alternately create a point file with one point and use it to represent the point cloud.
as for the imagery/photos, the Nigerian gov't would be the only likely source of such data
Hi Edmund,
Go to Layer properties > Labels
Drop-down Method: Define classes of features and labels each class differently.
Click SQL Query
Write an expression in SQL Query dialog box to select the unique record you want to label:
<FieldName> = <Value>
Click OK
Choose the fieldname for label expression.
Check the label features in this layer box on top.
Click OK
Thanks,
Jay