Select to view content in your preferred language

How to Format a txt file for UTM to upload to my online map?

975
1
03-28-2012 04:49 AM
tombuberis
New Contributor
I have a bunch of UTM Coordinates i want to upload onto my online map but im not sure how to write them in a text file so that arcgis online can read them.
Tags (2)
0 Kudos
1 Reply
MikeMinami
Esri Notable Contributor
First, you'd need to get your coordinates in decimal degrees. Then you can simply format a text file where the first row defines the columns.

Name,Attribute1,Attribute2,Lat,Long
Mike,abc,123,34.2,-117.2

Thanks,

Mike