<?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: Renderer with TextSymbol for  dynamic layer from Mapserver in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793770#M268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #505051; background-color: #cee6fa;"&gt;Unable to instantiate class for xml schema type: esriTS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #505051; background-color: #cee6fa;"&gt;what does that mean any idea&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2019 16:18:18 GMT</pubDate>
    <dc:creator>RAMAKRISHNAVEMIREDDY</dc:creator>
    <dc:date>2019-02-01T16:18:18Z</dc:date>
    <item>
      <title>Renderer with TextSymbol for  dynamic layer from Mapserver</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793766#M264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV dir="ltr" style="color: #222222; background-color: #ffffff; font-size: small;"&gt;when trying to use Renderer with TextSymbol for&amp;nbsp; dynamic layer from Mapserver&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;following error is seen in the logs of Arcgis Server&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;SPAN style="font-size: large;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="background-color: #cee6fa; color: #505051; font-size: large; "&gt;Unable to instantiate class for xml schema type: esriTS'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 10:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793766#M264</guid>
      <dc:creator>Satish_Kumar_VarmaDandu</dc:creator>
      <dc:date>2019-02-01T10:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Renderer with TextSymbol for  dynamic layer from Mapserver</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793767#M265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Your post is lacking a lot of details.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What type of geometry is the layer of the map service that you are applying the renderer to?&lt;/LI&gt;&lt;LI&gt;What version of the JS API are you using?&lt;/LI&gt;&lt;LI&gt;What does your code look like for what you are attempting?&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 14:22:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793767#M265</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-01T14:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Renderer with TextSymbol for  dynamic layer from Mapserver</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793768#M266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply&lt;/P&gt;&lt;P&gt;1. layer is of point geometry&lt;/P&gt;&lt;P&gt;2. I am using 3.27 jasvascript api&lt;/P&gt;&lt;P&gt;3. I am just dipalying the layer in my javascript apllication with my own textsymbol form true font&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using&amp;nbsp;ArcGISDynamicMapServiceLayer and creating&amp;nbsp;&lt;/P&gt;&lt;P&gt;var textSymbol = new TextSymbol('d', new Font("20pt", Font.STYLE_NORMAL, Font.VARIANT_NORMAL, Font.WEIGHT_BOLD, "gecefont"));&lt;BR /&gt; textSymbol.setColor(new Color([255,255,0,0.5]));&lt;/P&gt;&lt;P&gt;renderr and attaching to drawingoption of layer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able add textsymbol as graphic to map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i attaching same symbol to renderr and use it in drawing options of layer&lt;/P&gt;&lt;P&gt;at server i am getting error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; border: 0px; font-size: large;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #505051; background-color: #cee6fa; border: 0px; font-size: large;"&gt;Unable to instantiate class for xml schema type: esriTS'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 14:36:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793768#M266</guid>
      <dc:creator>RAMAKRISHNAVEMIREDDY</dc:creator>
      <dc:date>2019-02-01T14:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Renderer with TextSymbol for  dynamic layer from Mapserver</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793769#M267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I don't see the same error as you do but I definitely can verify that setting the layers renderer to a TextSymbol does not work for a ArcGISDynamicMapServiceLayer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 15:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793769#M267</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-01T15:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Renderer with TextSymbol for  dynamic layer from Mapserver</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793770#M268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #505051; background-color: #cee6fa;"&gt;Unable to instantiate class for xml schema type: esriTS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #505051; background-color: #cee6fa;"&gt;what does that mean any idea&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 16:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793770#M268</guid>
      <dc:creator>RAMAKRISHNAVEMIREDDY</dc:creator>
      <dc:date>2019-02-01T16:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Renderer with TextSymbol for  dynamic layer from Mapserver</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793771#M269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally I would see something like that if you are trying to convert JSON to a symbol and something was wrong in the JSON.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 17:18:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/renderer-with-textsymbol-for-dynamic-layer-from/m-p/793771#M269</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-01T17:18:39Z</dc:date>
    </item>
  </channel>
</rss>

