registrounicodevivienda / osm2shp

Automatically exported from code.google.com/p/osm2shp
0 stars 0 forks source link

Write .prj file so GIS software will know the projection #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Every shape file should have an associated projection file so software will
know how to overlay it with other data in other projections.

The shape files written by this tool should all have the exact same
projection file, so it will be easy to add writing of this file to the
program. 

I am attaching sample.prj to this issue. If you are a user of this program
and writing this file has not yet been added as a feature, you can download
this file and rename it from "sample" to match your layer.

Original issue reported on code.google.com by mark.g...@gmail.com on 17 Feb 2010 at 10:56

Attachments:

GoogleCodeExporter commented 8 years ago
I am not exactly sure which projection OSM uses, but all the SHP-files provided 
by
Geofabrik which are conversions of original OSM data use the CGS WGS 1984 
projection
which is also in the sample you provided. This projection works fine for all 
the SHPs
I created with OSM2SHP so far, so I guess it is safe to use.

You are right, it is trivial to add the creation of the PRJ file to the process 
and I
guess I will add the feature with the next commit.

Original comment by g...@splashstudio.com on 14 Apr 2010 at 11:41

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r9.

Original comment by g...@splashstudio.com on 14 Apr 2010 at 12:25