RE: [gdal-dev] ogr2ogr: problems converting from shapefile to kml

2011-04-06 Thread Vishal Mehta
] ogr2ogr: problems converting from shapefile to kml Le jeudi 07 avril 2011 00:39:59, Vishal Mehta a écrit : > Hi all, > > I'm having some trouble with a simple conversion from shapefile to kml. > Description > 1. I need to have a points file in kml that is is EPSG 3857 (the mercato

Re: [gdal-dev] ogr2ogr: problems converting from shapefile to kml

2011-04-06 Thread Jeff McKenna
On 11-04-06 8:02 PM, Even Rouault wrote: I'm afraid that you are loosing your time. KML coordinates must be expressed in EPSG:4326 per the spec. See http://code.google.com/intl/fr/apis/kml/documentation/kmlreference.html and specifically : Just for the record, the actual (software-independent)

Re: [gdal-dev] ogr2ogr: problems converting from shapefile to kml

2011-04-06 Thread Even Rouault
Le jeudi 07 avril 2011 00:39:59, Vishal Mehta a écrit : > Hi all, > > I'm having some trouble with a simple conversion from shapefile to kml. > Description > 1. I need to have a points file in kml that is is EPSG 3857 (the mercator > that Google uses) I'm afraid that you are loosing your time. KM

[gdal-dev] ogr2ogr: problems converting from shapefile to kml

2011-04-06 Thread Vishal Mehta
Hi all, I'm having some trouble with a simple conversion from shapefile to kml. Description 1. I need to have a points file in kml that is is EPSG 3857 (the mercator that Google uses) 2. I have a points file in both shapefile as well as kml format, in EPSG 4326 3. Here are the things i tried usin