<?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: Trouble with Lon/Lat Points in 4269, MapPoints and Map in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/trouble-with-lon-lat-points-in-4269-mappoints-and/m-p/227580#M5344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have to specify the map extent in the same spatial reference as your Map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using a map that is in Web Mercator, then your extent also need to be in that coordinate system.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Aug 2010 23:38:27 GMT</pubDate>
    <dc:creator>BjornSvensson</dc:creator>
    <dc:date>2010-08-24T23:38:27Z</dc:date>
    <item>
      <title>Trouble with Lon/Lat Points in 4269, MapPoints and Map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/trouble-with-lon-lat-points-in-4269-mappoints-and/m-p/227577#M5341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry if this has been posted before, though I've seen people with similar problems, they seem to have solved them in no way related to this. I have a series of points (longitude and latitude) that I want to make polygons out of, none show up and neither does my extent. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So for example, I want to show Texas, so I have:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:Extent xmin="-110.240406375474" ymin="37.9691089850409" xmax="-89.8937266879795" ymax="23.9749678372559"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:SpatialReference wkid="4269"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/esri:Extent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And it always shows up in the ocean (default) (I've tried switching up the value to no avail), any ideas why? Once this is solved, I'm guessing my polygons will show up too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I should mention when I use the stock values and create polygons etc, it all works. I mean the ones like -3867905,-671044, for a different spatial reference. So it's not my code that is messed up, just the coordinates.&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, 24 Aug 2010 22:48:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/trouble-with-lon-lat-points-in-4269-mappoints-and/m-p/227577#M5341</guid>
      <dc:creator>JenniferBaldwin</dc:creator>
      <dc:date>2010-08-24T22:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Lon/Lat Points in 4269, MapPoints and Map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/trouble-with-lon-lat-points-in-4269-mappoints-and/m-p/227578#M5342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found that this helps it center, though I haven't fixed my polygon issue yet:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!-- imagery service in 4326 --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/I3_Imagery_Prime_World_2D/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/I3_Imagery_Prime_World_2D/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;!-- local dynamic service in 4269 --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;esri:ArcGISDynamicMapServiceLayer url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myserver/ArcGIS/rest/services/test_service/MapServer/" rel="nofollow" target="_blank"&gt;http://myserver/ArcGIS/rest/services/test_service/MapServer/&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but it is not the type of map I hoped for. Is there any way to find a list of these map urls?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 23:10:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/trouble-with-lon-lat-points-in-4269-mappoints-and/m-p/227578#M5342</guid>
      <dc:creator>JenniferBaldwin</dc:creator>
      <dc:date>2010-08-24T23:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Lon/Lat Points in 4269, MapPoints and Map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/trouble-with-lon-lat-points-in-4269-mappoints-and/m-p/227579#M5343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have found this map and it centers fine with it: &lt;/SPAN&gt;&lt;A href="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything shows up fine now. In case someone runs across this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 23:24:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/trouble-with-lon-lat-points-in-4269-mappoints-and/m-p/227579#M5343</guid>
      <dc:creator>JenniferBaldwin</dc:creator>
      <dc:date>2010-08-24T23:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Lon/Lat Points in 4269, MapPoints and Map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/trouble-with-lon-lat-points-in-4269-mappoints-and/m-p/227580#M5344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have to specify the map extent in the same spatial reference as your Map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using a map that is in Web Mercator, then your extent also need to be in that coordinate system.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 23:38:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/trouble-with-lon-lat-points-in-4269-mappoints-and/m-p/227580#M5344</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-08-24T23:38:27Z</dc:date>
    </item>
  </channel>
</rss>

