I have a shape file that contains lat,lon coordinates for key cities in the world. The associated dbf table contains a text string which is the city name. What is the best way to display the text next to the point on my openmap application?
I see that I could extract the coordinates and the text field and output them into a separate .csv file and then create my own Layer class that reads the .csv and creates a collection of OMText's, but this seem a little strange that this would be the best way.
Is there not a way to use some flavor of ShapeLayer or ESRILayer to display text?
Thanks in advance.
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Thu Nov 08 2007 - 17:00:18 EST