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