FW: [gdal-dev] converting epsg:4326 coordinates to spherical mercator (google maps) epsg:900913

2009-05-30 Thread Randy George
I think EPSG changed their minds last Feb This appears to be the new one: http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::3857 EPSG:3785 shows isdeprecated true since Feb http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::3785 Of course subject to further noti

RE: [gdal-dev] ogr2ogr C#

2009-03-27 Thread Randy George
Or do something ugly like use a .asmx to call your ogr2ogr cmdline as a Process: using System; using System.Web.Services; using System.Text; using System.IO; using System.Diagnostics; using System.Threading; using System.Security.Permissions; [WebService(Namespace = "http://www.myserv