> > I'm trying to get a WFS output in a local coordinate system. > Everything > works just fine with a EPSG code, but our coordinate system is not in > the list. Do we need to add it in in more than one location? We're > using a few extensions that all seem to have their own > version of a EPSG > code list, different formats and everything. >
What's your projection parameters? If it's indeed not an EPSG code, you'll need to add this to your proj install's epsg file, then cite that EPSG code in your WFS request. > All I need is to be able to get the WFS output with a same coordinate > system BBOX. Can I get around the EPSG requirement with some form of > fakery? Can the GML be output with a MODE= option perhaps, in it's > native coordinate system?
