|
POST
|
FYI 200.5 is out as of today. So you should be good to move. .NET MAUI on .NET 7 is also no longer officially supported by Microsoft, and there's so many great bug fixes in .NET8, you really want to upgrade.
... View more
08-01-2024
12:43 PM
|
0
|
1
|
2072
|
|
POST
|
Sorry I should have been more clear. I wasn't suggesting to get rid of the persistence permanently - it was merely as a step to troubleshooting what is causing it. We now know that it is related to persistence. This actually makes a lot of sense, because the entire purpose of the class is to avoid getting prompted for credentials, and fiddler confirms that it goes straight to generating a token for you based on the stored oauth token. My guess is you've already signed into the app in an earlier session, which is why you no longer are getting prompted with that line turned on. Did you try adding a call to await AuthenticationManager.Current.RemoveAndRevokeAllCredentialsAsync(); and restart the app? That should clear any stored credentials, so on next app run you'll be prompted again. Again I wasn't able to reproduce the issue with your application.
... View more
07-31-2024
09:06 AM
|
0
|
2
|
1402
|
|
POST
|
Typically errors like this is due to a graphics driver problem. I'd suggest making sure the graphics driver is fully up-to-date and then see if it still reproduces.
... View more
07-30-2024
01:49 PM
|
0
|
0
|
1017
|
|
POST
|
I would suggest asking over in the JS forum where all the JS API experts hang out.
... View more
07-30-2024
01:31 PM
|
0
|
0
|
1899
|
|
POST
|
Knowing how this event is implemented, selection state shouldn't be able to affect the tapped event at all, so the behavior is very curious. Could you share a small sample app demonstrating this problem?
... View more
07-30-2024
01:26 PM
|
0
|
1
|
1696
|
|
POST
|
I see the same behavior for both. I wonder if it's because you got persistence enabled ? Try removing this line: https://github.com/viktor-safar-geodata/wpf-arcgis-packaged/blob/main/WpfMapApp1/App.xaml.cs#L27 It has no effect on an unpackaged app, but it makes sure you don't need to sign in over and over again if you're using a packaged app. So if you already signed in earlier, it won't be asking you again until you actively sign out by calling await AuthenticationManager.Current.RemoveAndRevokeAllCredentialsAsync();
... View more
07-30-2024
09:00 AM
|
0
|
4
|
1436
|
|
POST
|
On an un-related note, try and avoid blocking code like 'GetAwaiter().GetResult());' but instead use async/await for all async methods. There's a very large chance that you could deadlock the application without it.
... View more
07-23-2024
06:34 PM
|
1
|
0
|
1689
|
|
POST
|
Look at the MosaicDatasetRaster: https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Rasters.MosaicDatasetRaster.Create.html#Esri_ArcGISRuntime_Rasters_MosaicDatasetRaster_Create_Esri_ArcGISRuntime_Data_Geodatabase_System_String_Esri_ArcGISRuntime_Geometry_SpatialReference_ It has methods for adding rasters to it.
... View more
07-16-2024
09:01 AM
|
0
|
0
|
1902
|
|
POST
|
I'd like to help, but there's not really any information here on what you're doing - just a stacktrace that doesn't point to anything in the Maps SDK.
... View more
07-16-2024
08:46 AM
|
0
|
0
|
1541
|
|
POST
|
At this point, only the selection halo color is settable as you've discovered.
... View more
07-16-2024
08:44 AM
|
0
|
3
|
1346
|
|
POST
|
> So, when i added spatial reference WGS84 (on line 10) I don't see points add all: Yes your spatial reference you use MUST match the spatial reference of your X and Y, whatever that is. Looks like you're just doing random numbers between 0 and 2000, but I wouldn't know what kind of units that is.
... View more
07-09-2024
10:01 AM
|
0
|
2
|
1729
|
|
POST
|
There's no hard limit. It really comes down to the frequency of data from the streams, the network connection and the performance of your devices.
... View more
07-03-2024
07:20 AM
|
0
|
0
|
897
|
|
POST
|
Could you try and assign a SpatialReference to the MapPoints you're creating and let me know if that helps.
... View more
07-02-2024
01:13 PM
|
0
|
1
|
1795
|
|
POST
|
This is a new behavior with the magnifier and the GeometryEditor. To add a vertex, you tap to do a rough placement, then you can tap and hold to drag it around with the magnifier to adjust its position. So put another way: It still works with the new geometry editor, but only while moving existing vertices. Due to a lot of new functionality in the geometry editor that original behavior would have gotten in the way.
... View more
07-01-2024
11:39 AM
|
0
|
0
|
988
|
| 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 |
Monday
|