|
POST
|
This is a known issue with the ios simulator in that preview, and will be fixed in the next preview. Until then, add this to your project file, and it should address it. <ItemGroup Condition="'$(RuntimeIdentifier)' == 'iossimulator-x64'">
<PackageReference Include="Esri.ArcGISRuntime.Xamarin.iOS" Version="100.14.1" GeneratePathProperty="true" />
<Content Include="$(PkgEsri_ArcGISRuntime_Xamarin_iOS)\resources\shaders\simx64\*.metallib" Visible="false" Condition="'$(RuntimeIdentifier)' == 'iossimulator-x64'" >
<Link>RuntimeCoreNet\resources\shaders\%(RecursiveDir)%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
... View more
07-07-2022
11:16 AM
|
1
|
1
|
2238
|
|
POST
|
Just wanted to follow up on this. We've identified the issue and made a fix for the next release (100.15). Unfortunately I wasn't able to come up with a solid workaround for you until that release comes out. Thank you again for the great and simple reproducer. It helped a lot.
... View more
07-07-2022
08:37 AM
|
1
|
1
|
4124
|
|
POST
|
Looks like there's an issue with communicating with ArcGIS Online. Are you able to load the basemap in a .NET application, without using MFC? Which version of the API and .NET are you using, and what operating system are you using? If any of those are really old, you might just be using a component that doesn't support TLS1.2+
... View more
07-01-2022
09:35 AM
|
0
|
0
|
2451
|
|
POST
|
The net6.0 target framework moniker (tfm) is only supported for class libraries. For unit tests you need to specify a platform specific tfm to run them on, or we have no way to deploy the required native runtime libraries for the correct OS.
... View more
06-30-2022
06:33 PM
|
0
|
6
|
4530
|
|
POST
|
Thank you for the great reproducer. I'm able to reproduce and looking into it. Btw I wasn't seeing correctly scaling on my PC, and had to change 'PerMonitor' to 'PerMonitorV2' in the app.manifest to get the titlebar etc to also correctly rescale.
... View more
06-28-2022
10:12 AM
|
0
|
3
|
4174
|
|
POST
|
Where is the JSON coming from? Looking at the range domain, when using dates, it needs to be an epoch (milliseconds since 1970) and not a string.
... View more
06-23-2022
11:29 PM
|
0
|
2
|
1315
|
|
POST
|
The Forms nuget isn't really anything but a wrapper around Esri.ArcGISRuntime.Xamarin.Android - the MapView control as well as the Map and Basemap classes etc are all coming from the same assemblies. So if Xamarin.Forms works, it is likely there is a linker difference between your two android projects.
... View more
06-23-2022
09:56 AM
|
0
|
0
|
3678
|
|
POST
|
This is an issue with rendering the data, and unfortunately problematic to catch, as it is happening in the rendering thread. Which version are you using? If not using the latest, do you still see the issue? (A lot of these kind of issues have been fixed)
... View more
06-15-2022
11:19 AM
|
0
|
2
|
2138
|
|
POST
|
It's more likely this is because the optimizer is removing types you are only declaring in xaml, than an issue with the mapview. Do you have any code that directly references the MapView type in code-behind? Otherwise it could get optimized away. You could try and disable the linker to confirm. https://docs.microsoft.com/en-us/xamarin/android/deploy-test/linker
... View more
06-14-2022
04:00 PM
|
0
|
1
|
3728
|
|
POST
|
When using the BasemapStyle enums to create basemaps, you must specify an ArcGIS Online API key (not license key, which is for licensing the SDK itself). You can create those in the developer portal and set it Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.ApiKey= "my_key_here"; Alternatively you can sign into an ArcGISPortal first, and the basemapstyles will "just work". I don't fully understand why the license key makes your basemaps work though - that shouldn't be the case. See https://developers.arcgis.com/net/reference/migrate-to-arcgis-location-services/for more info
... View more
06-14-2022
10:45 AM
|
0
|
6
|
3736
|
|
POST
|
Did you see the underground sample? https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/main/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Scene/ViewContentBeneathSurface
... View more
06-10-2022
11:55 AM
|
0
|
1
|
2967
|
|
POST
|
Have you considered to move from .NET Framework to .NET 6? It uses Http2/0 for tile requests, so that might give you more benefit for low-bandwidth scenarios. The number of connections you're seeing is pretty common for multiple layers, unless you limit it more (which would also affect performance).
... View more
06-02-2022
04:46 PM
|
0
|
0
|
1848
|
|
POST
|
How did you implement the stream? I've seen issues where the read on the stream isn't blocking and could cause this
... View more
06-02-2022
09:23 AM
|
0
|
1
|
1030
|
|
POST
|
Thanks. I'm assuming you're already try-catching the `nmeadatasource.StartAsync()` call? You should expect this to fail for a number of reasons (user denies access, device couldn't connect etc).
... View more
06-01-2022
11:49 AM
|
0
|
0
|
1273
|
|
POST
|
Thank you for the stack trace, but what is the exception that is thrown? What device is being used?
... View more
06-01-2022
09:15 AM
|
0
|
0
|
1279
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 05-11-2026 07:05 AM | |
| 2 | 03-19-2026 06:03 PM | |
| 1 | 03-03-2026 04:41 PM | |
| 1 | 02-26-2018 07:53 AM | |
| 1 | 02-26-2018 07:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|