Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Converting shape length and area data to x and y coordinates using spmap

    HI, I want to add state names and label on the maps I created. I want to create a data set with the text and data values and use them as a label by() suboption with the label option. I need xcoor and ycoor, but in the datasheet I only got shape lenth and shape area information. How can I change them to xcoor and ycoor?

    input byte OBJECTID str7 Shape byte admin1Name_en double(Shape_Length Shape_Area)
    1 "Polygon" 1 10.601313 2.374124
    2 "Polygon" 2 9.019574 .871547
    3 "Polygon" 3 10.500475 1.856665
    4 "Polygon" 4 10.782247 2.023808
    5 "Polygon" 5 12.623231 1.767981
    6 "Polygon" 6 13.982 2.851475
    7 "Polygon" 7 9.829445 1.833931
    end
    [/CODE]

Working...
X