<?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: How to: Color-coded Map/Exposure map based on Data in ArcGIS Online Developers Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210008#M251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depending the use case (and data update interval) you might also add shapefile directly to WebMap without hosting it as FeatureService. If WebMap (and web application templates) has functionality that you are going to need in your web page, using it instead of custom application might be good way to go. &lt;/SPAN&gt;&lt;A href="http://www.esri.com/software/arcgis/arcgisonline/demos/video21"&gt;http://www.esri.com/software/arcgis/arcgisonline/demos/video21&lt;BR /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;To publish Feature Service from shapefile : &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q0000006m000000"&gt;http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q0000006m000000&lt;BR /&gt;&lt;BR /&gt;A&lt;/A&gt;&lt;SPAN&gt;fter you have published that you can refer that from WebMap (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#/About_using_web_maps/010q00000022000000/"&gt;http://resources.arcgis.com/en/help/arcgisonline/index.html#/About_using_web_maps/010q00000022000000/&lt;/A&gt;&lt;SPAN&gt;) or from you custom web application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that you can embed WebMaps that are hosted in ArcGIS Online in your own sites if needed (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#/Embedding_web_maps/010q00000095000000/"&gt;http://resources.arcgis.com/en/help/arcgisonline/index.html#/Embedding_web_maps/010q00000095000000/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/software/arcgis/arcgisonline/demos/video21"&gt;I&lt;/A&gt;&lt;SPAN&gt;f you are using same features in multiple appications, then it should be published as a feature service and your webmap / custom application then references to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 12:00:31 GMT</pubDate>
    <dc:creator>AnttiKajanus1</dc:creator>
    <dc:date>2013-08-23T12:00:31Z</dc:date>
    <item>
      <title>How to: Color-coded Map/Exposure map based on Data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210005#M248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a beginner and I started off with a trial version of 'ArcGIS for Developer'. I wanted to show the State map with county borders, color code each County based on the Data range. For example, 1-20 (of data in red), 20-50 in blue etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please point me to the online resources that can help me achieve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;These are what I gathered so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found something similar for Google maps from Stackoverflow&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/5314258/google-map-color-coding-countries-based-on-marker-value"&gt;http://stackoverflow.com/questions/5314258/google-map-color-coding-countries-based-on-marker-value&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A link to download county boundaries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://nationalatlas.gov/atlasftp.html?openChapters=chpbound#chpbound"&gt;http://nationalatlas.gov/atlasftp.html?openChapters=chpbound#chpbound&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help to get me started is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 07:29:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210005#M248</guid>
      <dc:creator>PattabiramanMeenakshisundaram</dc:creator>
      <dc:date>2013-08-23T07:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Color-coded Map/Exposure map based on Data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210006#M249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that you have 2 different solutions in this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Define your symbols in our map (webmap if you are using those, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q0000009w000000"&gt;http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q0000009w000000&lt;/A&gt;&lt;SPAN&gt;, and if you are implementing custom application you can use ClassBreaksRenderer from the API ie. &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/renderer_class_breaks.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/renderer_class_breaks.html&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Define symbology to the service but you need to create service from tool that supports that. I think you can use atleast ArcMap and Esri Maps for Office to handle it but using developers.arcgis.com don't have that option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you need more help with this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If i understood correctly with fast look on the download page link, you are publishing services from shapefiles. I guess you are uploading shapefiles to ArcGIS Online and then publishing it to service. If you do it like this way, you need to define renderers in your application (option 1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have access to ArcGIS Desktop (ArcMap) then you can define renderer directly to your service and publish it to ArcGIS Online. (option 2)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 08:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210006#M249</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2013-08-23T08:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Color-coded Map/Exposure map based on Data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210007#M250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Antti,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My requirement is exactly similar to an election map - showing 'Red/Blue' counties based on the total votes polled, for a given state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This needs to be embedded in a web page and would prefer a solution based on Arcgis developer online, though I can install the Desktop version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please confirm my understanding?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Overlay the state map with a shapefile that provides county borders. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. need to add a feature layer ( referring to the example of the ClassBreakRenderer you shared) that is specific to my usecase. If I can build a feature layer, do I need to do the step 1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for providing references.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 11:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210007#M250</guid>
      <dc:creator>PattabiramanMeenakshisundaram</dc:creator>
      <dc:date>2013-08-23T11:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Color-coded Map/Exposure map based on Data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210008#M251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depending the use case (and data update interval) you might also add shapefile directly to WebMap without hosting it as FeatureService. If WebMap (and web application templates) has functionality that you are going to need in your web page, using it instead of custom application might be good way to go. &lt;/SPAN&gt;&lt;A href="http://www.esri.com/software/arcgis/arcgisonline/demos/video21"&gt;http://www.esri.com/software/arcgis/arcgisonline/demos/video21&lt;BR /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;To publish Feature Service from shapefile : &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q0000006m000000"&gt;http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q0000006m000000&lt;BR /&gt;&lt;BR /&gt;A&lt;/A&gt;&lt;SPAN&gt;fter you have published that you can refer that from WebMap (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#/About_using_web_maps/010q00000022000000/"&gt;http://resources.arcgis.com/en/help/arcgisonline/index.html#/About_using_web_maps/010q00000022000000/&lt;/A&gt;&lt;SPAN&gt;) or from you custom web application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that you can embed WebMaps that are hosted in ArcGIS Online in your own sites if needed (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#/Embedding_web_maps/010q00000095000000/"&gt;http://resources.arcgis.com/en/help/arcgisonline/index.html#/Embedding_web_maps/010q00000095000000/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/software/arcgis/arcgisonline/demos/video21"&gt;I&lt;/A&gt;&lt;SPAN&gt;f you are using same features in multiple appications, then it should be published as a feature service and your webmap / custom application then references to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 12:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210008#M251</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2013-08-23T12:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Color-coded Map/Exposure map based on Data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210009#M252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is one blog post about features vs feature services : &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2013/02/19/about-features-and-feature-services/"&gt;http://blogs.esri.com/esri/arcgis/2013/02/19/about-features-and-feature-services/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 12:16:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210009#M252</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2013-08-23T12:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Color-coded Map/Exposure map based on Data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210010#M253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for all the references and links.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 12:27:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210010#M253</guid>
      <dc:creator>PattabiramanMeenakshisundaram</dc:creator>
      <dc:date>2013-08-23T12:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Color-coded Map/Exposure map based on Data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210011#M254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you for all the references and links.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My pleasure. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember to hit question answered when you think that you got things rolling.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 12:38:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210011#M254</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2013-08-23T12:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Color-coded Map/Exposure map based on Data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210012#M255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition to the above pointers, I got a step-step instruction from Stackoverflow&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tinyurl.com/countylevelshp"&gt;http://tinyurl.com/countylevelshp&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The state I am interested in is 'FL'.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The only deviation from the steps outlined was:&lt;/STRONG&gt;&lt;SPAN&gt;I could only find the layer package from ArcGis online. So instead of importing the layer file, imported the shape file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Inside ArcMap also I did all the steps but could not select the COUNTY_FIPS (as it is not one of the field defined in the shape file). The spatial join file got created but the output looks the same as that of the Shape file I imported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Google Fusion has an example similar to the above requirement. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gmaps-samples.googlecode.com/svn/trunk/fusiontables/adv_fusiontables.html"&gt;http://gmaps-samples.googlecode.com/svn/trunk/fusiontables/adv_fusiontables.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any equivalent in ArcGis, as for my requirement, I do not want the map to scale any further than county boundaries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope my question is clear&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 12:54:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210012#M255</guid>
      <dc:creator>PattabiramanMeenakshisundaram</dc:creator>
      <dc:date>2013-09-03T12:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Color-coded Map/Exposure map based on Data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210013#M256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Remember to hit question answered when you think that you got things rolling.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Could not find the 'question answered' link. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My last question was not related to the original thread that got answered. will be posting my question in a aseparate thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 14:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-color-coded-map-exposure-map-based-on-data/m-p/210013#M256</guid>
      <dc:creator>PattabiramanMeenakshisundaram</dc:creator>
      <dc:date>2013-09-04T14:05:36Z</dc:date>
    </item>
  </channel>
</rss>

