[Proj] How I assign Projection to shapefiles, so that they fit right on google map

Mikael Rittri Mikael.Rittri at carmenta.com
Mon Feb 28 04:58:12 EST 2011


Mustafa,
I don't know why EPSG:3011 could not be processed by ogr2ogr.
But you could try to supply an explicit definition to ogr2ogr.
For example, at http://spatialreference.org/ref/epsg/3011/proj4/ 
you find a proj4 definition, which ogr2ogr should understand:

> ogr2ogr -t_srs EPSG:3857 -s_srs "+proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs" googlepark.shp park.shp

Mikael Rittri
Carmenta
Sweden
http://www.carmenta.com

-----Original Message-----
From: proj-bounces at lists.maptools.org [mailto:proj-bounces at lists.maptools.org] On Behalf Of Mustafa646
Sent: den 24 februari 2011 16:54
To: proj at lists.maptools.org
Subject: Re: [Proj] How I assign Projection to shapefiles, so that they fit right on google map


I used the above command, but i could not succeed. it displays message:  
failed to process SRS defination: 3011

can you explain, what is wrong ?
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/How-I-assign-Projection-to-shapefiles-so-that-they-fit-right-on-google-map-tp6051523p6060815.html
Sent from the PROJ.4 mailing list archive at Nabble.com.
_______________________________________________
Proj mailing list
Proj at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/proj


More information about the Proj mailing list