<?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: Color Polygon by Spatial Location in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/color-polygon-by-spatial-location/m-p/565174#M6088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;As far as for the Desktop Tools (ArcMap), the only way is to attribute the Land Parcels as part of the CBD (some kind of a Flag field that gets 1 for CBD and 0/NULL for non-CBD parcels) and then symbolize the Parcels, using this field.&lt;/P&gt;&lt;P&gt;Another method would be to create a &lt;STRONG&gt;new table&lt;/STRONG&gt; that has 2 colomns: 1 with Parcel ID and 2nd with the above mentioned flag field. Then, create a Join of this table to the Parcels feature class and symbolize the Parcels, using this field.&lt;/P&gt;&lt;P&gt;This can be done either by Spatial Join, or by Select by location and calculation.&lt;/P&gt;&lt;P&gt;There is no dynamic spatial join like you would desire in Desktop shelf apps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2015 04:41:34 GMT</pubDate>
    <dc:creator>YovavZohar1</dc:creator>
    <dc:date>2015-07-27T04:41:34Z</dc:date>
    <item>
      <title>Color Polygon by Spatial Location</title>
      <link>https://community.esri.com/t5/mapping-questions/color-polygon-by-spatial-location/m-p/565173#M6087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two Polygon layers, one is "Land Parcels", and the other one is "Central Business District (CBD)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone has asked me to provide a map showing the CBD area, color the properties within the CBD area Red, and all other properties blue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can do a simple select by location, export a feature class of CBD properties and color this way, but as this property layer changes daily I would like this map to be dynamic. So each time I open the MXD the map is up-to-date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached area and two Feature Classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a field is not an option unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? Im not good at thinking outside the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should also note that this plan will need to be updated and re-distributed every month, hence my automation request, rather than the export feature class workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 03:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/color-polygon-by-spatial-location/m-p/565173#M6087</guid>
      <dc:creator>BenVan_Kesteren1</dc:creator>
      <dc:date>2015-07-27T03:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Color Polygon by Spatial Location</title>
      <link>https://community.esri.com/t5/mapping-questions/color-polygon-by-spatial-location/m-p/565174#M6088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;As far as for the Desktop Tools (ArcMap), the only way is to attribute the Land Parcels as part of the CBD (some kind of a Flag field that gets 1 for CBD and 0/NULL for non-CBD parcels) and then symbolize the Parcels, using this field.&lt;/P&gt;&lt;P&gt;Another method would be to create a &lt;STRONG&gt;new table&lt;/STRONG&gt; that has 2 colomns: 1 with Parcel ID and 2nd with the above mentioned flag field. Then, create a Join of this table to the Parcels feature class and symbolize the Parcels, using this field.&lt;/P&gt;&lt;P&gt;This can be done either by Spatial Join, or by Select by location and calculation.&lt;/P&gt;&lt;P&gt;There is no dynamic spatial join like you would desire in Desktop shelf apps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 04:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/color-polygon-by-spatial-location/m-p/565174#M6088</guid>
      <dc:creator>YovavZohar1</dc:creator>
      <dc:date>2015-07-27T04:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Color Polygon by Spatial Location</title>
      <link>https://community.esri.com/t5/mapping-questions/color-polygon-by-spatial-location/m-p/565175#M6089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a model that does the select by location and create a layer file. It's not the solution you're looking for but it's quick and easy, and would only take seconds to run&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 19:37:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/color-polygon-by-spatial-location/m-p/565175#M6089</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-07-27T19:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Color Polygon by Spatial Location</title>
      <link>https://community.esri.com/t5/mapping-questions/color-polygon-by-spatial-location/m-p/565176#M6090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wondering... if your data would reside in a database that supports spatial functions, would it be possible to &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/creating-a-query-layer.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/creating-a-query-layer.htm"&gt;Creating a query layer—Help | ArcGIS for Desktop&lt;/A&gt; using the spatial functions in the SQL expression of the database? That would yield a dynamic layer defined by the data and relations you define.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 23:25:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/color-polygon-by-spatial-location/m-p/565176#M6090</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-02-22T23:25:05Z</dc:date>
    </item>
  </channel>
</rss>

