We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In addition of default .shp, .dbf and .shx files ...
.shp
.dbf
.shx
.qix
.prj
Projection .prj file is a simple text file. For WGS84 (EPSG:4326) :
GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
The text was updated successfully, but these errors were encountered:
xivk
No branches or pull requests
In addition of default
.shp
,.dbf
and.shx
files ....qix
file.prj
fileProjection
.prj
file is a simple text file. For WGS84 (EPSG:4326) :The text was updated successfully, but these errors were encountered: