<?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: Line Scalling/Labeling issue in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/line-scalling-labeling-issue/m-p/150082#M13977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2012 05:09:24 GMT</pubDate>
    <dc:creator>MarkPaulson</dc:creator>
    <dc:date>2012-08-15T05:09:24Z</dc:date>
    <item>
      <title>Line Scalling/Labeling issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/line-scalling-labeling-issue/m-p/150079#M13974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Complete Noob with this stuff and I apologize if this is stupidly simple. I have a feature layer in my MXD that uses the cartographic line symbol with a template spacing of 6. I also have a Label field with a placement of curved.&amp;nbsp; when I add the layer using &lt;/SPAN&gt;&lt;STRONG&gt;esri.layers.ArcGISDynamicMapServiceLayer&lt;/STRONG&gt;&lt;SPAN&gt; evrything is correct. When is use &lt;/SPAN&gt;&lt;STRONG&gt;esri.layers.FeatureLayer&lt;/STRONG&gt;&lt;SPAN&gt; the scalling is different and the label is missing. Images attached showing difference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 19:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/line-scalling-labeling-issue/m-p/150079#M13974</guid>
      <dc:creator>MarkPaulson</dc:creator>
      <dc:date>2012-08-10T19:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Line Scalling/Labeling issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/line-scalling-labeling-issue/m-p/150080#M13975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I could sure use some help with this please.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 19:25:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/line-scalling-labeling-issue/m-p/150080#M13975</guid>
      <dc:creator>MarkPaulson</dc:creator>
      <dc:date>2012-08-14T19:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Line Scalling/Labeling issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/line-scalling-labeling-issue/m-p/150081#M13976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jgravois&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I took a look at this and was able to reproduce some quirky display behavior for the featureLayer with a cartographic line type.&amp;nbsp; I am not 100% sure on the expected behavior here, but based on the limitations for symbology for feature services in general, it may be that the Javascript API does not support cartographic line types for featureLayers either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;from "Authoring feature services"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:2;"&gt;"For line layers, simple line symbols are supported. If other symbols are used, the feature service converts them to a simple line symbol that best represents the original symbol...."&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000003nt000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000003nt000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With regard to labels, its my understanding that labels from the underlying map service are not going to come across when working with feature layers either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Given these limitations you might want to consider loading the dynamic map service instead and using a feature layer referencing the same data in selection mode only.&amp;nbsp; This will allow you to display the original tiles and only retrieve geometry for the feature layer onClick.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a sample of the implementation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/ed_attribute_inspector.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/ed_attribute_inspector.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 23:28:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/line-scalling-labeling-issue/m-p/150081#M13976</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-08-14T23:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Line Scalling/Labeling issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/line-scalling-labeling-issue/m-p/150082#M13977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 05:09:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/line-scalling-labeling-issue/m-p/150082#M13977</guid>
      <dc:creator>MarkPaulson</dc:creator>
      <dc:date>2012-08-15T05:09:24Z</dc:date>
    </item>
  </channel>
</rss>

