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. 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 :

"""<Location>
    Specifies the exact coordinates of the Model's origin in latitude, 
longitude, and altitude. Latitude and longitude measurements are standard lat-
lon projection with WGS84 datum. """

This is also reminded in the OGR KML doc : see 
http://gdal.org/ogr/drv_kml.html
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to