<?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: Could a subclass of ImageTiledLayer return a vector tile? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364247#M4299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What types of vector tile formats might that be?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2017 19:44:48 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2017-07-05T19:44:48Z</dc:date>
    <item>
      <title>Could a subclass of ImageTiledLayer return a vector tile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364244#M4296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SDK may be expecting an image here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder about this for cases we might want to use vector tiles that are not from ArcGIS.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 23:22:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364244#M4296</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-06-07T23:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Could a subclass of ImageTiledLayer return a vector tile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364245#M4297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No vectors are not supported. these must be images&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 00:07:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364245#M4297</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-06-09T00:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Could a subclass of ImageTiledLayer return a vector tile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364246#M4298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to request that a similar provision be made for vector tiles as is made for raster tiles. Consider this a feature request.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 18:16:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364246#M4298</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-07-05T18:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Could a subclass of ImageTiledLayer return a vector tile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364247#M4299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What types of vector tile formats might that be?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 19:44:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364247#M4299</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-07-05T19:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Could a subclass of ImageTiledLayer return a vector tile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364248#M4300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe they would be PBF, just like you use internally.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subclassing ImageTiledLayer would allow you to display third party tiled servers for images, or formats such as MBTiles that are local.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on what you told me above, I can't do this for vector tiles.&lt;/P&gt;&lt;P&gt;If my vector tile provider doesn't use ArcGIS&amp;nbsp;Server, I would have to ask them for a full copy of their tiles instead of streaming it from them.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 20:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364248#M4300</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-07-05T20:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Could a subclass of ImageTiledLayer return a vector tile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364249#M4301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PBF is just a transfer format, not the entire spec. We use PBF for transferring the vector tiles using the vector tile layer, so in that sense it's already supported with no need to subclass - you just have to package the data in the way expected and then transfer via PBF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 20:17:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364249#M4301</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-07-19T20:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Could a subclass of ImageTiledLayer return a vector tile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364250#M4302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I take that to mean "all PBF isn't equal".&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are reasons I am asking.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I wanted to license content from opentilemaps.com . . .&lt;/P&gt;&lt;P&gt;I couldn't do it online, because they don't use an Arcgis&amp;nbsp;server to host as far as I know.&lt;/P&gt;&lt;P&gt;I couldn't do it offline, because they don't provide it in .vtpk&amp;nbsp;format. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We question whether we are a large enough business to recreate a worldwide map like openmaptiles.com.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we would need to find a tile vendor that is a loyal ArcGIS&amp;nbsp;user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Figure out the cost of hiring people and servers to recreate a tiled map from OpenStreetMap data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the ArcGIS Vector Basemaps missing? Contours, for one thing. Hiking and walking trails, for another. These two things are very important to my user base.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 19:31:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364250#M4302</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-07-31T19:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Could a subclass of ImageTiledLayer return a vector tile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364251#M4303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My organization has the same need. OSM data is perfect for us, but trying to consume it from the .NET SDK is proving challenging. Support for consuming the vector, pbf tiles they package in mbtiles format would be very useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 16:52:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364251#M4303</guid>
      <dc:creator>chrishibler1</dc:creator>
      <dc:date>2018-07-27T16:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Could a subclass of ImageTiledLayer return a vector tile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364252#M4304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open Street Map is now available as a vector base map:&amp;nbsp;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/mapping/new-osm-vector-basemap/" title="https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/mapping/new-osm-vector-basemap/"&gt;New OpenStreetMap Vector Basemap Available&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var layer = new ArcGISVectorTiledLayer(new Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fbasemaps.arcgis.com%2Farcgis%2Frest%2Fservices%2FOpenStreetMap_v2%2FVectorTileServer" rel="nofollow" target="_blank"&gt;https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer&lt;/A&gt;&lt;SPAN&gt;"))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 20:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-a-subclass-of-imagetiledlayer-return-a/m-p/364252#M4304</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-07-27T20:19:40Z</dc:date>
    </item>
  </channel>
</rss>

