<?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: Spatial reference issue? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512526#M11638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You'll need to use Flex API 2.x in order to send REST requests with the wkt value. See the "Migrating to 2.x" page at: &lt;A href="http://help.arcgis.com/en/webapi/flex/help/index.html"&gt;http://help.arcgis.com/en/webapi/flex/help/index.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to make sure...are you saying that by switching to Flex 2.0 it allow us to use our custom projection in services in an application?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Sep 2010 18:48:28 GMT</pubDate>
    <dc:creator>MichaelBishopp</dc:creator>
    <dc:date>2010-09-22T18:48:28Z</dc:date>
    <item>
      <title>Spatial reference issue?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512519#M11631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We just recently upgraded our ArcGIS Servers to version 10.&amp;nbsp; When we did this, the one Dynamic service in my application would no longer display.&amp;nbsp; In fact, it failed as an I/O error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did some digging and found out that my Tiled Service Layer (the orthophotos--which are cached) has a spatial reference of: BellevueNAD83NSRS2007--In other words, it has a custom projection (or no 4 digit number assigned to this projection).&amp;nbsp; It turns out that my Dynamic Service has a Spatial Reference of 2926.&amp;nbsp; When the map app launches, the Tiled layer (orthos) will draw, but the Dynamic/Operational Layer will NOT draw.&amp;nbsp; I have also tried to load a Dynamic Service with a Spatial Reference of BellevueNAD83NSRS2007 on top of the Tiled Service...no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The funny thing is that I have also tested with another Tiled Service (a hillshade cache).&amp;nbsp; This Tiled Service has a Spatial Reference of 2926.&amp;nbsp; I then load on top of it a Dynamic Service with a Spatial Reference of BellevueNAD83NSRS2007.&amp;nbsp; In this case both the Tiled Service and the Dynamic Service draw.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suppose I could convert my tiled service that contains the orthos back to Spatial Reference 2926, but this to me is counter to the direction we are headed with our other featureclasses.&amp;nbsp; Our orthos are in Spatial Reference BellevueNAD83NSRS2007 and that is the way I wish to keep them because all of our other data will eventually be in that Spatial Reference.&amp;nbsp; I would hate to keep two copies of the data, one in BellevueNAD83NSRS2007, the other in 2926.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone please explain to me why I cannot load a tiled service with Spatial Reference BellevueNAD83NSRS2007 with a Dynamic Service with Spatial Reference BellevueNAD83NSRS2007?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone also explain why I cannot load a Dynamic Service by itself when it has the custom spatial reference of BellevueNAD83NSRS2007?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, can someone explain how when I load a Dynamic or Tiled Service with Spatial Reference 2926 and then load a Dynamic Service with custom Spatial Reference BellevueNAD83NSRS2007, both services draw?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 22:53:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512519#M11631</guid>
      <dc:creator>MichaelBishopp</dc:creator>
      <dc:date>2010-09-21T22:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial reference issue?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512520#M11632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know that when I draw a dynamic layer on a tiled service, I only run into problems if I try to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;change &lt;/SPAN&gt;&lt;SPAN&gt;the specs, like extent, spatial reference, etc.&amp;nbsp; Are you eplicitly setting any of these in your dynamic layer &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;or &lt;/SPAN&gt;&lt;SPAN&gt;for the map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I read somewhere that when changing the extent or spatial reference, the units also need to be set.&amp;nbsp; If your units are wrong, the dynamic layer may be drawing in the wrong place.&amp;nbsp; I had this problem when my map units were meters and my layer units were decimal degrees.&amp;nbsp; Everything was drawn very close to latlon 0,0, (off the west coast of Africa).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 23:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512520#M11632</guid>
      <dc:creator>DavidElies</dc:creator>
      <dc:date>2010-09-21T23:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial reference issue?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512521#M11633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using ArcGIS API for Flex version 2.x? This version is required for wkt support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 14:27:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512521#M11633</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-09-22T14:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial reference issue?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512522#M11634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you using ArcGIS API for Flex version 2.x? This version is required for wkt support.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not using 2.1.&amp;nbsp; Can I use it in FlexBuilder 3 or do I need to upgrade to FlexBuilder 4?&amp;nbsp; Can you please explain wkt a bit for me?&amp;nbsp; I am new to this and am not sure what wkt means.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 17:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512522#M11634</guid>
      <dc:creator>MichaelBishopp</dc:creator>
      <dc:date>2010-09-22T17:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial reference issue?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512523#M11635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;wkt is "Well-Known Text" vs. wkid for "Well-Known ID". The ArcGIS REST API added support for wkt at version 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See: &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/geometry.html"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/geometry.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you open your service and view the json, what do you see for the spatialReference?.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. for: &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/MapServer?f=json&amp;amp;pretty=true"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/MapServer?f=json&amp;amp;pretty=true&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It's: "spatialReference" : {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "wkid" : 4326&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 17:50:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512523#M11635</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-09-22T17:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial reference issue?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512524#M11636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;wkt is "Well-Known Text" vs. wkid for "Well-Known ID". The ArcGIS REST API added support for wkt at version 10.&lt;BR /&gt;See: &lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/geometry.html"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/geometry.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you open your service and view the json, what do you see for the spatialReference?.&lt;BR /&gt;e.g. for: &lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/MapServer?f=json&amp;amp;pretty=true"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/MapServer?f=json&amp;amp;pretty=true&lt;/A&gt;&lt;BR /&gt;It's: "spatialReference" : {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "wkid" : 4326&lt;BR /&gt;&amp;nbsp; }&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mine is like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"spatialReference" : {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "wkt" : "PROJCS[\"BellevueNAD83NSRS2007\",GEOGCS[\"GCS_North_American_1983_HARN\",DATUM[\"D_North_American_1983_HARN\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Lambert_Conformal_Conic\"],PARAMETER[\"False_Easting\",1640416.896666667],PARAMETER[\"False_Northing\",0.24],PARAMETER[\"Central_Meridian\",-120.8333333333333],PARAMETER[\"Standard_Parallel_1\",47.5],PARAMETER[\"Standard_Parallel_2\",48.733333],PARAMETER[\"Scale_Factor\",1.0],PARAMETER[\"Latitude_Of_Origin\",47.0],UNIT[\"Foot_US\",0.3048006096012192]]"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 18:19:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512524#M11636</guid>
      <dc:creator>MichaelBishopp</dc:creator>
      <dc:date>2010-09-22T18:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial reference issue?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512525#M11637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'll need to use Flex API 2.x in order to send REST requests with the wkt value. See the "Migrating to 2.x" page at: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/help/index.html"&gt;http://help.arcgis.com/en/webapi/flex/help/index.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 18:26:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512525#M11637</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-09-22T18:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial reference issue?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512526#M11638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You'll need to use Flex API 2.x in order to send REST requests with the wkt value. See the "Migrating to 2.x" page at: &lt;A href="http://help.arcgis.com/en/webapi/flex/help/index.html"&gt;http://help.arcgis.com/en/webapi/flex/help/index.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to make sure...are you saying that by switching to Flex 2.0 it allow us to use our custom projection in services in an application?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 18:48:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512526#M11638</guid>
      <dc:creator>MichaelBishopp</dc:creator>
      <dc:date>2010-09-22T18:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial reference issue?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512527#M11639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. You can verify by creating a simple test app like this sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=DynamicMap"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=DynamicMap&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 18:59:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-reference-issue/m-p/512527#M11639</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-09-22T18:59:04Z</dc:date>
    </item>
  </channel>
</rss>

