<?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: Creating a Map Graphic in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57576#M1330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Drew, it looks like I have some reading to do.&amp;nbsp; I will see how cooperative my work is with me using ArcGIS Server.&amp;nbsp; I work in government, so I'm not sure if I have access to the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 13:31:03 GMT</pubDate>
    <dc:creator>DanielMeinen</dc:creator>
    <dc:date>2010-11-18T13:31:03Z</dc:date>
    <item>
      <title>Creating a Map Graphic</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57571#M1325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Incredibly basic question, I'm trying to create a map of the state of Wisconsin and its 72 counties for use in Adobe Flex.&amp;nbsp; I know how to use the ESRI basemaps to get that background map, but how do I get my own map that would have each of the 72 counties clickable.&amp;nbsp; I believe I need to create graphics of the 72 counties and link in the attribute information.&amp;nbsp; I come from the GIS side of things, and am trying to do some programming.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 20:20:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57571#M1325</guid>
      <dc:creator>DanielMeinen</dc:creator>
      <dc:date>2010-11-17T20:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Map Graphic</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57572#M1326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usually you would have your own map service that you would overlay on top of the basemap and not graphics. Graphics can be used but you need to know the exact geometry and this is not the most efficient way to display data right away. Generally graphics are used to emphasize a location or feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have access to ArcGIS Server and do you have a service published that contains the data you need to show?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unless by graphic you are referring to a file such as a jpg, png, gif to overlay.... This is generally what the "map service" generates. I may have been reading you post from a programming perspective&amp;nbsp; where "graphics" are added to the map to highlight a feature (like in ArcMap)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 21:03:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57572#M1326</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2010-11-17T21:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Map Graphic</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57573#M1327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Drew for your response.&amp;nbsp; I would like to create a webpage that is somewhat similar to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://visudemos.ilog.com/blogsamples/factbook2/FactBookSE.html"&gt;http://visudemos.ilog.com/blogsamples/factbook2/FactBookSE.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you be able to tell me what is the likely way they created this world map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I come from the Arc world of shapefiles and geodatabases, and I know that I can't overlap a shapefile into Flex, so I'm basically asking, if not a shapefile, how do they get a map to show up?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 00:33:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57573#M1327</guid>
      <dc:creator>DanielMeinen</dc:creator>
      <dc:date>2010-11-18T00:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Map Graphic</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57574#M1328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks Drew for your response.&amp;nbsp; I would like to create a webpage that is somewhat similar to this:&lt;BR /&gt;&lt;A href="http://visudemos.ilog.com/blogsamples/factbook2/FactBookSE.html"&gt;http://visudemos.ilog.com/blogsamples/factbook2/FactBookSE.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Would you be able to tell me what is the likely way they created this world map?&lt;BR /&gt;&lt;BR /&gt;I come from the Arc world of shapefiles and geodatabases, and I know that I can't overlap a shapefile into Flex, so I'm basically asking, if not a shapefile, how do they get a map to show up?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What software do you have at your disposal? Do you have ArcGIS Server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for how &lt;/SPAN&gt;&lt;STRONG&gt;they&lt;/STRONG&gt;&lt;SPAN&gt; created the world map.. Well its not using ESRI Flex api. Its something custom or another 3rd party like &lt;/SPAN&gt;&lt;A href="http://www.avenza.com/mapublisher/mapwebauthor"&gt;Avenza Web Map&lt;/A&gt;&lt;SPAN&gt;. You could do this with the ESRI flex API but I would not recommend it as your very first task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 01:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57574#M1328</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2010-11-18T01:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Map Graphic</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57575#M1329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What you need to do is create some sort of map service with your data, then use the ESRI Flex Viewer to start building your application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/index.html"&gt;http://help.arcgis.com/en/webapps/flexviewer/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But generally speaking you need a map service to start showing your own data. There are a few types of map services the&amp;nbsp; Flex API can handle so there are some options. Usually a map service is created using ArcGIS Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other links for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Flex API Samples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Flex API Concepts&lt;/SPAN&gt;&lt;BR /&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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Understanding ArcGIS Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/help/content/arcgis_server/arcgis_server_overview.htm"&gt;http://help.arcgis.com/en/webapi/flex/help/content/arcgis_server/arcgis_server_overview.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 12:04:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57575#M1329</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2010-11-18T12:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Map Graphic</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57576#M1330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Drew, it looks like I have some reading to do.&amp;nbsp; I will see how cooperative my work is with me using ArcGIS Server.&amp;nbsp; I work in government, so I'm not sure if I have access to the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 13:31:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-a-map-graphic/m-p/57576#M1330</guid>
      <dc:creator>DanielMeinen</dc:creator>
      <dc:date>2010-11-18T13:31:03Z</dc:date>
    </item>
  </channel>
</rss>

