<?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 Multisource Vector Tile and Raster map service in ArcGIS Vector Tile Style Editor Questions</title>
    <link>https://community.esri.com/t5/arcgis-vector-tile-style-editor-questions/multisource-vector-tile-and-raster-map-service/m-p/1539880#M331</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm setting up a Multisource vector tile custom basemap and I would like to include a &lt;STRONG&gt;raster&lt;/STRONG&gt; Hillshade. I've tried with the following code in the style file but it hasn't work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;"sources": {
       "landuse": {
            "type": "vector",
            "url": "https://ags1.organization.org/arcgis/rest/services/Hosted/TerrainLanduse_V01/VectorTileServer"
        } ,
        "landcover": {
            "type": "vector",
            "url": "https://ags1.organization.org/arcgis/rest/services/Hosted/TerrainLandcover_V01/VectorTileServer"
        }, 
        "hillshade": {
            "type": "raster",
            "tiles": [
                "https://services.arcgisonline.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer/tile/{z}/{y}/{x}"
              ],
              "tileSize": 256
            }
    },

    "layers": [
        {
            "id": "Hills",
            "type": "raster",
            "source": "hillshade",
            "paint": {
                "raster-opacity": 0.85
            }
        },

....
more layers&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;Is it possible to also include raster sources in multisource vector tile style files?&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 18 Sep 2024 09:48:05 GMT</pubDate>
    <dc:creator>Spike73</dc:creator>
    <dc:date>2024-09-18T09:48:05Z</dc:date>
    <item>
      <title>Multisource Vector Tile and Raster map service</title>
      <link>https://community.esri.com/t5/arcgis-vector-tile-style-editor-questions/multisource-vector-tile-and-raster-map-service/m-p/1539880#M331</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm setting up a Multisource vector tile custom basemap and I would like to include a &lt;STRONG&gt;raster&lt;/STRONG&gt; Hillshade. I've tried with the following code in the style file but it hasn't work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;"sources": {
       "landuse": {
            "type": "vector",
            "url": "https://ags1.organization.org/arcgis/rest/services/Hosted/TerrainLanduse_V01/VectorTileServer"
        } ,
        "landcover": {
            "type": "vector",
            "url": "https://ags1.organization.org/arcgis/rest/services/Hosted/TerrainLandcover_V01/VectorTileServer"
        }, 
        "hillshade": {
            "type": "raster",
            "tiles": [
                "https://services.arcgisonline.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer/tile/{z}/{y}/{x}"
              ],
              "tileSize": 256
            }
    },

    "layers": [
        {
            "id": "Hills",
            "type": "raster",
            "source": "hillshade",
            "paint": {
                "raster-opacity": 0.85
            }
        },

....
more layers&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;Is it possible to also include raster sources in multisource vector tile style files?&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Sep 2024 09:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-vector-tile-style-editor-questions/multisource-vector-tile-and-raster-map-service/m-p/1539880#M331</guid>
      <dc:creator>Spike73</dc:creator>
      <dc:date>2024-09-18T09:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multisource Vector Tile and Raster map service</title>
      <link>https://community.esri.com/t5/arcgis-vector-tile-style-editor-questions/multisource-vector-tile-and-raster-map-service/m-p/1698598#M354</link>
      <description>&lt;P&gt;ArcGIS clients only implement vector tile sources in styles. We do support multiple vector sources though. The difficulty we have is that the vector tile style is a whole map spec for mapbox. For us, we just use it for vector tile layers. Hillshade + vector tiles should be done as two layers in the ArcGIS ecosystem (can be saved out as a web map). This also gives Esri the advantage of supporting things like blend modes that the style spec doesn’t support.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 18:09:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-vector-tile-style-editor-questions/multisource-vector-tile-and-raster-map-service/m-p/1698598#M354</guid>
      <dc:creator>Andy-Green</dc:creator>
      <dc:date>2026-04-27T18:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multisource Vector Tile and Raster map service</title>
      <link>https://community.esri.com/t5/arcgis-vector-tile-style-editor-questions/multisource-vector-tile-and-raster-map-service/m-p/1698956#M366</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/854"&gt;@Andy-Green&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;BR /&gt;I realise it isn’t possible to implement the map in that way. In the meantime, I’d already adopted the two-layer structure. Thanks again, and please keep me updated on any developments.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 07:39:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-vector-tile-style-editor-questions/multisource-vector-tile-and-raster-map-service/m-p/1698956#M366</guid>
      <dc:creator>MarcelloTola</dc:creator>
      <dc:date>2026-04-29T07:39:08Z</dc:date>
    </item>
  </channel>
</rss>

