<?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: Where can I find the data format of Esri vector tile maps? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/where-can-i-find-the-data-format-of-esri-vector/m-p/872072#M5613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the references. I shall peruse them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we currently do is request feature layers and their features from ArcGIS Server map services or from Portal/ArcGIS Online then render them based on information we derive from Business Intelligence tools. Our product that connects to ArcGIS server is called "Map Intelligence for ArcGIS". Our web site is &lt;A href="http://www.integeo.com"&gt;www.integeo.com&lt;/A&gt; and that will give you a better understanding of what we are doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There seems to be more of a demand for vector tile layers recently so we are examining how we can accommodate that spatial data type in our product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2019 03:51:17 GMT</pubDate>
    <dc:creator>ChristopherMugdan</dc:creator>
    <dc:date>2019-05-24T03:51:17Z</dc:date>
    <item>
      <title>Where can I find the data format of Esri vector tile maps?</title>
      <link>https://community.esri.com/t5/developers-questions/where-can-i-find-the-data-format-of-esri-vector/m-p/872070#M5611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking to write a vector tile layer renderer in Java as part of our web application and I need to know the format of the data that are returned from an Esri vector tile map layer. Can someone please direct me to a document or documents that describe this?&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Chris Mugdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 23:21:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/where-can-i-find-the-data-format-of-esri-vector/m-p/872070#M5611</guid>
      <dc:creator>ChristopherMugdan</dc:creator>
      <dc:date>2019-05-23T23:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the data format of Esri vector tile maps?</title>
      <link>https://community.esri.com/t5/developers-questions/where-can-i-find-the-data-format-of-esri-vector/m-p/872071#M5612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;Not completely sure we understand exactly what you're wanting to do, but here are a few places to start:&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;First, the technical specifications for vector tiles and styles:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="https://docs.mapbox.com/vector-tiles/specification/" style="color: #954f72; text-decoration: underline;"&gt;https://docs.mapbox.com/vector-tiles/specification/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="https://docs.mapbox.com/mapbox-gl-js/style-spec" style="color: #954f72; text-decoration: underline;"&gt;https://docs.mapbox.com/mapbox-gl-js/style-spec&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;When it comes to vector tile layers, the specification for the vector graphics in the tiles being streamed to the browser, and the specification for the JSON that's used for applying styling/rendering to these vector graphics are two different specs. At the moment, we're thinking you'd be more interested in the latter, when it comes to what the graphics look like based on rules that you define in this renderer you're designing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Here's an interesting app that might provide you some examples of how this can be done:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="color: blue; font-size: 10pt; "&gt;&lt;A href="https://gbochenek.github.io/vector-tile-demo-js/"&gt;https://gbochenek.github.io/vector-tile-demo-js/&lt;/A&gt;&lt;A href="https://gbochenek.github.io/vector-tile-demo-js/"&gt;https://gbochenek.github.io/vector-tile-demo-js/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;And an example of how vector tile styling can be controlled from our JavaScript API, which may or may not help you with your Java implementation, but something else to look through.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-vectortilelayer-json/index.html" style="color: #954f72; text-decoration: underline;"&gt;https://developers.arcgis.com/javascript/latest/sample-code/layers-vectortilelayer-json/index.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;And a 10-minute hands-on tutorial that gives you a little more hands-on with how the vector tile styling JSON works:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="https://developers.arcgis.com/labs/arcgisonline/style-a-vector-basemap/" style="color: #954f72; text-decoration: underline;"&gt;https://developers.arcgis.com/labs/arcgisonline/style-a-vector-basemap/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 02:45:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/where-can-i-find-the-data-format-of-esri-vector/m-p/872071#M5612</guid>
      <dc:creator>AmyNiessen</dc:creator>
      <dc:date>2019-05-24T02:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the data format of Esri vector tile maps?</title>
      <link>https://community.esri.com/t5/developers-questions/where-can-i-find-the-data-format-of-esri-vector/m-p/872072#M5613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the references. I shall peruse them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we currently do is request feature layers and their features from ArcGIS Server map services or from Portal/ArcGIS Online then render them based on information we derive from Business Intelligence tools. Our product that connects to ArcGIS server is called "Map Intelligence for ArcGIS". Our web site is &lt;A href="http://www.integeo.com"&gt;www.integeo.com&lt;/A&gt; and that will give you a better understanding of what we are doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There seems to be more of a demand for vector tile layers recently so we are examining how we can accommodate that spatial data type in our product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 03:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/where-can-i-find-the-data-format-of-esri-vector/m-p/872072#M5613</guid>
      <dc:creator>ChristopherMugdan</dc:creator>
      <dc:date>2019-05-24T03:51:17Z</dc:date>
    </item>
  </channel>
</rss>

