<?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: Hatching style in ArcGis online feature layer in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/520571#M26233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS online Hosted Services support hatch fill,&amp;nbsp;but don't have a interface for applying them,&amp;nbsp; As @simo xu says the simplest way to apply them is pre publishing in ArcGIS Desktop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are familiar with working in the admin rest endpoint of your service you can actually alter the layers drawing information via Update Definition, See example 3 in the &lt;A href="https://developers.arcgis.com/rest/services-reference/update-definition-feature-layer-.htm#GUID-52452475-3214-4DED-8435-6F4CF7D1430B"&gt;Update Definition (Feature Layer)&lt;/A&gt;, When setting the&lt;A href="https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/"&gt; fill "style"&lt;/A&gt;&amp;nbsp;use&amp;nbsp; "esriSFSForwardDiagonal"&amp;nbsp;to create a fill.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It took me several&amp;nbsp;tries to get the syntax right, so&amp;nbsp;publishing with a Hatch fill&amp;nbsp;would have actually saved me time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2019 01:49:00 GMT</pubDate>
    <dc:creator>AdamEversole1</dc:creator>
    <dc:date>2019-01-08T01:49:00Z</dc:date>
    <item>
      <title>Hatching style in ArcGis online feature layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/520569#M26231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to apply hatching styling to polygons in ArcGIS online ? When we create a map service and use our own geo databases we are able to have hatching styling for the polygons as this is stored in our own databases. From what I can tell there is no way to use hatching if you are using a feature layer in ArcGIS online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know of a way to create styling like below in ArcGIS online?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/120563_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 09:38:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/520569#M26231</guid>
      <dc:creator>ThomasIllingworth</dc:creator>
      <dc:date>2015-08-04T09:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hatching style in ArcGis online feature layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/520570#M26232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Polygon filling is tricky in AGOL.&lt;/P&gt;&lt;P&gt;I used hatch and crosshatch in my feature layer, then I&amp;nbsp; published the map to AGOL, I found the crosshatch simple was missing in the Webmap. But if I view the map from Collector I can see the crosshatch symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, there's no way to select a hatch filling in AGOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point symbol is much easier, you can just use simple markers from the truetype fonts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my experience is helpful for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 00:29:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/520570#M26232</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2015-08-05T00:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hatching style in ArcGis online feature layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/520571#M26233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS online Hosted Services support hatch fill,&amp;nbsp;but don't have a interface for applying them,&amp;nbsp; As @simo xu says the simplest way to apply them is pre publishing in ArcGIS Desktop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are familiar with working in the admin rest endpoint of your service you can actually alter the layers drawing information via Update Definition, See example 3 in the &lt;A href="https://developers.arcgis.com/rest/services-reference/update-definition-feature-layer-.htm#GUID-52452475-3214-4DED-8435-6F4CF7D1430B"&gt;Update Definition (Feature Layer)&lt;/A&gt;, When setting the&lt;A href="https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/"&gt; fill "style"&lt;/A&gt;&amp;nbsp;use&amp;nbsp; "esriSFSForwardDiagonal"&amp;nbsp;to create a fill.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It took me several&amp;nbsp;tries to get the syntax right, so&amp;nbsp;publishing with a Hatch fill&amp;nbsp;would have actually saved me time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 01:49:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/520571#M26233</guid>
      <dc:creator>AdamEversole1</dc:creator>
      <dc:date>2019-01-08T01:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hatching style in ArcGis online feature layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/520572#M26234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Adam.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A good work-around is in this thread&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/830580-re-can-i-use-my-own-polygon-pattern-for-symbology-in-arcgis-online?commentID=830580#comment-830580"&gt;https://community.esri.com/message/830580-re-can-i-use-my-own-polygon-pattern-for-symbology-in-arcgis-online?commentID=830580#comment-830580&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I published multiple layers from ArcMap that had hatch fills, but only two of the three came into AGOL correctly. I thought maybe it was because they were symbolized by unique type (though there were only two types per layer). So I tried splitting out the types into their own feature classes, and publishing like that. That was even worse&amp;nbsp;-- none of the three layers with hatching showed up correctly in AGOL. I went back to my initially published data, and corrected the one via the REST endpoint, using the directions in the above link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Janet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2019 16:41:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/520572#M26234</guid>
      <dc:creator>JanetBrewster1</dc:creator>
      <dc:date>2019-04-19T16:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hatching style in ArcGis online feature layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/1041071#M39189</link>
      <description>&lt;P&gt;Does the current ArcGIS Online has this problem solved ?&lt;/P&gt;&lt;P&gt;I there a way in current ArcGIS Online can setup symbol as hatch fill symbol ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Da-Wei&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 15:09:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/1041071#M39189</guid>
      <dc:creator>Da-WeiLiou</dc:creator>
      <dc:date>2021-03-26T15:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hatching style in ArcGis online feature layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/1181260#M46364</link>
      <description>&lt;P&gt;Good News, I'm testing the June 2022 ArcGIS Online update via the Early Adopter Program and they have added support for crosshatching and dot fills!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 20:44:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hatching-style-in-arcgis-online-feature-layer/m-p/1181260#M46364</guid>
      <dc:creator>Matt-Huser</dc:creator>
      <dc:date>2022-06-08T20:44:38Z</dc:date>
    </item>
  </channel>
</rss>

