<?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: pbf in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647682#M60359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the earliest,we draw the picture and label on the sever，but we found that it looks better to draw them on the client. And now base on our business we should do it this way. &amp;nbsp;we tried to just use a label and a picture instead, but when the label are to long,and labes are closed to each other, some labels will be covered, and we found that the featureLayer can solve this problem,however, the features will come out after 30 seconds even longer.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2020 01:33:44 GMT</pubDate>
    <dc:creator>wangchao1</dc:creator>
    <dc:date>2020-04-17T01:33:44Z</dc:date>
    <item>
      <title>pbf</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647677#M60354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw there were a lot of &amp;nbsp;pbf files download &amp;nbsp;when the map was loaded. I searched about it and I know maybe they are used on text font. but I don't konw whether all the pbf file are needed? is there a way to limit the numbers of the pbf files? &amp;nbsp;really I think the task of &amp;nbsp; pbf downloading prolongs the features loading time a lot. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 08:39:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647677#M60354</guid>
      <dc:creator>wangchao1</dc:creator>
      <dc:date>2020-04-15T08:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: pbf</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647678#M60355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; No pbf is a binary format that esri is now using to cache features.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/rest/services-reference/output-formats.htm" title="https://developers.arcgis.com/rest/services-reference/output-formats.htm"&gt;Output formats—ArcGIS REST API: Services Directory | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 13:35:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647678#M60355</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-04-15T13:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: pbf</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647679#M60356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add to what &lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt; wrote, historically, it is actually a &lt;A href="https://developers.google.com/protocol-buffers/"&gt;Google designed data format&lt;/A&gt; (Protocolbuffer Binary Format). It is now widely used by big name companies like Google, Mapbox and now ESRI to effectively distribute vector based geographic data, e.g. in &lt;A href="https://pro.arcgis.com/en/pro-app/help/mapping/map-authoring/author-a-map-for-vector-tile-creation.htm"&gt;Vector Tiles&lt;/A&gt;, and is the main data format for distributing &lt;A href="https://www.openstreetmap.org/#map=3/4.48/25.31"&gt;OpenStreetMap&lt;/A&gt; data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the main benefits is that it is a very compact data format, and is fast to process with currently available tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 14:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647679#M60356</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2020-04-15T14:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: pbf</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647680#M60357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a labelingInfo like this&lt;IMG class="image-1 jive-image" height="129" src="https://community.esri.com/legacyfs/online/488791_pastedImage_1.png" width="162" /&gt;&lt;/P&gt;&lt;P&gt;and I used it to my featureLayer which has about 40 features(each feature has a picture and a label). when the map first loaded,it will cost me about 30 seconds even minutes until the pictures and labels come out, while if I take the lables away, the loading will just take me about 5 senconds even less.However, the labels are very important and I can't take them away,what should I do to &amp;nbsp;reduce the loading time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 02:25:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647680#M60357</guid>
      <dc:creator>wangchao1</dc:creator>
      <dc:date>2020-04-16T02:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: pbf</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647681#M60358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Is there a particular need to label on the client? Why map label in ArcMap and use MapImageLayer instead. Labeling on the server is way better and faster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 11:36:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647681#M60358</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-04-16T11:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: pbf</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647682#M60359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the earliest,we draw the picture and label on the sever，but we found that it looks better to draw them on the client. And now base on our business we should do it this way. &amp;nbsp;we tried to just use a label and a picture instead, but when the label are to long,and labes are closed to each other, some labels will be covered, and we found that the featureLayer can solve this problem,however, the features will come out after 30 seconds even longer.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 01:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pbf/m-p/647682#M60359</guid>
      <dc:creator>wangchao1</dc:creator>
      <dc:date>2020-04-17T01:33:44Z</dc:date>
    </item>
  </channel>
</rss>

