Hi,
Im trying to create WFS that has a CRS of EPSG4326. Using FME with the CoordinateSystemSetter I changed the CRS of a shapefile to EPSG4326. After that I uploaded it to Arcgis online but when I go to the GetCapabilities page it says the CRS is EPSG28992. What am I doing wrong?
Hard to say what you are doing wrong. Since you are doing it in FME, this also might be the wrong community for the question. However, off the top of my head there would be three things.
Hi, thank you for taking the time to respond. I need to publish a feature layer as WFS using the EPSG:4326 format. Using geoserver I can do that but that server is not connected to the internet. Using the GetCapabilities function I can see the following: SRS>EPSG:4326</SRS>, so far so good.
I created a zipfile from the shapefile and other files and uploaded it to ArcGIS Online. Then I created a feature layer and published a WFS. But when I go to the GetCapabilities page of the WFS I published using ArcGIS Online it says the following: <wfs:DefaultCRS>urn:ogc:def:crs:EPSG::3857</wfs:DefaultCRS>
Anyone knows how this is possible?