Tom Haddon

Results 15 comments of Tom Haddon

Thanks for the response. I understand you might get slightly different elevation values based on zoom level, but is it expected that if we're querying the exact same location every...

Thanks for the explanations. I've updated the [test page](https://design-deploy.eu/maptest.html) so it's now displaying the following: ``` var msg = "queryTerrainElevation: " + map.queryTerrainElevation([86.922623, 27.986065]) + " Elevation: " + map.terrain.getElevationForLngLatZoom(maplibregl.LngLat.convert([86.922623,...

If I look at the web client, I see that it's using the following URL for the folder view which is displaying this problem: http://127.0.0.1:8096/Users/{userId}/Items?StartIndex=0&Limit=100&Fields=PrimaryImageAspectRatio%2CSortName%2CPath%2CChildCount%2CMediaSourceCount%2CPrimaryImageAspectRatio&ImageTypeLimit=1&ParentId={folderId}&SortBy=SortName&SortOrder=Ascending&Filters=IsUnplayed If I visit this URL...

I'm making very slow (if any) progress on this as I'm totally new to C#, but what I've found so far is that in `MediaBrowser.Controller/Entities/BaseItem.cs` as part of `public virtual...