I am using QGIS and trying to import Lat/Long coordinates as delimited text layer. All points show up in my attribute table, however, only one point is displayed on the map? Any ideas?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
Please check How to import CSV points into QGIS (Quick tutorial) I think some settings (Like projection ,choosing delimiliter etc.) you have to make while importing CSV file in QGIS .Your points are working at my end (Please check the screenshot) Make sure that please give column name before like lat ,lon (I have not mentioned in my case)
Let us know if you have any questions..thanks |
|||||
|
|
You should add a header line "N E" first. Otherwise the first row does not get imported. These headers will form the column (field) names of the attribute table. Numbers only might prevent the data from being accepted. And make sure you don't have messed up lat and lon. lat is only valid +/- 90°, lon values +/- 180° |
|||
|
|

