<?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: Issue with Scene View Support for Vector Tiles in ArcGIS .NET WPF SDK in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591542#M13345</link>
    <description>&lt;P&gt;Thank you- I shall investigate the proposed actions.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Mar 2025 07:01:21 GMT</pubDate>
    <dc:creator>GunnarGisleberg</dc:creator>
    <dc:date>2025-03-04T07:01:21Z</dc:date>
    <item>
      <title>Issue with Scene View Support for Vector Tiles in ArcGIS .NET WPF SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1590571#M13339</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am testing scene view support for vector tiles from a server using the ArcGIS .NET WPF SDK.&lt;/P&gt;&lt;P&gt;Observations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When using one vector tile server, the map data is visualized correctly.&lt;/LI&gt;&lt;LI&gt;With another server, only the latitude/longitude grid is displayed—no map data appears.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Scene View Setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The visualization is configured using Esri.ArcGISRuntime.Mapping.Camera.&lt;/LI&gt;&lt;LI&gt;The camera viewpoint is set at a height of 200 meters with a 30-degree pitch.&lt;/LI&gt;&lt;LI&gt;The purpose is to create a 2.5D map tracking display of a vehicle's position.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Testing Two Vector Tile Servers:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Both servers work fine in a 2D map display.&lt;/LI&gt;&lt;LI&gt;In Scene View, one server fails to display the map data, showing only the lat/lon grid.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;How I Create the Vector Tile Layer:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;ArcGISVectorTiledLayer vectorLayer = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; ArcGISVectorTiledLayer(vectorTileUrl); myScene.OperationalLayers.Add(vectorLayer);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Troubleshooting:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Using the ArcGIS test URL, everything works correctly:&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=86f556a2d1fd468181855a35e344567f" target="_new" rel="noopener"&gt;ArcGIS Test URL&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;When using a local test vector tile server, no map data is visible. Only lat/lon grid&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;How can I investigate why the local vector tile server data does appear the map data in Scene View?&lt;/P&gt;&lt;P&gt;I have attached a screen dump of a test program :&lt;/P&gt;&lt;P&gt;- the upper part is 2D map view of the vector data,&amp;nbsp;&lt;/P&gt;&lt;P&gt;- the lower part is 2.5D display of the same vector data lacking map information&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gunnar Gisleberg&lt;/P&gt;&lt;P&gt;Locus Solutions AS&lt;/P&gt;&lt;P&gt;An Enghouse Company&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 08:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1590571#M13339</guid>
      <dc:creator>GunnarGisleberg</dc:creator>
      <dc:date>2025-02-28T08:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Scene View Support for Vector Tiles in ArcGIS .NET WPF SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591342#M13342</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/885336"&gt;@GunnarGisleberg&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for reaching out with your query. Let me make sure that I understand your problem here. If you use a vector tiled layer from a server that is hosted locally, it is not rendering any data only in the context of the scene.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without really taking a look at the data and some debugging I cannot tell with is going on that's preventing the data from getting rendered. What you can do is you could look at the network requests through fidder/charles to see if you are able to see anything that is causing the problem. If I had to guess anything, it seems like something related to spatial reference. What is the spatial reference of the layer that you have hosted locally?&lt;/P&gt;&lt;P&gt;I'd like to hear back on what you find and then go from there. Please let us know what you find.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Koushik&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 23:43:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591342#M13342</guid>
      <dc:creator>KoushikHajra</dc:creator>
      <dc:date>2025-03-03T23:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Scene View Support for Vector Tiles in ArcGIS .NET WPF SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591445#M13343</link>
      <description>&lt;P&gt;Please look at the output window when debugging and look for draw or load errors. You can also look at the layer's LoadStatus or the SceneView's LayerViewStateChanged event.&lt;/P&gt;&lt;P&gt;My guess is it's some sort of tilingscheme not supported with the current data / spatial reference.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 22:01:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591445#M13343</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2025-03-03T22:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Scene View Support for Vector Tiles in ArcGIS .NET WPF SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591541#M13344</link>
      <description>&lt;P&gt;Thank you! I shall compare the spatial references from the vector tile servers&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 07:00:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591541#M13344</guid>
      <dc:creator>GunnarGisleberg</dc:creator>
      <dc:date>2025-03-04T07:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Scene View Support for Vector Tiles in ArcGIS .NET WPF SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591542#M13345</link>
      <description>&lt;P&gt;Thank you- I shall investigate the proposed actions.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 07:01:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591542#M13345</guid>
      <dc:creator>GunnarGisleberg</dc:creator>
      <dc:date>2025-03-04T07:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Scene View Support for Vector Tiles in ArcGIS .NET WPF SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591560#M13346</link>
      <description>&lt;P&gt;Thanks for the advise -&amp;nbsp;&lt;/P&gt;&lt;P&gt;This message appears during load:&lt;/P&gt;&lt;P&gt;Spatial reference invalid or incompatible: The Spatial Reference is invalid or incompatible with the Scene's&lt;/P&gt;&lt;P&gt;The scene has&amp;nbsp;{SpatialReference[Wkid=4326]},&amp;nbsp;&lt;/P&gt;&lt;P&gt;The vectortile layer has&amp;nbsp;{SpatialReference[Wkid=25833]}&lt;/P&gt;&lt;P&gt;Is it possible to create a scene with spatialReference compatible with the vectory layer&amp;nbsp;SpatialReference?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 08:22:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591560#M13346</guid>
      <dc:creator>GunnarGisleberg</dc:creator>
      <dc:date>2025-03-04T08:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Scene View Support for Vector Tiles in ArcGIS .NET WPF SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591562#M13347</link>
      <description>&lt;P&gt;I have tried to create Scene instances using a specific&amp;nbsp;&lt;SPAN&gt;spatialReference&amp;nbsp;without success:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- chatgpt suggestion is to use a constructor with spaticalreference as argument- it does exist: Scene myScene = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; Scene(SpatialReferences.WebMercator);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have tried a couple of suggestions but always ends up with&amp;nbsp;4326 as the Scene reference&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to open a scene from a vector layer where&amp;nbsp;SpatialReference =&amp;nbsp;25833 ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 08:31:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591562#M13347</guid>
      <dc:creator>GunnarGisleberg</dc:creator>
      <dc:date>2025-03-04T08:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Scene View Support for Vector Tiles in ArcGIS .NET WPF SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591893#M13348</link>
      <description>&lt;P&gt;Your vector data must be in WebMercator for it to work with the 3D scene.&amp;nbsp;&lt;SPAN&gt;25833 isn't currently compatible.&lt;BR /&gt;The scene itself is always 4326.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 19:09:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1591893#M13348</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2025-03-04T19:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Scene View Support for Vector Tiles in ArcGIS .NET WPF SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1592124#M13350</link>
      <description>&lt;P&gt;Thank you for a quick response.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 05:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-with-scene-view-support-for-vector-tiles-in/m-p/1592124#M13350</guid>
      <dc:creator>GunnarGisleberg</dc:creator>
      <dc:date>2025-03-05T05:42:52Z</dc:date>
    </item>
  </channel>
</rss>

