<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WFS not working, reversed coordinates in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8711#M258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bruce, this doesn't make sense - why set it this way by default in the first place when it is different to version 1.0.0 and testing + user experience shows it is an issue. The client/customer shouldn't have to know to modify the behaviour. The Western Australian Shared Location Information Platform (SLIP) publishes many services (&lt;A href="https://services.slip.wa.gov.au/public/rest/services/SLIP_Public_Services"&gt;https://services.slip.wa.gov.au/public/rest/services/SLIP_Public_Services&lt;/A&gt;) that will have to be corrected with our own publishing tool/process due to this "default" behaviour. Our advise current to our customers is to use version 1.0.0 due to the coordinate flip in 1.1.0/2.0.0. We have demonstrated this behaviour to Esri Au.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2019 02:38:04 GMT</pubDate>
    <dc:creator>KylieMiddleton</dc:creator>
    <dc:date>2019-04-19T02:38:04Z</dc:date>
    <item>
      <title>WFS not working, reversed coordinates</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8706#M253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When adding layers from WFS, the lat longs of coordinates come in reversed. Is ESRI aware of this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simplest example is points, e. g. 11E 48N would be displayed at 48E 11N and it's way more deranged with lines and polygons, it's absolutely unusable.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 18:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8706#M253</guid>
      <dc:creator>gabornagy1</dc:creator>
      <dc:date>2019-01-09T18:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: WFS not working, reversed coordinates</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8707#M254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please modify your WFS layer property to swap XY coordinates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/data/services/use-wfs-services.htm#GUID-7602B4CA-877E-43A3-874E-477DC0AB99D6" title="https://pro.arcgis.com/en/pro-app/help/data/services/use-wfs-services.htm#GUID-7602B4CA-877E-43A3-874E-477DC0AB99D6"&gt;Use WFS services layers—Services | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 18:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8707#M254</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2019-01-09T18:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: WFS not working, reversed coordinates</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8708#M255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bruce,&lt;/P&gt;&lt;P&gt;#1 it works for points&lt;/P&gt;&lt;P&gt;#2 it doesn't work for lines&lt;/P&gt;&lt;P&gt;#3 what is the purpose of this option? The coordinates are standard GML xy&lt;/P&gt;&lt;P&gt;/ lonlat, why does it have to be swapped? (I should add I am using the correct version number.)&lt;/P&gt;&lt;P&gt;Do I have to do that for every layer? Why isn't the default working?&lt;/P&gt;&lt;P&gt;Thanks, Gabor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 19:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8708#M255</guid>
      <dc:creator>gabornagy1</dc:creator>
      <dc:date>2019-01-09T19:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: WFS not working, reversed coordinates</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8709#M256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabor&lt;/P&gt;&lt;P&gt;The underlying problem is the WFS standard is versioned (1.0.0, 1.1.0, 2.0.0...) and at various times the specification was ambiguous about coordinate axis order.&amp;nbsp; Sometimes we cannot guess the correct order, so the parameter exists so you can correct the behavior in the client software.&lt;/P&gt;&lt;P&gt;If you can share the WFS URL here or with our support people we can show you what is going on.&lt;/P&gt;&lt;P&gt;Also, make sure to clear your layer cache after changing the axis order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 20:38:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8709#M256</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2019-01-09T20:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: WFS not working, reversed coordinates</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8710#M257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bruce, I will call tech support. I tried a couple things and still&lt;/P&gt;&lt;P&gt;can't get lines to work. Best, Gabor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 20:47:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8710#M257</guid>
      <dc:creator>gabornagy1</dc:creator>
      <dc:date>2019-01-09T20:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: WFS not working, reversed coordinates</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8711#M258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bruce, this doesn't make sense - why set it this way by default in the first place when it is different to version 1.0.0 and testing + user experience shows it is an issue. The client/customer shouldn't have to know to modify the behaviour. The Western Australian Shared Location Information Platform (SLIP) publishes many services (&lt;A href="https://services.slip.wa.gov.au/public/rest/services/SLIP_Public_Services"&gt;https://services.slip.wa.gov.au/public/rest/services/SLIP_Public_Services&lt;/A&gt;) that will have to be corrected with our own publishing tool/process due to this "default" behaviour. Our advise current to our customers is to use version 1.0.0 due to the coordinate flip in 1.1.0/2.0.0. We have demonstrated this behaviour to Esri Au.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2019 02:38:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8711#M258</guid>
      <dc:creator>KylieMiddleton</dc:creator>
      <dc:date>2019-04-19T02:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: WFS not working, reversed coordinates</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8712#M259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I looked at a service (Coastline) and its GDA94, which is &lt;A href="https://epsg.io/4283"&gt;defined &lt;/A&gt;as axis order latitude,longitude, i.e. YX.&amp;nbsp; The service indeed supplies this axis order, see &lt;A href="https://services.slip.wa.gov.au/public/services/SLIP_Public_Services/Boundaries_WFS/MapServer/WFSServer?SERVICE=WFS&amp;amp;VERSION=2.0.0&amp;amp;REQUEST=GetFeature&amp;amp;TYPENAMES=SLIP_Public_Services_Boundaries_WFS%3ACoastline__LGATE-070_&amp;amp;NAMESPACES=xmlns(SLIP_Public_Services_Boundaries_WFS%2Chttps%3Aservices.slip.wa.gov.au%3A443%2Farcgis%2Fservices%2FSLIP_Public_Services%2FBoundaries_WFS%2FMapServer%2FWFSServer)&amp;amp;OUTPUTFORMAT=application%2Fgml%2Bxml%3B%20version%3D3.2&amp;amp;maxfeatures=1"&gt;here&lt;/A&gt;.&amp;nbsp; ArcGIS needs XY, hence the requirement to swap axes.&amp;nbsp; I'll take it up with the team to see if we should 'know' to swap XY automatically based on default SRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime you can edit the connection properties for your site to default to swapping (requires Pro 2.3+) so everything just works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/442550_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2019 15:43:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8712#M259</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2019-04-19T15:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: WFS not working, reversed coordinates</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8713#M260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bruce, we will also do some further testing from our side, most of our services are in 3857 but some are GDA94.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 03:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/wfs-not-working-reversed-coordinates/m-p/8713#M260</guid>
      <dc:creator>KylieMiddleton</dc:creator>
      <dc:date>2019-04-30T03:46:15Z</dc:date>
    </item>
  </channel>
</rss>

