<?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>idea Fix Labeling Limitations for Vector Tiles in ArcGIS Online Ideas</title>
    <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idi-p/953232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently vbnewline or other similar label formatting options (Javascript or Python) for breaking labels over multiple lines is not supported in ArcGIS Online when creating vector tiles.&amp;nbsp; This functionality is very basic cartography and has been supported for many years in the desktop world.&amp;nbsp; At the very least, these sorts of shortfalls should have validation rules that let the user know this is not an option before publishing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2016 17:12:21 GMT</pubDate>
    <dc:creator>ChrisBardash</dc:creator>
    <dc:date>2016-08-08T17:12:21Z</dc:date>
    <item>
      <title>Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idi-p/953232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently vbnewline or other similar label formatting options (Javascript or Python) for breaking labels over multiple lines is not supported in ArcGIS Online when creating vector tiles.&amp;nbsp; This functionality is very basic cartography and has been supported for many years in the desktop world.&amp;nbsp; At the very least, these sorts of shortfalls should have validation rules that let the user know this is not an option before publishing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 17:12:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idi-p/953232</guid>
      <dc:creator>ChrisBardash</dc:creator>
      <dc:date>2016-08-08T17:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953233#M3836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am just getting into vector tiles and spent a couple days designing my street reference map for image overlays. &amp;nbsp;Running into big problems with street centered labels not drawing at all at medium scales like 144K, 72K, 36K. &amp;nbsp;Could use some help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 21:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953233#M3836</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2017-04-28T21:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953234#M3837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you had any success/feedback since posting? I am experiencing the same issue and it's hugely limiting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 09:03:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953234#M3837</guid>
      <dc:creator>Pauldos_Santos</dc:creator>
      <dc:date>2017-05-05T09:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953235#M3838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's a property in the style JSON called text-max-width that sets the number of characters allowed before line wrapping. Try setting that to a small number like 2 or 3 and your labels should wrap at spaces (most of the time).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@David Coley: check the text-optional setting, and/or the text-ignore-placement setting (both allow collisions).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've spent the last few months getting a vector tile basemap in shape, and what comes out of Pro is not ready for primetime. You really need to tinker with the JSON to get it looking right.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 16:20:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953235#M3838</guid>
      <dc:creator>KateLeroux1</dc:creator>
      <dc:date>2017-05-05T16:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953236#M3839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kate for the json settings direction, I was beginning to suspect as much. &amp;nbsp;Yes clearly what comes out of Pro is not what you get. &amp;nbsp;We're also not using Portal at the moment and that's probably limiting as well (i.e AGOL is our portal until we go to &amp;nbsp;10.5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime, I'm getting large areas that will not render on clients at all when panning / zooming and I'm guessing that's the labelling conflicts. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/pdossantos"&gt;pdossantos&lt;/A&gt; no I haven't. &amp;nbsp;I'll look into working on my styles' json and see what I can do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 16:52:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953236#M3839</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2017-05-05T16:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953237#M3840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/8653"&gt;David Coley&lt;/A&gt;‌ one other thing to look at is the text size. I noticed that the text sizes in my vector tile layer ended up 1/3 larger than they were set in Pro (e.g., text that is 9 in Pro is 12 in the JSON). This larger size causes a lot more collisions, as you might expect. Once I set them back to the size I wanted (in the JSON), many more labels were displayed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a custom tiling scheme, so if you're not seeing this issue, let me know. I'm curious whether it might have something to do with my tiling scheme.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWIW, I'm also using AGOL not Portal.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 17:04:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953237#M3840</guid>
      <dc:creator>KateLeroux1</dc:creator>
      <dc:date>2017-05-05T17:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953238#M3841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanks again Kate, I can see exactly what you mention excepting the 'text-ignore-placement setting. &amp;nbsp;I only have a 'text-optional' boolean setting. &amp;nbsp;But it turns out that I can't do anything with the style file. &amp;nbsp;For whatever reason, I don't have the option to download regardless if I share as weblayer or push up as a tile package. &amp;nbsp;Strange - could be that our concurrent licencing option we set for Pro instead of the named user might be the culprit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But at least I found out why tiles aren't rendering: &amp;nbsp;Fiddler indicates 404 not found from tiles.arcgis.com so it looks like I'm in for a tech support session. &amp;nbsp;I was really hoping to avoid that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 18:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953238#M3841</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2017-05-05T18:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953239#M3842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Odd that you can't view or download the style file. Have you made a copy of the layer first? (&lt;A href="https://doc.arcgis.com/en/arcgis-online/create-maps/update-vector-tile-style.htm"&gt;see here&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add any properties detailed in the &lt;A href="https://www.mapbox.com/mapbox-gl-js/style-spec/"&gt;Mapbox style spec&lt;/A&gt; to your style JSON, even if they aren't there to begin with. I have that document in front of me and refer to it constantly.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 18:50:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953239#M3842</guid>
      <dc:creator>KateLeroux1</dc:creator>
      <dc:date>2017-05-05T18:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953240#M3843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh thanks I was going crazy. &amp;nbsp;Why does esri make you make a copy of your own hosted layer? &amp;nbsp;Anyway yeah that was it, I can get at the style now. &amp;nbsp;And thanks for the mapbox clue, I wasn't sure how to employ. &amp;nbsp;Sadly I'm still getting alot of 404 tile not found errors on my tiles in the webmap, I'll have to see what support can do. &amp;nbsp;Thanks again for your help.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 19:19:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953240#M3843</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2017-05-05T19:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953241#M3844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My use case is slightly different in that I need to modify the vtpk without publishing. It is being used as a basemap in Navigator for ArcGIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, if I open the vtpk with WinRar or 7zip and edit the file, when I reload the vtpk into ArcGIS Pro it now appears broken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using the Extract Package tool - however, there is no 'repackage' tool... So I can't end up with a working vtpk with changes implemented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 13:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953241#M3844</guid>
      <dc:creator>Pauldos_Santos</dc:creator>
      <dc:date>2017-05-08T13:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953242#M3845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm&amp;nbsp;building a new GIS server on 10.5 &amp;amp;&amp;nbsp;I have been &amp;nbsp;pounding my head against the wall trying to get a basemap cache to work. &amp;nbsp;After failing to get my a standard non-vector tile cache to work with pro (none of the road labels, among others, appear in the tiles) I went to vector tiles. &amp;nbsp;I get all the labels, but not the configured styles. &amp;nbsp;The worst part is some/most of the roads labels are repeating (i.e., labeling every feature). Also some layers that I've set to only label inside polygons aren't working. I changed from maplex to the standard label engine and no change.&lt;/P&gt;&lt;P&gt;This is very unfortunate, because Vector tiles seem so awesome. &amp;nbsp;I'm near 100% sold if the labeling can be worked out...and we could configure our own tiling scheme like in ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/356462_2017-06-09_12-22-49.png" style="width: 620px; height: 534px;" /&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/356463_2017-06-09_12-23-15.png" style="width: 620px; height: 451px;" /&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/356464_2017-06-09_12-24-05.png" style="width: 620px; height: 474px;" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/356469_2017-06-09_12-24-48.png" style="width: 620px; height: 452px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 17:33:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953242#M3845</guid>
      <dc:creator>BradJones2</dc:creator>
      <dc:date>2017-06-09T17:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953243#M3846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..and some features in the address point layer just aren't being labeled when they all should be. Ugh...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 17:42:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953243#M3846</guid>
      <dc:creator>BradJones2</dc:creator>
      <dc:date>2017-06-09T17:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953244#M3847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Road label repetition and polygon placement: I recommend using Maplex and doing what you can to get positioning set up there. From my conversations with Esri, I think that when Pro generates vector tiles, it creates anchor points for your labels based on how you've configured it in Pro (Maplex or otherwise). There isn't a way to tweak how much labels repeat in the style JSON.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's hard to tell from your screenshots what configured styles are missing. I can try to help if you give a little more detail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Missing labels: try playing with the JSON properties &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;text-ignore-placement&lt;/SPAN&gt; and &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;text-optional&lt;/SPAN&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tiling scheme: this is possible! I've created vector tile layers using a custom tiling scheme. They're hard to generate, but once you have one, it works. If I remember correctly, the tool in Pro doesn't create one that works for vector tiles. I'm happy to share my tiling scheme XML if you like - send me a private message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing to try is to separate your vector tile basemap into two layers: one for labels and one for features. Not only might that reduce or change the collision behavior, but you can then put thematic data (like a choropleth map) in between them. Esri is taking this one step further: &lt;A href="https://blogs.esri.com/esri/arcgis/2017/02/08/introducing-a-human-geography-basemap/"&gt;their vector basemaps have 3 layers&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 18:22:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953244#M3847</guid>
      <dc:creator>KateLeroux1</dc:creator>
      <dc:date>2017-06-09T18:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953245#M3848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The repeating road labels happen in both maplex and standard label engines. I'm going to go back to maplex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I misspoke when I said configured styles. &amp;nbsp;It is still a placement issue. &amp;nbsp;Like in the first image "MAPLE ST" has two opposite orientations. &amp;nbsp;The building names (also image 1) should only display if they fit completely inside the polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you just edit the xml file to get your tiling scheme?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was just thinking about breaking the baseman up like that while driving to pick up my daughter. &amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=a52ab98763904006aa382d90e906fdd5"&gt;This&lt;/A&gt;&amp;nbsp;basemap from Esri that I've used got me thinking about it. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vector tiles look so sharp and they load so quick, but this labeling issue is a pain in the booty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 21:18:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953245#M3848</guid>
      <dc:creator>BradJones2</dc:creator>
      <dc:date>2017-06-09T21:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953246#M3849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, now I see what you mean. For the label orientation, you could try using the&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; text-keep-upright&lt;/SPAN&gt; style property. I haven't used it myself, but it could help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Building labels: hopefully once you get all the Maplex settings configured, Pro will be better at not creating anchors for labels for small buildings. Check your weight rankings, too, and make sure the polygon boundary weight is high.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed another property&amp;nbsp;you might want to use: &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;text-max-angle&lt;/SPAN&gt;. In the lower left of your 4th image, I see the road labels are a jumble because of the tight curve. This setting constrains the angle between each character.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More on custom tiling schemes here:&amp;nbsp;&lt;A href="https://community.esri.com/thread/188936"&gt;Vector Tile Custom Scheme&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 17:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953246#M3849</guid>
      <dc:creator>KateLeroux1</dc:creator>
      <dc:date>2017-06-12T17:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953247#M3850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;As noted in the Idea's original description, this is actually a known issue as the style spec does not support VBNewLine. We continue to work on&amp;nbsp;label placement and formatting for vector tiles for future releases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 13:36:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953247#M3850</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2017-06-15T13:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953248#M3851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quite a few fonts are not supported in Vector Tiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/13539" target="_blank"&gt;https://community.esri.com/ideas/13539&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 09:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953248#M3851</guid>
      <dc:creator>shan_sarkar</dc:creator>
      <dc:date>2021-06-22T09:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953249#M3852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For what it's worth, when you create your own vector tiles you can embed whatever font(s) you want. The Esri vector tiles do have a limited font selection, as you said (I agree).&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 16:07:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953249#M3852</guid>
      <dc:creator>KateLeroux</dc:creator>
      <dc:date>2017-07-11T16:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953250#M3853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is possible with the way label placement is baked into Maplex, but an easy solution here is to simply expose the label engine to CartoCSS-style editor, which would allow complete control over the style, as well as a preview of what it's going to look like without having to generate tiles. Or, allow editing of the json within the tile package before it's uploaded. Those of us that use AGOL (Only) for tile hosting don't have the luxury of editing the json post-publication.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 15:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953250#M3853</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2018-01-05T15:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Labeling Limitations for Vector Tiles</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953251#M3854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas, I don't know (don't think) that this will help with label placement, but for your comment about not being able to edit the json post publication, I think you can.&amp;nbsp; Check out&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/arcgis-online/create-maps/update-vector-tile-style.htm" title="https://doc.arcgis.com/en/arcgis-online/create-maps/update-vector-tile-style.htm"&gt;Update vector tile layer style—ArcGIS Online Help | ArcGIS&lt;/A&gt;&amp;nbsp;and make sure to look at the helpful story maps that walk through the process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 15:41:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/fix-labeling-limitations-for-vector-tiles/idc-p/953251#M3854</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-01-05T15:41:56Z</dc:date>
    </item>
  </channel>
</rss>

