Importing points problem

Yes, and to be extra clear, the column names are required to be present:

name,longitude,latitude,elevation

I have found that you can have extra columns and they can be in any order, but I’ll say it again: those four column names are required to be in your point file.

e.g. even this should work:

color_code,elevation,deprecated,latitude,name,authority,longitude
green,100.33,no,59.9499,point 7,NCSA,-77.98723
yellow,105.22,no,59.9488,point 13,YPSC,-77.98730

1 Like