<?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 Problem with polygon graphics in ImageBlender application in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-polygon-graphics-in-imageblender/m-p/341041#M31573</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;I'm using the application ImageBlender to make a HTML page to print, with the image returned by application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The application works fine with points, polylines, and texts graphics, but not with polygons. When I draw a polygon whith any polygon symbol, the application doesn't return any image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I choose Default polygon symbol, the graphicList variable has this value (polygon with 3 points): FILLPOLYGON;0_0_0_0_0_0_0.25;302,190%406,205%378,291$FILLPOLYGON;0_0_0_0_0_0_0.25&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And with Solid: FILLPOLYGON;255_0_0_255_255_0_0.5;322,137%469,182%309,281$FILLPOLYGON; 255_0_0_255_255_0_0.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't undertand this part of variable: $FILLPOLYGON;255_0_0_255_255_0_0.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which format does the application use for polygons?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know what happens?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Nov 2010 11:52:35 GMT</pubDate>
    <dc:creator>PauPérez_Puigcerver</dc:creator>
    <dc:date>2010-11-12T11:52:35Z</dc:date>
    <item>
      <title>Problem with polygon graphics in ImageBlender application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-polygon-graphics-in-imageblender/m-p/341041#M31573</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;I'm using the application ImageBlender to make a HTML page to print, with the image returned by application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The application works fine with points, polylines, and texts graphics, but not with polygons. When I draw a polygon whith any polygon symbol, the application doesn't return any image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I choose Default polygon symbol, the graphicList variable has this value (polygon with 3 points): FILLPOLYGON;0_0_0_0_0_0_0.25;302,190%406,205%378,291$FILLPOLYGON;0_0_0_0_0_0_0.25&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And with Solid: FILLPOLYGON;255_0_0_255_255_0_0.5;322,137%469,182%309,281$FILLPOLYGON; 255_0_0_255_255_0_0.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't undertand this part of variable: $FILLPOLYGON;255_0_0_255_255_0_0.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which format does the application use for polygons?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know what happens?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 11:52:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-polygon-graphics-in-imageblender/m-p/341041#M31573</guid>
      <dc:creator>PauPérez_Puigcerver</dc:creator>
      <dc:date>2010-11-12T11:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with polygon graphics in ImageBlender application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-polygon-graphics-in-imageblender/m-p/341042#M31574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I replace FILLPOLYGON with HOLLOWPOLYGON or DASHPOLYGON, it also works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pau Pérez&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 11:49:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-polygon-graphics-in-imageblender/m-p/341042#M31574</guid>
      <dc:creator>PauPérez_Puigcerver</dc:creator>
      <dc:date>2010-11-16T11:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with polygon graphics in ImageBlender application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-polygon-graphics-in-imageblender/m-p/341043#M31575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Finally I have a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem was the transparency parameter passed to the application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Default.aspx, the parameter was passed with point as decimal delimiter, and the application works with coma delimiter (at least on my server).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var transPol = String(dojo.number.round(graphics&lt;I&gt;.symbol._fill.a,2));&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;graphicSymbol += "_" + graphics&lt;I&gt;.symbol._fill.r + "_" + graphics&lt;I&gt;.symbol._fill.g + "_" + graphics&lt;I&gt;.symbol._fill.b + "_" + transPol.replace(".",",");&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//graphicSymbol += "_" + graphics&lt;I&gt;.symbol._fill.r + "_" + graphics&lt;I&gt;.symbol._fill.g + "_" + graphics&lt;I&gt;.symbol._fill.b + "_" + graphics&lt;I&gt;.symbol._fill.a;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pau PÃ©rez&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 11:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-polygon-graphics-in-imageblender/m-p/341043#M31575</guid>
      <dc:creator>PauPérez_Puigcerver</dc:creator>
      <dc:date>2010-11-26T11:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with polygon graphics in ImageBlender application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-polygon-graphics-in-imageblender/m-p/341044#M31576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the input. This issue is resolved and there are more features added.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=81224fec1c3c47149b4d07c3c9b8027d"&gt;http://www.arcgis.com/home/item.html?id=81224fec1c3c47149b4d07c3c9b8027d&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 13:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-polygon-graphics-in-imageblender/m-p/341044#M31576</guid>
      <dc:creator>gisscconsulting</dc:creator>
      <dc:date>2010-12-15T13:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with polygon graphics in ImageBlender application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-polygon-graphics-in-imageblender/m-p/341045#M31577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the new version. I will test it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pau Pérez&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 10:37:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-polygon-graphics-in-imageblender/m-p/341045#M31577</guid>
      <dc:creator>PauPérez_Puigcerver</dc:creator>
      <dc:date>2010-12-20T10:37:34Z</dc:date>
    </item>
  </channel>
</rss>

