<?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: Symbolizing Linear Features as Points in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93451#M1087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get this to work. However I'm still looking into what using a label vs a symbol means as far as display priority etc. Thank you for the reply! I'll be sure to report back on what I find on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2016 18:00:47 GMT</pubDate>
    <dc:creator>MattAllen</dc:creator>
    <dc:date>2016-01-05T18:00:47Z</dc:date>
    <item>
      <title>Symbolizing Linear Features as Points</title>
      <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93446#M1082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a linear dataset that has features that may be as small as 10 meters (under road drainage etc) and as big as several miles. When viewing these on a statewide map the shorter features are not visible. I would like to symbolize these features as points so that they are visible from all scales. I tried using the ArrowRightMiddle symbol and changing the marker to a point. This works great until the width of the point exceeds the length of the line. At that point the marker is suppressed. Is there a way to disable this behavior? Is there another way I can do this to overcome this limitation? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My attachments show the behavior as I zoom in you see more points displayed. I'd like them to display at all times. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 16:31:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93446#M1082</guid>
      <dc:creator>MattAllen</dc:creator>
      <dc:date>2016-01-05T16:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing Linear Features as Points</title>
      <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93447#M1083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a label. &lt;/P&gt;&lt;P&gt;- label expression = " " &lt;/P&gt;&lt;P&gt;- add a marker text background for the symbol&lt;/P&gt;&lt;P&gt;- check 'Never Remove' under placement properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 16:49:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93447#M1083</guid>
      <dc:creator>Elizabeth_R_Jarvie</dc:creator>
      <dc:date>2016-01-05T16:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing Linear Features as Points</title>
      <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93448#M1084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your dataset is static (not edited often), a workaround could be to select only the segments that are "disappearing", then use &lt;EM&gt;Feature to Point&lt;/EM&gt; &lt;EM&gt;(Data Management)&lt;/EM&gt; to make a separate point feature class from them.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Feature_To_Point/00170000003m000000/" title="http://resources.arcgis.com/en/help/main/10.1/index.html#/Feature_To_Point/00170000003m000000/"&gt;ArcGIS Help 10.1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caveat:&amp;nbsp; this requires an Advanced license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 17:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93448#M1084</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-01-05T17:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing Linear Features as Points</title>
      <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93449#M1085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a followup to Chris's idea, calculate the X,Y coordinates for those segments (mid-point preferably), export the rows, add back as an event layer, save to a featureclass or shapefile and you will then have points for those small segments that you can use for symbolizing.&amp;nbsp; you can then set the scale so they disappear when zoomed in and appear when zoomed out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 17:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93449#M1085</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-05T17:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing Linear Features as Points</title>
      <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93450#M1086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;As a followup to Chris and Dan's ideas, here is how to set the scale range for your layers:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;IMG alt="GUID-AF13EB1A-9676-47D0-95DF-1799482BA62F-web.png" class="image-1 jive-image" src="http://resources.arcgis.com/en/help/main/10.2/00s5/GUID-AF13EB1A-9676-47D0-95DF-1799482BA62F-web.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 18:00:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93450#M1086</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-05T18:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing Linear Features as Points</title>
      <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93451#M1087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get this to work. However I'm still looking into what using a label vs a symbol means as far as display priority etc. Thank you for the reply! I'll be sure to report back on what I find on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 18:00:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93451#M1087</guid>
      <dc:creator>MattAllen</dc:creator>
      <dc:date>2016-01-05T18:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing Linear Features as Points</title>
      <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93452#M1088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response! Unfortunately the dataset is updated daily using ETL processing and is stored in Oracle. Currently I am pulling the "points" out to another table/layer and setting the symbology that way. However, it's a lot of overhead just for symbology on the map. I'm trying to find a simple way that I can keep them both in the same table/layer and handle the symbols on the fly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 18:04:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93452#M1088</guid>
      <dc:creator>MattAllen</dc:creator>
      <dc:date>2016-01-05T18:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing Linear Features as Points</title>
      <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93453#M1089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply! This is actually similar to what I am currently doing (two layers for one dataset) and trying to move away from. I'd like to have the symbology built on the fly. I was able to get very close with the markers (in my original post) however when I zoom out too far the markers get suppressed. I was hoping there was a way to fix that. I need a solution(s) that will work for ArcMap products as well as ArcGIS Online and ArcGIS Server. Currently I am handling them as two separate tables and I'd prefer to only have one since this is really a visualization issue and not data. PS - I'm a DBA so I'm pretty rusty on this side of things! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 18:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93453#M1089</guid>
      <dc:creator>MattAllen</dc:creator>
      <dc:date>2016-01-05T18:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing Linear Features as Points</title>
      <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93454#M1090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, yes, dealing with the multiple layers and labels can be a bit of an art.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I like to use Maplex labeling to set priority and weight and I've found that setting the labels to 'Background labels' can be helpful.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 18:15:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93454#M1090</guid>
      <dc:creator>Elizabeth_R_Jarvie</dc:creator>
      <dc:date>2016-01-05T18:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing Linear Features as Points</title>
      <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93455#M1091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may already be doing this, but if not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Reference the same layer twice.&lt;/LI&gt;&lt;LI&gt;Use a &lt;EM&gt;Definition Query&lt;/EM&gt; each layer to separate out the lines that look fine from the lines that dissippear.&amp;nbsp; Example.&amp;nbsp; &lt;EM&gt;Shape.length&amp;lt;100&lt;/EM&gt; for one (the "dissippearing lines") and &lt;EM&gt;Shape.length &amp;gt;=100&lt;/EM&gt; for the other.&lt;/LI&gt;&lt;LI&gt;Symbolize each differently.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To provide discernable lines throughout a wide variety of viewing ranges, you also may have to employ multiple layer references of the "dissippearing lines" and not only use the definition query but employ &lt;EM&gt;Scale Dependency&lt;/EM&gt; as suggested by &lt;A href="https://community.esri.com/migrated-users/19932"&gt;Darren Wiens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 03:12:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93455#M1091</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-01-06T03:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing Linear Features as Points</title>
      <link>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93456#M1092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try setting your reference scale &lt;A href="http://desktop.arcgis.com/en/desktop/latest/map/working-with-arcmap/working-with-data-frame-reference-scales.htm" title="http://desktop.arcgis.com/en/desktop/latest/map/working-with-arcmap/working-with-data-frame-reference-scales.htm"&gt;Working with data frame reference scales—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; this will allow your symbols to draw consistently the same at all scale levels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 13:42:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbolizing-linear-features-as-points/m-p/93456#M1092</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-01-06T13:42:09Z</dc:date>
    </item>
  </channel>
</rss>

